create-sprint

create-sprint is a command for Claude Code from o2alexanderfedin/strategic-research-automation-template. It costs 11 tokens per session (3,105 once invoked), scanned A, original, MIT.

A command for creating a new sprint definition with task files and a directory structure. A sprint here is a defined work period or project phase containing six research tasks.

In plain words
What is it for?
Use it to validate a sprint number, name, and description; create its URL-safe directory name; copy task templates; and update sprint configuration.
Why use it?
It standardizes how new sprints are named, checked, and added to the project. This avoids manually copying templates and updating configuration.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to validate a sprint number, name, and description; create its URL-safe directory name; copy task templates; and update sprint configuration.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/o2alexanderfedin/strategic-research-automation-template/create-sprint
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/o2alexanderfedin/strategic-research-automation-template

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint/github.svg)](https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint)
Your own site
<a href="https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-sprint

Your own site · 80×15
<a href="https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/create-sprint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,105 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.00011 $0.03105
Opus 5 $0.00005 $0.01553
Sonnet 5 $0.00002 $0.00621
Haiku 4.5 $0.00001 $0.00311

Measured 11d ago against content hash 19bd95f7b18e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

create-sprint 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 11d 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/create-sprint.md · 480 lines

How it starts

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

Create New Sprint

You are executing the /create-sprint command to create a new sprint definition with all task files.

Purpose

Create a comprehensive sprint definition by copying templates, customizing task files, and updating configuration. Each sprint represents one strategic opportunity area with 6 research tasks.

Steps to Execute

Step 1: Validate Arguments

Check $1 (sprint-number):

  • Must be 2-digit format: 01-99
  • Example validation: if not [0-9][0-9], ERROR

Check $2 (sprint-name):

  • Must be non-empty quoted string
  • Will be used for directory naming (slugified)
  • Example: "operation Control Verification", "AI Pilot Assistance"

Check $3 (description):

  • Must be non-empty quoted string
  • Brief description of opportunity area
  • Example: "Automated operation control verification for new technology sector standards"

Verify prerequisites:

  • config/sprint-config.yml exists
  • templates/sprint-template/ exists (from template repo)
  • Sprint $1 not already defined in config

Step 2: Slugify Sprint Name

Convert $2 to URL-safe slug:

  • Lowercase all characters
  • Replace spaces with hyphens
  • Remove special characters
  • Example: "AI Pilot Assistance" → "ai-pilot-assistance"

Store as $SLUG variable.

Step 3: Create Sprint Directory

Use Bash tool:

mkdir -p sprints/$1-$SLUG
mkdir -p temp/$1-$SLUG

Step 4: Copy and Customize Task Templates

For each task file (01-06), use Read to load template, customize, and Write to sprint directory:

Task 01 - Technical & Regulatory Landscape:

# Sprint $1, Task 01: Technical & Regulatory Landscape
## $2

### Objective
Research technical requirements, regulatory standards, and compliance pathways for: $3

### Research Questions
1. What are the relevant technical standards and regulations?
2. What are current compliance requirements?
3. What verification and validation approaches exist?
4. What precedents or prior approvals are relevant?
5. What technical risks or challenges exist?
6. What documentation and testing is required?

### Expected Deliverables
- Technical standards analysis (5-7 files)
- Regulatory pathway documentation
- Compliance requirements summary
- Risk assessment
- Synthesis document

### Success Criteria
- Minimum 5 research files created
- All claims cited with authoritative sources
- Technical accuracy verified
- Regulatory pathways clearly documented

Read the full file on GitHub · 480 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. 11d ago First seen · 480 lines · 0 tokens per session scan A 19bd95f7b18e

Subscribe to this mod's changes

create-sprint is a command published in the GitHub repository o2alexanderfedin/strategic-research-automation-template (19 stars, last pushed 9mo ago), licensed MIT. It adds 11 tokens to every session and 3,105 once invoked, about $0.0001 per session on Opus 5. 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.