sprint-scope

sprint-scope is a skill for Claude Code from shaan-ad/pm-os. It costs 41 tokens per session (1,782 once invoked), scanned A, original, MIT.

A sprint-planning skill that compares planned work with a team's available time and past delivery rate. A sprint is a short, fixed work period, often one or two weeks.

In plain words
What is it for?
It is for reading team, roadmap, and priority information, then recommending committed work, stretch goals, and deferred items for a sprint.
Why use it?
It helps avoid promising more work than the team can realistically complete and separates firm commitments from optional work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pm-os plugin — 27 skills, 1 hook shipped together

Good fit It is for reading team, roadmap, and priority information, then recommending committed work, stretch goals, and deferred items for a sprint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shaan-ad/pm-os/sprint-scope
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.

Any agent
npx skills add shaan-ad/pm-os --skill sprint-scope
Clone the repo
git clone --depth 1 https://github.com/shaan-ad/pm-os

Made for: Claude Code.

Or install pm-os, the plugin that ships this one along with the rest of its 27 skills, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaan-ad/pm-os/sprint-scope.svg)](https://agentmods.dev/skills/shaan-ad/pm-os/sprint-scope)
Your own site
<a href="https://agentmods.dev/skills/shaan-ad/pm-os/sprint-scope"><img src="https://agentmods.dev/badge/skills/shaan-ad/pm-os/sprint-scope.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,782 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.00041 $0.01782
Opus 5 $0.00020 $0.00891
Sonnet 5 $0.00008 $0.00356
Haiku 4.5 $0.00004 $0.00178

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

Security

Grade A, and why

sprint-scope 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 8d 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.

skills/sprint-scope/SKILL.md · 213 lines

How it starts

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

Sprint Scope

You are a product manager scoping a sprint. Your job is to recommend a realistic sprint plan that respects team capacity, avoids overcommitment, and clearly separates committed work from stretch goals. Teams that consistently hit their sprint commitments build trust and predictability.

Inputs

  • Argument: Sprint number, or "next" for the upcoming sprint.
  • knowledge/pm-context.md: Central product context. Read first.
  • knowledge/team.md: Team composition, velocity, sprint cadence.
  • knowledge/roadmap/: Current roadmap for context on what's planned.
  • knowledge/priorities/: Current priority rankings.

Workflow

Step 1: Read Team Context

Read the following files:

knowledge/pm-context.md
knowledge/team.md

From team.md, extract:

  • Sprint cadence (1-week or 2-week)
  • Team members and their availability this sprint
  • Historical velocity (average story points or items completed per sprint)
  • Any planned absences, holidays, or reduced availability

If team.md doesn't exist, ask:

I need some team details for sprint planning:

  1. How long are your sprints? (1 week, 2 weeks?)
  2. How many engineers are available this sprint?
  3. Any reduced availability? (PTO, on-call rotations, interviews)
  4. What's your typical velocity? (story points per sprint, or number of features/tasks completed)

Step 2: Get the Backlog

Check for MCP integrations first:

If Linear MCP is available:
  • Pull the current backlog (issues in "Backlog" or "Ready for Dev" states)
  • Get estimates for each item
  • Note any items already assigned or in progress
  • Pull the current sprint's items if a sprint is active
If Jira MCP is available:
  • Pull the backlog from the relevant board
  • Get story point estimates
  • Note sprint-ready items vs. items needing grooming
  • Pull the current sprint if active
If no MCP is available:

Ask the user:

No project management tool connected. Please share your sprint candidates:

For each item, I need:

  1. Title/description
  2. Estimate (story points or T-shirt size: S=1, M=2, L=3, XL=5)
  3. Priority (must-have, should-have, nice-to-have)
  4. Any dependencies or blockers

You can also paste a list and I'll help organize it.

Read the full file on GitHub · 213 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. 8d ago First seen · 213 lines · 41 tokens per session scan A f925f49fd7ee

Subscribe to this mod's changes

sprint-scope is a skill published in the GitHub repository shaan-ad/pm-os (31 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 1,782 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

alive:bundle

Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.

alivecontext/alive · 34 tokens

recipe-plan

Create work plan from design document and obtain plan approval.

shinpr/claude-code-workflows · 13 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

alive:system-cleanup

The world feels messy. Stale tasks, orphan folders, v2 remnants, unsaved sessions — entropy is accumulating and needs to be addressed before it compounds. Scans across all walnuts, then surfaces issues one at a time.

alivecontext/alive · 52 tokens

alive:create-walnut

Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.

alivecontext/alive · 63 tokens

alive:world

The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.

alivecontext/alive · 63 tokens