Compare commits
1 Commits
8781179fd0
...
438653d501
| Author | SHA1 | Date | |
|---|---|---|---|
| 438653d501 |
@@ -24,7 +24,7 @@ Check current sprint progress, identify blockers, and show execution status. Opt
|
||||
```
|
||||
/sprint-status # Text-based status report
|
||||
/sprint-status --diagram # Include Mermaid dependency diagram
|
||||
/sprint-status --tokens # Show token budget estimation report
|
||||
/sprint-status --tokens # Include token budget estimation report
|
||||
```
|
||||
|
||||
## Workflow
|
||||
@@ -46,11 +46,7 @@ That's it. No dependency analysis, no token estimation, no progress comment pars
|
||||
|
||||
### If --tokens flag, THEN ALSO:
|
||||
11. Load `skills/token-budget-report.md`
|
||||
12. **Generate Token Budget Report** - Execute `skills/token-budget-report.md` estimation model
|
||||
- Phase: STATUS (read-only snapshot, not a workflow boundary)
|
||||
- List MCP servers from `.mcp.json` with static overhead estimates
|
||||
- Show current session cost estimate based on skills loaded so far
|
||||
- Display formatted report per the skill's Display Format section
|
||||
12. Generate token estimation report
|
||||
|
||||
## Output Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user