sprint-run

sprint-run is a cursor rule for coding agents from Hundia/autospec. It costs 0 tokens per session (650 once invoked), scanned A, original, MIT.

A complete workflow for carrying out a sprint from planning through implementation, testing, documentation, and closure. A sprint is a short, focused period of development work.

In plain words
What is it for?
Use it to identify the sprint's tickets, execute them in dependency order, run the appropriate tests and builds, update documentation, and close completed work.
Why use it?
It provides one ordered process for handling dependencies, validating each ticket, and preventing later work from starting when earlier work has failed its checks.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/hundia/autospec/sprint-run
Clone the repo
git clone --depth 1 https://github.com/Hundia/autospec

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-run

README.md
[![agentmods](https://agentmods.dev/badge/rules/hundia/autospec/sprint-run.svg)](https://agentmods.dev/rules/hundia/autospec/sprint-run)
Your own site
<a href="https://agentmods.dev/rules/hundia/autospec/sprint-run"><img src="https://agentmods.dev/badge/rules/hundia/autospec/sprint-run.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 650 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00650
Opus 5 $0.00000 $0.00325
Sonnet 5 $0.00000 $0.00130
Haiku 4.5 $0.00000 $0.00065

Measured today against content hash 0a36e371d8c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sprint-run 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 today.

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.

examples/ai-support-ops/skills/cursor/rules/sprint-run.mdc · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sprint Run

Execute a full sprint from start to finish. Follow all six phases in order.

Phase 1: Sprint Briefing

  1. Read specs/backlog.md to identify the current sprint and its tickets
  2. List all tickets with their statuses and dependencies
  3. Determine execution order based on dependencies
  4. Identify which spec files and docs are relevant
  5. Read agents/sprint-X-brief.md if it exists for additional context

Output: Ordered list of tickets to execute with dependency notes.

Phase 2: Ticket Execution

For each ticket in dependency order:

  1. Set ticket status to 🔄 in specs/backlog.md
  2. Read the relevant spec and doc files
  3. Implement the change following project conventions
  4. Run appropriate tests (see QA table below)
  5. Commit with format: type(scope): description

QA by Change Type

Type Verification
Docs/config Review accuracy
Bug fix Reproduce → fix → verify → test
CLI change cd cli && npm run build && npm test
Viewer change cd viewer && npm run build
New feature Full tests + new test cases

Do not proceed to the next ticket if the current one fails QA.

Phase 3: QA Verification

After all tickets are implemented:

  1. Run the full test suite: cd cli && npm test
  2. Build all artifacts: cd cli && npm run build && cd ../viewer && npm run build
  3. Check for regressions in related features
  4. Verify each ticket's acceptance criteria is met

Phase 4: Documentation Update

For each completed ticket:

  1. Update relevant docs/ files
  2. Add implementation notes if the approach deviated from the plan
  3. Update specs/backlog.md with completion notes

Phase 5: Sprint Close

  1. Set all completed tickets to ✅ in specs/backlog.md
  2. Create sprints/sprint-X/summary.md with:
    • Sprint goal
    • Tickets completed (with brief descriptions)
    • Tickets deferred (with reasons)
    • Key decisions made
    • Known issues or follow-ups

Phase 6: Final Report

Present a summary:

Read the full file on GitHub · 94 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. today First seen · 94 lines · 0 tokens per session scan A 0a36e371d8c1

Subscribe to this mod's changes

sprint-run is a cursor rule 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 650 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-09-03.