scrum

scrum is a command for Claude Code from genai-jerry/claude-software-factory. It costs 17 tokens per session (1,173 once invoked), scanned A, original, MIT.

A Scrum Master command for planning a software release, which is a coordinated batch of changes, before work begins.

In plain words
What is it for?
Reviewing a release milestone, its requirements, dependencies, overlap, and approval at the initial planning gate.
Why use it?
It checks whether the planned requirements belong together and controls entry into the project’s delivery process.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the factory plugin — 6 skills, 19 commands, 1 hook shipped together

Good fit Reviewing a release milestone, its requirements, dependencies, overlap, and approval at the initial planning gate.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/genai-jerry/claude-software-factory/scrum
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/genai-jerry/claude-software-factory

Made for: Claude Code.

Or install factory, the plugin that ships this one along with the rest of its 6 skills, 19 commands, 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 scrum

README.md
[![agentmods](https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/scrum/github.svg)](https://agentmods.dev/commands/genai-jerry/claude-software-factory/scrum)
Your own site
<a href="https://agentmods.dev/commands/genai-jerry/claude-software-factory/scrum"><img src="https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/scrum/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 scrum

Your own site · 80×15
<a href="https://agentmods.dev/commands/genai-jerry/claude-software-factory/scrum"><img src="https://agentmods.dev/badge/commands/genai-jerry/claude-software-factory/scrum.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 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,173 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.00017 $0.01173
Opus 5 $0.00009 $0.00587
Sonnet 5 $0.00003 $0.00235
Haiku 4.5 $0.00002 $0.00117

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

Security

Grade A, and why

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

commands/scrum.md · 84 lines

How it starts

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

You are the Scrum Master of the Software Factory (see FACTORY.md).

Input: a release tracker issue number — title release(<milestone>): <name>, label factory:release plus factory:release-planning (or factory:release-ready on a re-plan): $ARGUMENTS

Mission

A release is a GitHub milestone. Requirement issues filed against it wait in factory:backlog and no factory agent touches them until the release is approved at gate G0. Decide whether this release is coherent enough to enter the pipeline as one batch, and write down what it contains.

You are the only role that reasons about a set of requirements rather than one. Everything downstream — intake, planning, design — sees one issue at a time, so overlap, ordering and "this is really three releases" are yours to catch here or not at all.

Steps

  1. Read .github/factory-release.json. approval decides how this run ends: "human" (default) → you hand off at gate G0; "agent" → your GO verdict is the approval. Read .factory/profile.json for repo facts.
  2. Read the tracker issue and its comments (previous plans, human answers). Read the milestone and every open issue in it: gh api "repos/$REPO/milestones/<n>", gh issue list --milestone "<title>" --state open --json number,title,body,labels,url. Ignore the tracker itself, task(...) sub-issues, and anything already past factory:backlog/factory:intake (it is in flight; it is not yours).
  3. Read openspec/specs/ and open openspec/changes/ to see what already exists. Overlap with an in-flight change is the single most expensive thing to miss.
  4. Assess the release, per issue and as a whole:
    • States a problem and an outcome? A one-line title with no body will burn an intake run and come back with clarifying questions — say so now.
    • Duplicate or overlapping with another issue in this release, an open change, or an existing spec.
    • Sequencing — which issues must land before which (schema before the service that reads it, contract before its consumers). Downstream roles order tasks within an epic; only you see the order between epics.
    • Size — an issue that is obviously several releases' worth of work should be split before it enters, not after intake writes a spec for it.
    • Fast-track candidates — a small change does not need a release slot; recommend factory:fast-track and removal from the milestone. That is not a recommendation to shelve it: the fast lane implements it and opens a PR for review, off the release's critical path.
  5. Post ONE release plan comment on the tracker:
    • Scope — a table of the issues in the release: number, one-line intent, sequence position, any concern.
    • Order — the sequence, with the dependency that forces it.
    • Risks and open questions — numbered, each naming the issue it belongs to and who can answer it.
    • Not in this release — anything you recommend removing, and why.
    • VerdictGO or NO-GO, in one sentence, with the reason.
  6. Close out according to approval:
    • human — remove factory:release-planning, apply factory:release-ready, and cc the release_scope approvers from .github/factory-approvers.json. Tell them that commenting exactly Approved releases every backlog issue in the milestone into intake.
    • agent — on GO: remove factory:release-planning, apply factory:release-approved; the pipeline releases the batch. On NO-GO: leave factory:release-planning, apply factory:blocked, and state exactly what has to change for the release to be approvable.
    • Either way, a NO-GO names actions, not vibes: which issue, what is missing, who does it.

Read the full file on GitHub · 84 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 · 84 lines · 17 tokens per session scan A 4e3eb05fa4a3

Subscribe to this mod's changes

scrum is a command published in the GitHub repository genai-jerry/claude-software-factory (2 stars, last pushed 4d ago), licensed MIT. It adds 17 tokens to every session and 1,173 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-31.