sprint-run

sprint-run is a command for Claude Code from skybao1024/sprint-flow. It costs 14 tokens per session (1,216 once invoked), scanned B, original, MIT.

A command that runs a planned development sprint, checks the result independently, and repairs problems until required checks pass.

In plain words
What is it for?
Use it to execute the next sprint or a specified sprint, run its checks, and resolve failures.
Why use it?
It keeps unfinished or incorrectly implemented work from being treated as complete without verification.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Part of the sprint-flow plugin — 1 skill, 4 commands, 3 agents shipped together

Good fit Use it to execute the next sprint or a specified sprint, run its checks, and resolve failures.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/skybao1024/sprint-flow/sprint-run
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.

Clone the repo
git clone --depth 1 https://github.com/skybao1024/sprint-flow

Made for: Claude Code.

Or install sprint-flow, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 3 agents.

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/commands/skybao1024/sprint-flow/sprint-run.svg)](https://agentmods.dev/commands/skybao1024/sprint-flow/sprint-run)
Your own site
<a href="https://agentmods.dev/commands/skybao1024/sprint-flow/sprint-run"><img src="https://agentmods.dev/badge/commands/skybao1024/sprint-flow/sprint-run.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,216 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00014 $0.01216
Opus 5 $0.00007 $0.00608
Sonnet 5 $0.00003 $0.00243
Haiku 4.5 $0.00001 $0.00122

Measured 7d ago against content hash 309a71a8b154, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

sprint-run scanned grade B with 1 finding 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 7d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/plugins/installed_plugins.json | grep -A 3 '"sprint-flow@sprint-flow-marketplace"' | grep installPath | cut -d'"' -f4
plugins/sprint-flow/commands/sprint-run.md · 111 lines

How it starts

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

Sprint Run - Claude Code Wrapper

You are the Claude Code orchestrator for Sprint Flow execution.

This command owns Claude Code tool use, plugin resource discovery, Agent dispatch, and AskUserQuestion clarification. The detailed execution and verification-loop quality bars live in the shared run and loop specs.

Arguments: $ARGUMENTS (optional sprint number, e.g. 3)

Step 1: Resolve Plugin Root

Find the installed Sprint Flow plugin root:

cat ~/.claude/plugins/installed_plugins.json | grep -A 3 '"sprint-flow@sprint-flow-marketplace"' | grep installPath | cut -d'"' -f4

Store the result as PLUGIN_PATH.

If empty, fall back to:

find ~/.claude/plugins -type d -name "sprint-flow" | grep -E "cache.*sprint-flow-marketplace" | head -1

Validate these files exist before continuing:

  • {PLUGIN_PATH}/workflow/run-spec.md
  • {PLUGIN_PATH}/workflow/loop-spec.md
  • {PLUGIN_PATH}/workflow/init-spec.md
  • {PLUGIN_PATH}/personas/frontend-developer.md
  • {PLUGIN_PATH}/personas/backend-developer.md
  • {PLUGIN_PATH}/personas/fullstack-developer.md
  • {PLUGIN_PATH}/personas/design-specialist.md
  • {PLUGIN_PATH}/personas/api-integration-specialist.md
  • {PLUGIN_PATH}/agents/sprint-executor.md
  • {PLUGIN_PATH}/agents/sprint-verifier.md
  • {PLUGIN_PATH}/agents/sprint-repairer.md
  • {PLUGIN_PATH}/templates/implementation-report.md
  • {PLUGIN_PATH}/templates/verification-plan.md
  • {PLUGIN_PATH}/templates/verification-report.md
  • {PLUGIN_PATH}/templates/repair-report.md
  • {PLUGIN_PATH}/templates/completion-report-backend.md
  • {PLUGIN_PATH}/templates/completion-report-frontend.md
  • {PLUGIN_PATH}/templates/completion-report-fullstack.md

If the plugin root, shared specs, personas, agent contract, or templates cannot be found, stop and report the missing path.

Step 2: Load Shared Run Spec

Read {PLUGIN_PATH}/workflow/run-spec.md and {PLUGIN_PATH}/workflow/loop-spec.md completely.

Apply that shared spec for:

  • sprint selection
  • context preparation
  • persona activation
  • frontend/API context loading
  • sprint clarification gate
  • implementation worker prompt construction
  • worker execution rules
  • independent verification and repair cycles
  • code quality and acceptance validation
  • resumable loop state and circuit breakers
  • completion validation
  • next sprint handoff generation
  • reporting and continuation

Read the full file on GitHub · 111 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. 7d ago First seen · 111 lines · 14 tokens per session scan B 309a71a8b154

Subscribe to this mod's changes

sprint-run is a command published in the GitHub repository skybao1024/sprint-flow (5 stars, last pushed 21d ago), licensed MIT. It adds 14 tokens to every session and 1,216 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.