sprint

sprint is a command for Claude Code from phuryn/pm-skills. It costs 15 tokens per session (1,205 once invoked), scanned A, original, MIT.

A sprint planning and review assistant for a sprint, which is a short, fixed period of product work. It can help plan the work, run a retrospective about what happened, or write release notes explaining what shipped.

In plain words
What is it for?
Use it to plan one- or two-week sprints, review team feedback and sprint results, or create release notes from tickets, changelogs, or product requirements.
Why use it?
It helps teams choose realistic work by considering availability, meetings, time off, interruptions, risks, and unfinished work. It also turns team feedback or completed work into useful follow-up documents.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the pm-execution plugin — 16 skills, 11 commands shipped together

About the project

phuryn/pm-skills is a marketplace of reusable skills, commands, and plugins that guide AI assistants through product-management work such as discovery, strategy, planning, metrics, launches, and growth. It is for product managers and teams using Claude Code, Cowork, or compatible assistants. The catalogue entries are the project's own workflows and extensions.

phuryn/pm-skills · 26,033 stars · on GitHub · productcompass.pm

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/phuryn/pm-skills/sprint
Clone the repo
git clone --depth 1 https://github.com/phuryn/pm-skills

Made for: Claude Code.

Or install pm-execution, the plugin that ships this one along with the rest of its 16 skills, 11 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/phuryn/pm-skills/sprint.svg)](https://agentmods.dev/commands/phuryn/pm-skills/sprint)
Your own site
<a href="https://agentmods.dev/commands/phuryn/pm-skills/sprint"><img src="https://agentmods.dev/badge/commands/phuryn/pm-skills/sprint.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 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,205 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.1 $0.00015 $0.01205
Opus 5 $0.00008 $0.00602
Sonnet 5 $0.00003 $0.00241
Haiku 4.5 $0.00002 $0.00120

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

Security

Grade A, and why

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

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:

  • sprint — 100% identical, 0 lines differ
pm-execution/commands/sprint.md · 194 lines

How it starts

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

/sprint -- Sprint Lifecycle

Three modes covering the sprint lifecycle: plan for sprint planning, retro for retrospectives, release-notes for shipping communication.

Invocation

/sprint plan 2-week sprint, 4 engineers, focus on checkout improvements
/sprint retro [paste team feedback or sprint data]
/sprint release-notes [paste tickets, changelog, or PRD]
/sprint                    # asks which phase you're in

Modes


Plan Mode

Prepare for sprint planning with capacity estimation, story selection, and risk identification.

Workflow

Step 1: Gather Sprint Context

  • Sprint duration (1 or 2 weeks)
  • Team composition (engineers, designers, QA — and availability)
  • Sprint goal or focus area
  • Backlog items to consider (paste, upload, or describe)
  • Any carry-over from last sprint
  • Known interruptions (holidays, on-call, meetings)

Step 2: Estimate Capacity

Apply the sprint-plan skill:

  • Calculate available engineering hours/points after meetings, on-call, PTO
  • Apply a velocity adjustment based on historical data (if provided) or industry standard (70% of theoretical capacity)
  • Show capacity breakdown per team member

Step 3: Select and Sequence Stories

  • Recommend which stories fit within capacity
  • Flag dependency chains (A must complete before B starts)
  • Identify risks: stories that are underspecified, have external dependencies, or need design input
  • Balance quick wins with larger items
  • Ensure every story has acceptance criteria

Step 4: Generate Sprint Plan

## Sprint Plan: [Sprint Name/Number]

**Duration**: [dates]
**Sprint Goal**: [one sentence]
**Team**: [members and availability]

### Capacity
| Member | Available Days | Points/Hours | Notes |
|--------|--------------|-------------|-------|

**Total capacity**: [X] points/hours
**Recommended commitment**: [Y] points/hours (with buffer)

### Selected Stories
| # | Story | Points | Owner | Dependencies | Risk |
|---|-------|--------|-------|-------------|------|

### Sprint Risks
1. [Risk] — Mitigation: [action]

### Definition of Done
- [ ] Code reviewed
- [ ] Tests passing
- [ ] Deployed to staging
- [ ] QA approved
- [ ] Documentation updated (if applicable)

Read the full file on GitHub · 194 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 · 194 lines · 15 tokens per session scan A 411d61287f69

Subscribe to this mod's changes

sprint is a command published in the GitHub repository phuryn/pm-skills (26,033 stars, last pushed 2mo ago), licensed MIT. It adds 15 tokens to every session and 1,205 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.