Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Sprint Plan

ASecurity

Plans a sprint — goal, capacity, story selection by priority and dependencies, risks, QA plan link; triages the dependency-update queue (Dependabot/Renovate PRs: green patch/minor merged at sprint start, majors become stories); writes production/sprints/sprint-NN.md and roadmap markers. Use at sprint start.

3 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsrustgobashnodegitdevops

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add gonimar/claude-web-studio --skill sprint-plan --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Sprint Plan?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Sprint Plan
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gonimar-sprint-plan/badge)](https://www.skillsdirectory.com/skills/gonimar-sprint-plan)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: sprint-plan
description: "Plans a sprint — goal, capacity, story selection by priority and dependencies, risks, QA plan link; triages the dependency-update queue (Dependabot/Renovate PRs: green patch/minor merged at sprint start, majors become stories); writes production/sprints/sprint-NN.md and roadmap markers. Use at sprint start."
argument-hint: "[sprint number] [--days N]"
user-invocable: true
allowed-tools: Read, Glob, Grep, Bash, Write, Edit, AskUserQuestion
model: sonnet
agent: product-director
---

# Sprint Plan

Reply in the project conversation language (CLAUDE.md → Language); code, identifiers, paths and commit messages stay in English.

Template `sprint-plan.md`.

## Phase 1: State
Ready stories (`production/stories/**`), the roadmap (priority/blocker markers), the last sprint (unfinished work, retro actions), `production/findings.md` (open BLOCKING findings and their stories), the dependency-update queue (Phase 2), capacity (ask: days, hours per day — here, before any gate; rule 7: one turn, one gate), `production/backlog.md` (one line `Backlog: N open ideas — /backlog review`; an idea enters a sprint only after promotion, never from here).
**Calibration**: one sample, worded identically in both skills — the **last six closed stories of the roadmap** that carry both `~Nh` and `⏱ Nh`, whichever sprint they belong to → ratio = Σ⏱ / Σ~ (`/retrospective` prints this same rolling ratio next to its own sprint-only one and labels which is which; two skills quoting different numbers under the same name is how a plan stops being trusted); with three or more such stories the ratio is applied to this sprint's estimates (calibrated estimate = `~Nh` × ratio) and shown as one line `Calibration: ratio R over N stories — capacity fits ~X h of estimates`; fewer than three → "insufficient data, estimates taken as written". The ratio is never rounded towards a nicer plan.

## Phase 2: Dependency queue
Only when `gh` exists and the repository has `.github/dependabot.yml` or `renovate.json`; otherwise one line ("no update bot configured — `/dependency-audit` sets one up") and on to Phase 3. `gh pr list --state open --author app/dependabot --json number,title,createdAt,mergeable,statusCheckRollup` (Renovate: `--author app/renovate`). Classify every PR from the command output, never from memory or the title alone:
- **green and safe** — `mergeable: MERGEABLE`, every check `SUCCESS` or `SKIPPED`, and the bump is a patch/minor of a library or any CI-action bump — a merge candidate at sprint start, not a story;
- **major** — the first version component changes in the title (`from 4.2.2 to 7.0.1`) or the PR body names a breaking change — a story (`chore(deps)`, size S/M, layer from the manifest's directory) or deferred with a written reason in the plan; never merged here;
- **red or conflicting** — a failing check or `CONFLICTING` — stays open, named under risks, never merged.
Show the queue as a table (number · package · bump · checks · class · action). Before asking, session-state: `Task: /sprint-plan Phase 2`, `Gate: /sprint-plan Phase 2: merge #…?` — the merge question is its own turn, nothing else is asked in that message; a session that resumes with this `Gate:` open continues here: it merges or not, it never implements a story (rule 7). One `AskUserQuestion`: merge the green safe PRs now (Recommended) · turn them into one story · leave them. On "merge": clear `Gate:`, then `gh pr merge <n> --squash` one PR at a time with the output in the message; after the batch the default branch's CI run is the gate — `gh run list --branch <default> --limit 1` must be green before the first story branch starts. An empty queue is one line. A major bump is either a story in the sprint or deferred with a written reason — never left open unmentioned (`tooling-devops.md` §Renovate/Dependabot).

## Phase 3: Selection
The sprint goal as one verifiable statement. Stories by priority and dependencies within capacity (20 % buffer), using the calibrated estimates when the ratio applies; first the one that removes the biggest risk. Blockers and external dependencies explicit. An open BLOCKING finding is either in the sprint (its story) or deferred with a written reason in the plan — never absent. Stories born from major bumps compete on priority like any other; one that unblocks the toolchain or the runner (a Node 24 action, a new Go toolchain) goes before the stories that need it.

## Phase 4: Write
Its own turn — never on the merge answer: show the plan rendered (rule 7); "May I write `production/sprints/sprint-NN.md` and update the roadmap?" (roadmap per `templates/roadmap.md`: **move** the selected stories — they are added under a `## Sprint NN (YYYY-MM-DD → YYYY-MM-DD) — goal` subheading **and removed from the Backlog block in the same edit**, never left in both; recalculate the `<summary>` count of each block and close the write with the numbers (`Backlog: N → M, Sprint: 0 → K, overlap none`) — a story counted twice makes every later count wrong — the sprint is the heading, never a `📅 sprint-NN` marker; `📅` carries ISO dates only; mark the active story ⏳, the first one 🔥; markers inline in the legend's order, IDs as inline links, no prose ordering; refresh the `Updated:` line; when this closes the *previous* sprint — every one of its stories now `[x]` — wrap that sprint's list in `<details><summary>closed · N stories — expand</summary>` (blank line after `<summary>` or GitHub won't render the list inside); add a row to the roadmap's `## Docs` → *production/sprints/* block for the new sprint; the plan's `## Dependency updates` section lists what was merged, which majors became stories, what was deferred and why, what stays open red) — one `AskUserQuestion`: write (Recommended) · show the draft/diff first · not now. Propose `/qa-plan NN`. After the "write" answer: `touch .claude/.write-consent` (rule 7 — the consent-guard hook checks the marker).

Verdict: `READY`. Next step — one `AskUserQuestion`: `/qa-plan` (Recommended) · `/dev-story` directly · revise the sprint.

Attribution

gonimargonimar
View sourceMore from gonimar →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →