sprint-execution

sprint-execution is a command for Claude Code from keychain-io/trustable-ai. It costs 0 tokens per session (8,653 once invoked), scanned A, original, MIT.

A workflow for carrying out sprint tasks, checking the code with tests, tracking progress, and committing completed changes to version control.

In plain words
What is it for?
Use it to implement assigned work, run unit and integration tests, update task status, monitor sprint progress, and produce daily reports.
Why use it?
It organizes the repeated steps between taking a task and marking it complete, while adding checks that can catch problems before changes are saved.

Command for Claude Code

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 commands/keychain-io/trustable-ai/sprint-execution
Clone the repo
git clone --depth 1 https://github.com/keychain-io/trustable-ai

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/keychain-io/trustable-ai/sprint-execution.svg)](https://agentmods.dev/commands/keychain-io/trustable-ai/sprint-execution)
Your own site
<a href="https://agentmods.dev/commands/keychain-io/trustable-ai/sprint-execution"><img src="https://agentmods.dev/badge/commands/keychain-io/trustable-ai/sprint-execution.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 8,653 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.08653
Opus 5 $0.00000 $0.04326
Sonnet 5 $0.00000 $0.01731
Haiku 4.5 $0.00000 $0.00865

Measured 4d ago against content hash e6b040ec334e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sprint-execution scanned grade A 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 4d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

coverage_result = subprocess.run(
.claude/commands/sprint-execution.md · 1,168 lines

How it starts

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

Sprint Execution - Implementation & Monitoring

Project: trusted-ai-development-workbench Workflow: Sprint Execution - Implementation & Monitoring Purpose: Implement sprint-assigned tasks with automated testing, verification, and auto-commit. Secondary: monitor sprint progress and generate daily reports

Output Formatting Requirements

IMPORTANT: Use actual Unicode emojis in reports, NOT GitHub-style shortcodes.


Workflow Overview

┌─────────────────────────────────────────────────────────────────────────────┐
│  SPRINT EXECUTION - Implementation & Monitoring                             │
│                                                                             │
│  IMPLEMENTATION CYCLE (for each task):                                     │
│    1. Select task → Mark as "In Progress"                                  │
│    2. /engineer → Implement code + unit tests                              │
│    3. Run unit tests                                                       │
│    4. /tester → Evaluate tests, run integration tests                      │
│    5. If tests pass with high confidence → Auto-commit                     │
│    6. Update work item status to "Done"                                    │
│                                                                             │
│  MONITORING CYCLE (daily):                                                 │
│    1. Collect sprint status data                                           │
│    2. /scrum-master → Daily standup report                                 │
│    3. /senior-engineer → Blocker analysis (if blocked items)               │
│    4. Quality health check                                                 │
│    5. Verification checklist (external source of truth audit)              │
│    6. /security-specialist → Weekly security review                        │
│    7. Generate status report                                               │
│                                                                             │
│  Each agent command spawns a FRESH CONTEXT WINDOW via Task tool            │
└─────────────────────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 1,168 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. 4d ago First seen · 1,168 lines · 0 tokens per session scan A e6b040ec334e

Subscribe to this mod's changes

sprint-execution is a command published in the GitHub repository keychain-io/trustable-ai (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 8,653 tokens. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.