sm-capacity-planning

sm-capacity-planning is a skill for Claude Code, Codex from abrahamFerga/scrum-skills. It costs 126 tokens per session (1,478 once invoked), scanned A, original, MIT.

A Sprint capacity calculator for Scrum teams. It estimates how much working time is available after accounting for team size, Sprint length, time off, meetings, and each person's focus on Sprint work.

In plain words
What is it for?
Use it to calculate available developer-days and suggest a story-point commitment range for an upcoming Sprint.
Why use it?
It helps prevent teams from committing to more work than they can realistically complete, or planning so little that available time is wasted. It makes the assumptions behind a Sprint commitment visible.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to calculate available developer-days and suggest a story-point commitment range for an upcoming Sprint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abrahamferga/scrum-skills/sm-capacity-planning
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 abrahamFerga/scrum-skills --skill sm-capacity-planning
Clone the repo
git clone --depth 1 https://github.com/abrahamFerga/scrum-skills

Made for: Claude Code, Codex.

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 sm-capacity-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/sm-capacity-planning/github.svg)](https://agentmods.dev/skills/abrahamferga/scrum-skills/sm-capacity-planning)
Your own site
<a href="https://agentmods.dev/skills/abrahamferga/scrum-skills/sm-capacity-planning"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/sm-capacity-planning/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 sm-capacity-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/abrahamferga/scrum-skills/sm-capacity-planning"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/sm-capacity-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,478 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.00126 $0.01478
Opus 5 $0.00063 $0.00739
Sonnet 5 $0.00025 $0.00296
Haiku 4.5 $0.00013 $0.00148

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

Security

Grade A, and why

sm-capacity-planning 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.

skills/sm-capacity-planning/SKILL.md · 152 lines

How it starts

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

Sprint Capacity Planning

Purpose

Committing more than the team can actually deliver erodes trust, demoralises Developers, and makes velocity data meaningless. Committing too little wastes Sprint potential and frustrates the Product Owner. This skill does the arithmetic so the team can make an honest commitment.


Tool detection

  1. Check for active mcp__azure-devops__* tools → $PM_TOOL = ado
  2. Check for active mcp__jira__* tools → $PM_TOOL = jira
  3. If neither → $PM_TOOL = manual

Step 1 — Get Sprint parameters

Collect or detect the following:

Sprint dates

  • ADO: use work_list_team_iterations or work_list_iterations to find the next iteration and its start/end dates
  • Jira: use the sprint listing tool to find the upcoming sprint
  • Manual: ask "What are the start and end dates for the next Sprint?"

Calculate $WORKING_DAYS — the number of working days between start and end (exclude weekends by default; ask about public holidays in the team's locale).

Focus factor The percentage of working time a developer realistically spends on sprint work (excluding email, meetings outside Scrum, interruptions). Default: 70%. Ask if the team has a known different value.


Step 2 — Get team members

  • ADO: use work_get_team_capacity or work_get_iteration_capacities for the upcoming iteration; read each team member and their planned days off
  • Jira: use the team/member listing tool or ask manually
  • Manual: ask "Who is on the team this Sprint? List each person."

For each team member, ask (or read from the tool):

  • Days off during the Sprint (vacation, sick, training, public holidays)
  • Reduced availability (part-time, shared with another team, on-call rotation)

Step 3 — Calculate capacity

For each team member:

Available days = $WORKING_DAYS − days_off − reduced_availability_days
Focus hours = available_days × hours_per_day × focus_factor

Default: hours_per_day = 8, focus_factor = 0.70

Read the full file on GitHub · 152 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 · 152 lines · 126 tokens per session scan A 024556d09607

Subscribe to this mod's changes

sm-capacity-planning is a skill published in the GitHub repository abrahamFerga/scrum-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 126 tokens to every session and 1,478 once invoked, about $0.0006 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-31.