autospec: Command for Claude Code

.claude/commands/sprint-status.md

sprint-status is a command for Claude Code from Hundia/autospec. It costs 0 tokens per session (875 once invoked), scanned A, original, MIT.

A command that reports the progress and health of one or more development sprints. It reads the backlog, counts ticket statuses, identifies blockers, and shows model cost distribution.

In plain words
What is it for?
Use it to inspect the active sprint, review a numbered sprint, or see an overview of all sprints with completion percentages, status breakdowns, costs, and next actions.
Why use it?
It turns backlog entries into a quick view of whether work is on track, at risk, or behind. This helps reveal unfinished work and obstacles without reviewing every ticket manually.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is Hundia/autospec's own configuration. It tells Claude Code how to work on autospec itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything autospec configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Hundia/autospec/main/.claude/commands/sprint-status.md
Clone the repo
git clone --depth 1 https://github.com/Hundia/autospec

Made for: Claude Code.

Wrote 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.

agentmods badge for sprint-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/hundia/autospec/sprint-status.svg)](https://agentmods.dev/commands/hundia/autospec/sprint-status)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 875 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 2650ccc31ea9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/sprint-status.md · 123 lines

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:

  1. Read the backlog:

    • Read specs/backlog.md
    • Identify all sprints and their states
  2. Find target sprint:

    • If no number: Find sprint marked as ACTIVE
    • If number provided: Find that specific sprint
    • If "all": Gather all sprints
  3. Calculate metrics:

    • Count tickets by status
    • Calculate completion percentage
    • Identify blockers
    • Calculate model distribution (FinOps)
  4. Determine health:

    • 🟢 On Track: ≥ 80% of expected progress
    • 🟡 At Risk: 60-79%
    • 🔴 Behind: < 60%
  5. 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)

Read the full file on GitHub · 123 lines

Changes

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.

  1. 6d ago First seen · 123 lines · 0 tokens per session scan A 2650ccc31ea9

Subscribe to this mod's changes

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.