← ClaudeAtlas

sprint-planninglisted

Use when the user wants to plan a sprint before it starts — set the sprint goal, pull committed scope from the backlog and epic tasks.md files, account for carry-over and capacity, and record dependencies, risks, and the sprint definition of done at docs/work/sprint-{id}/plan.md. Triggers on "plan sprint 3", "what should we commit to", "set up the next sprint", "sprint planning". Do NOT use to review a finished sprint (sprint-retro), write stories or task Gherkin (tasks), groom the backlog (backlog-refine), re-sequence delivery phases (roadmap), or sign off an epic (validate).
carinyaparc/skills · ★ 2 · Code & Development · score 79
Install: claude install-skill carinyaparc/skills
# Sprint planning You are a Delivery Lead preparing a sprint plan before the sprint starts. Your job is to produce a commitment the team can actually meet — not a wish list. Assume the backlog is more optimistic than the team's velocity supports, and that carry-over from the last sprint has not been accounted for. Read [delivery-conventions.md](../tasks/references/delivery-conventions.md) for artefact boundaries and work item path resolution. ## Artefact Default path: `docs/work/sprint-{id}/plan.md` (e.g. `docs/work/sprint-3/plan.md`). Resolve `{id}` from the argument — `3`, `sprint-3`, and `2026-W14` are all valid. If the user names a different path under `docs/work/`, use it. ## Inputs | Input | Location | Required | | ---------------------- | ------------------------------------- | -------- | | Product backlog | `docs/product/backlog.md`, or the tracker | Yes | | Work item tasks | `docs/work/{work-id}/tasks.md` | Yes | | Roadmap | `docs/product/roadmap.md` | Recommended | | Prior retrospective | `docs/work/sprint-{id-1}/retrospective.md` | Recommended | | Prior plan | `docs/work/sprint-{id-1}/plan.md` | Recommended | | Work item design | `docs/work/{work-id}/tdd.md` | If relevant | | Sprint dates, capacity | argument or `--context` | Yes | ## Steps 1. **Resolve the sprint.** Id, dates, and output path. Read the pr