compare-sprints

compare-sprints is a command for Claude Code from o2alexanderfedin/strategic-research-automation-template. It costs 9 tokens per session (501 once invoked), scanned A, original, MIT.

A command that compares business opportunities documented in sprint reports. A prioritisation matrix is a table that ranks options using several factors.

In plain words
What is it for?
It finds sprint reports, extracts scores, market estimates, timelines, investment needs, and differentiators, then ranks the opportunities into four priority tiers.
Why use it?
It removes the need to review every report manually and makes it easier to decide which opportunities should be pursued first.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It finds sprint reports, extracts scores, market estimates, timelines, investment needs, and differentiators, then ranks the opportunities into four priority tiers.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints/github.svg)](https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints)
Your own site
<a href="https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints/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 compare-sprints

Your own site · 80×15
<a href="https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/compare-sprints.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 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.00009 $0.00501
Opus 5 $0.00005 $0.00251
Sonnet 5 $0.00002 $0.00100
Haiku 4.5 $0.00001 $0.00050

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

Security

Grade A, and why

compare-sprints 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 12d 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/compare-sprints.md · 85 lines

How it starts

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

Compare All Sprints

You are executing the /compare-sprints command to rank and prioritize all opportunities.

Purpose

Compare all executed sprints, rank by opportunity score, identify strategic patterns, and generate prioritization matrix with execution phasing recommendations.

Steps to Execute

Step 1: Discover All Reports

Use Glob to find all files: reports/-report.md Exclude reports/00- (comparative/discovery reports)

Step 2: Extract Key Metrics

For each sprint report, extract:

  • Sprint name and number
  • Opportunity score (0-100)
  • Recommendation tier
  • TAM/SAM/SOM estimates
  • Timeline to market
  • Investment required
  • Key differentiators

Step 3: Create Comparison Matrix

Build table with columns:

  • Sprint | Name | Score | Rec | TAM | SAM | SOM | Timeline | Investment | Priority

Step 4: Rank by Composite Score

Sort opportunities by opportunity score (highest first). Identify strategic themes and synergies. Group complementary opportunities.

Step 5: Generate 4-Tier Prioritization

Tier 1 (Execute Immediately): Scores 80-100, high strategic fit Tier 2 (Execute Soon): Scores 65-79, good opportunities Tier 3 (Consider): Scores 50-64, conditional execution Deprioritize: Scores <50, risks outweigh benefits

Step 6: Create Strategic Roadmap

Phase 1 (0-6 months): Tier 1 sprints Phase 2 (6-12 months): Tier 2 sprints Phase 3 (12-24 months): Tier 3 sprints (if conditions met)

Step 7: Write Comparison Report

Create reports/00-cross-sprint-analysis.md with:

  • Comparison matrix
  • Prioritization tiers
  • Strategic roadmap
  • Aggregate metrics (total TAM, investment)
  • Recommendations and rationale

Step 8: Output Summary

Display top 3 priorities and key insights.

Success Criteria

  • All sprint reports analyzed
  • Comparison matrix complete
  • Prioritization tiers assigned
  • Strategic roadmap created
  • Comparison report written

Error Handling

If fewer than 2 reports, cannot compare.

Expected Output

User receives comparison report with clear prioritization and strategic guidance.

Read the full file on GitHub · 85 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. 12d ago First seen · 85 lines · 9 tokens per session scan A e48c45e4b00d

Subscribe to this mod's changes

compare-sprints is a command published in the GitHub repository o2alexanderfedin/strategic-research-automation-template (19 stars, last pushed 9mo ago), licensed MIT. It adds 9 tokens to every session and 501 once invoked, about $0.0000 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.