sprint
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Sprint
Create a new sprint or advance to the next one.
Usage
sprint [description]- Create new sprint from feature descriptionsprint next- Advance to next sprint from roadmap
Creating from Description
- Parse $ARGUMENTS as feature description
- Generate epic prefix from description
- Create/update project-meta.json with new sprint
- Generate 10-20 stories via TaskCreate with full metadata (see quality skill for schema):
TaskCreate({ subject: "[verb] [specific deliverable]", description: "## What\n[Exactly what to build]\n\n## Acceptance Criteria\n- [ ] [Testable outcome]\n- [ ] Build passes\n- [ ] No type errors\n\n## Files\n- `src/path/file.ts` - [what to change]", activeForm: "[Building|Adding] [short desc]", metadata: { sid: "[PREFIX]-[NNN]", sprint: currentSprint, epic: "[epic name]", priority: [1-3], category: "[auth|ui|perf|security|qa|infra]", type: "feature", passes: null, verified: null } })- Include file paths, patterns to follow
- Set dependencies between stories
- Report sprint summary
Advancing (sprint next)
- Read project-meta.json
- Mark current sprint as "done"
- Find next unscheduled roadmap epic(s)
- Create new sprint with stories from those epics
- Update project-meta.json
Rules
- HARD CAP: 20 stories per sprint
- Stories must be detailed enough to implement without guessing
- Every story must be testable
- If user asks to "expand", explain roadmap and offer
sprint next
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. sprint [description] - Create new sprint from feature description sprint next - Advance to next sprint from roadmap
Parse $ARGUMENTS as feature description Generate epic prefix from description Create/update project-meta.json with new sprint
Read project-meta.json Mark current sprint as "done" Find next unscheduled roadmap epic(s)
HARD CAP: 20 stories per sprint Stories must be detailed enough to implement without guessing Every story must be testable
# Sprint
Create a new sprint or advance to the next one.
## Usage
- `sprint [description]` - Create new sprint from feature description
- `sprint next` - Advance to next sprint from roadmap
## Creating from Description
1. Parse $ARGUMENTS as feature description
2. Generate epic prefix from description
3. Create/update project-meta.json with new sprint
4. Generate 10-20 stories via TaskCreate with full metadata (see quality skill for schema):
```
TaskCreate({
subject: "[verb] [specific deliverable]",
description: "## What\n[Exactly what to build]\n\n## Acceptance Criteria\n- [ ] [Testable outcome]\n- [ ] Build passes\n- [ ] No type errors\n\n## Files\n- `src/path/file.ts` - [what to change]",
activeForm: "[Building|Adding] [short desc]",
metadata: {
sid: "[PREFIX]-[NNN]",
sprint: currentSprint,
epic: "[epic name]",
priority: [1-3],
category: "[auth|ui|perf|security|qa|infra]",
type: "feature",
passes: null,
verified: null
}
})
```
- Include file paths, patterns to follow
- Set dependencies between stories
5. Report sprint summary
## Advancing (sprint next)
1. Read project-meta.json
2. Mark current sprint as "done"
3. Find next unscheduled roadmap epic(s)
4. Create new sprint with stories from those epics
5. Update project-meta.json
## Rules
- HARD CAP: 20 stories per sprint
- Stories must be detailed enough to implement without guessing
- Every story must be testable
- If user asks to "expand", explain roadmap and offer `sprint next` Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Creating from Description → Advancing (sprint next) → Rules
terms -> Create a new sprint or advance to the next one. · 1. Parse $ARGUMENTS as feature description 2. · 1. Read project-meta.json 2.
files/cmd -> sprint [description] · sprint next · src/path/file.ts · Create/update · project-meta.js
body sha256 -> 5984ec333770
Decide Fit First
Design Intent
How To Use It
Boundaries And Review