Borrowing it
Nothing to install: this file belongs to Hundia/autospec. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Hundia/autospec/main/.claude/commands/sprint-status.mdgit clone --depth 1 https://github.com/Hundia/autospecWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/hundia/autospec/sprint-status)<a href="https://agentmods.dev/commands/hundia/autospec/sprint-status"><img src="https://agentmods.dev/badge/commands/hundia/autospec/sprint-status.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00875 |
| Opus 5 | $0.00000 | $0.00438 |
| Sonnet 5 | $0.00000 | $0.00175 |
| Haiku 4.5 | $0.00000 | $0.00088 |
Grade A, and why
sprint-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sprint Status
Display current sprint progress with health indicators and model cost tracking.
Usage
/sprint-status [sprint_number or "all"]
Examples:
/sprint-status- Show current active sprint/sprint-status 4- Show Sprint 4 status/sprint-status all- Show all sprints overview
Instructions
When this command is invoked:
-
Read the backlog:
- Read
specs/backlog.md - Identify all sprints and their states
- Read
-
Find target sprint:
- If no number: Find sprint marked as ACTIVE
- If number provided: Find that specific sprint
- If "all": Gather all sprints
-
Calculate metrics:
- Count tickets by status
- Calculate completion percentage
- Identify blockers
- Calculate model distribution (FinOps)
-
Determine health:
- 🟢 On Track: ≥ 80% of expected progress
- 🟡 At Risk: 60-79%
- 🔴 Behind: < 60%
-
Display progress:
- Show visual progress bar
- List all tickets with current status
- Show model distribution
- Highlight next actionable tickets
Output Format
Single Sprint
## Sprint 4: Session Management — 🟢 On Track
### Progress
████████████░░░░░░░░ 60% (6/10 complete)
### Status Breakdown
| Status | Count |
|--------|-------|
| ✅ Done | 4 |
| 🧪 QA Review | 2 |
| 🔄 In Progress | 1 |
| 🔲 Todo | 2 |
| ⏸️ Blocked | 1 |
### Model Distribution (FinOps)
| Model | Tickets | % | Target |
|-------|---------|---|--------|
| Haiku | 4 | 40% | 40% ✅ |
| Sonnet | 5 | 50% | 45% ✅ |
| Opus | 1 | 10% | 15% ✅ |
### Tickets
| # | Ticket | Status | Owner | Model | Deps |
|---|--------|--------|-------|-------|------|
| 4.1 | Create sessions table | ✅ | DB | haiku | — |
| 4.2 | Create SessionService | ✅ | Backend | sonnet | 4.1 |
| 4.6 | State machine | 🔄 | Backend | opus | 4.2 |
### Blockers
- ⏸️ 4.9: Waiting for staging environment (DevOps)
### Next Actions
1. Complete QA review for 4.4, 4.5
2. Finish 4.6 implementation
3. Unblock 4.9 (DevOps dependency)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 123 lines · 0 tokens per session scan A 2650ccc31ea9
sprint-status is a command published in the GitHub repository Hundia/autospec (4 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 875 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.