create_sprint_tasks

create_sprint_tasks is a command for Claude Code from Helmi/claude-simone. It costs 0 tokens per session (1,574 once invoked), scanned A, original, MIT.

A command that breaks an existing Sprint—a focused period of project work—into detailed implementation tasks. It reads the Sprint context and related technical decisions before creating task files.

In plain words
What is it for?
Checking a Sprint, reviewing its documentation and architecture decisions, creating task files, linking decisions to tasks, and updating Sprint metadata.
Why use it?
It removes the manual work of turning broad Sprint deliverables into actionable tasks while keeping relevant architecture decisions connected.

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/helmi/claude-simone/create_sprint_tasks
Clone the repo
git clone --depth 1 https://github.com/Helmi/claude-simone

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 create_sprint_tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/helmi/claude-simone/create_sprint_tasks.svg)](https://agentmods.dev/commands/helmi/claude-simone/create_sprint_tasks)
Your own site
<a href="https://agentmods.dev/commands/helmi/claude-simone/create_sprint_tasks"><img src="https://agentmods.dev/badge/commands/helmi/claude-simone/create_sprint_tasks.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 1,574 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.01574
Opus 5 $0.00000 $0.00787
Sonnet 5 $0.00000 $0.00315
Haiku 4.5 $0.00000 $0.00157

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

Security

Grade A, and why

create_sprint_tasks 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

legacy/.claude/commands/simone/create_sprint_tasks.md · 189 lines

How it starts

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

Create Tasks for Sprint - Execute top to bottom

Create detailed tasks for an existing sprint with integrated implementation guidance.

Create a TODO with EXACTLY these 8 Items

  1. Identify target sprint and verify it exists
  2. Load sprint context and related documentation
  3. Check for existing ADRs and technical guidance
  4. Analyze sprint deliverables for task breakdown
  5. Create individual task files with implementation guidance
  6. Link ADRs to relevant tasks
  7. Update sprint meta with task references
  8. Check quality of your work

Follow step by step and adhere closely to the following instructions for each step.

DETAILS on every TODO item

1. Identify target sprint and verify it exists

Check: <$ARGUMENTS>

REQUIRED: Sprint ID must be provided (e.g., S02). If empty, ask user to specify which sprint to detail.

  • VERIFY sprint directory exists in .simone/03_SPRINTS/
  • CHECK sprint meta file exists (e.g., S02_sprint_meta.md)
  • VERIFY sprint status is not already "completed"
  • If tasks already exist, ask user if they want to recreate them or any other guidance

2. Load sprint context and related documentation

Use PARALLEL SUBAGENTS to READ and UNDERSTAND the project's context:

  • READ .simone/00_PROJECT_MANIFEST.md for project context
  • READ sprint meta file completely to understand goals and deliverables
  • READ parent milestone requirements from .simone/02_REQUIREMENTS/
  • READ .simone/01_PROJECT_DOCS/ARCHITECTURE.md for technical context and decisions

IMPORTANT: Sprint tasks must align with documented sprint goals, not expand scope.

3. Check for existing ADRs and technical guidance

USE PARALLEL SUBAGENTS to execute these commands:

  • SEARCH .simone/05_ARCHITECTURE_DECISIONS/ for ADRs matching sprint ID (e.g., ADR*_S02_*.md)
  • READ all found ADRs to understand technical decisions
  • CHECK sprint meta for ADR references section
  • NOTE which technical decisions will affect task implementation
  • BUILD RELATIONSHIP in task and subtasks and make clear what to implement

Read the full file on GitHub · 189 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. 5d ago First seen · 189 lines · 0 tokens per session scan A 14e3f061de2c

Subscribe to this mod's changes

create_sprint_tasks is a command published in the GitHub repository Helmi/claude-simone (558 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,574 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-30.