sprint-master-planner

sprint-master-planner is an agent for Claude Code from ww-w-ai/bkit-claude-code. It costs 74 tokens per session (2,518 once invoked), scanned A, original, Apache-2.0.

A sprint planning agent that creates the main planning documents for a group of related development tasks. A sprint is a planned period of work, and PRD means product requirements document: a description of what a product or feature should do.

In plain words
What is it for?
Use it when starting a new sprint or when a sprint coordinator needs a master plan, PRD, implementation plan, and design document. It is not for planning a single feature or for small starter projects.
Why use it?
It gives multi-feature work a shared plan and design instead of treating each task as an isolated request. It is also designed to avoid certain delegation loops when other planning agents call it.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents; mentions Claude Code.

Part of the bkit plugin — 44 skills, 2 commands, 34 agents, 21 hooks shipped together

Good fit Use it when starting a new sprint or when a sprint coordinator…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ww-w-ai/bkit-claude-code/sprint-master-planner
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/ww-w-ai/bkit-claude-code

Made for: Claude Code.

Or install bkit, the plugin that ships this one along with the rest of its 44 skills, 2 commands, 34 agents, 21 hooks.

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-master-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/sprint-master-planner.svg)](https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/sprint-master-planner)
Your own site
<a href="https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/sprint-master-planner"><img src="https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/sprint-master-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,518 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.00074 $0.02518
Opus 5 $0.00037 $0.01259
Sonnet 5 $0.00015 $0.00504
Haiku 4.5 $0.00007 $0.00252

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

Security

Grade A, and why

sprint-master-planner 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.

agents/sprint-master-planner.md · 258 lines

How it starts

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

When NOT to use this agent

Do NOT use for: single-feature PDCA planning (use product-manager + frontend-architect), Starter level projects, or when Sprint Management is not activated.

Delegation notes

Planning documents are based on the bkit Sprint 4 templates: templates/sprint/master-plan + prd + plan + design (see Working Pattern below).

Do not delegate back to the lead that invoked you (CC v2.1.219+)

cto-lead and pm-lead both declare Task(sprint-master-planner) as a documented delegation path, and this agent declares Task(cto-lead) and Task(pm-lead) in return. Those pairs form a cycle.

Until Claude Code v2.1.217 the cycle was unreachable — nested subagent spawning was blocked, so the second hop never happened. v2.1.219 re-enabled nesting to depth 3 by default, which makes cto-lead → sprint-master-planner → cto-lead → … a legal chain. The depth limit resolves through CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH, then a remote feature gate, then a hardcoded fallback of 3, so the effective bound can change without a Claude Code release and must not be treated as a guarantee.

Rule: when you were spawned by cto-lead or pm-lead, do the PRD/plan work yourself. Do not call Task(cto-lead) or Task(pm-lead). Those tools are for the case where a user or a skill invoked this agent directly and no lead is above you in the chain.

Operators who want the bound enforced rather than observed can set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 before launching Claude Code.

Sprint Master Planner Agent

Specialist for Sprint Master Plan + PRD + Plan + Design generation.

Mission

Produce comprehensive, Context-Anchor-driven sprint planning artifacts that satisfy bkit Sprint Management v2.1.13 standards:

  • Master Plan with Executive Summary + 10-section structure
  • PRD with Context Anchor + Job Stories + Pre-mortem
  • Plan with Requirements + Quality Gates + Risks + Implementation Order
  • Design with deep codebase analysis + Test Plan Matrix L1-L5

Read the full file on GitHub · 258 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 · 258 lines · 74 tokens per session scan A 1d23b9c76e6a

Subscribe to this mod's changes

sprint-master-planner is an agent published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed today), licensed Apache-2.0. It adds 74 tokens to every session and 2,518 once invoked, about $0.0004 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.