← ClaudeAtlas

sprint-planlisted

Convert the start-of-sprint canvas into a planning markdown report — sprint goal summary, committed scope, capacity vs commitment (split into carry-over from previous sprint vs new commit), key observations, and risks. Assumes all unclosed items from the previous sprint's end snapshot are carried into this sprint and surfaces them as a dedicated section with WIP-saturation risk. Reuses sprint-snapshot's `_sprint.md`, `_team-rules.md`, current `start.canvas`, and previous sprint's `end.canvas`. Auto-runs a clarity-council session (statistics-expert + scrum-master + product-owner) for the observations/risks block. Output is date-stamped (`sprint-plan-YYYY-MM-DD.md`) — same-day re-runs silently refresh today's file, prior days are preserved as historical record; a `sprint-plan-latest.md` pointer always wikilinks the newest. Use when user says "sprint plan", "sprint planning report", "convert sprint plan to markdown", or invokes /sprint-plan.
risadams/skills · ★ 2 · Data & Documents · score 68
Install: claude install-skill risadams/skills
# Sprint Plan Report Read the `start.canvas` snapshot for a sprint and produce a planning markdown report. Read-only on Jira (the canvas is already a frozen snapshot — no fresh fetch needed). Writes one report file into the sprint folder. This skill is the Claude port of the user's "Sprint Plan" prompt template. It expects [sprint-snapshot](../sprint-snapshot/SKILL.md) has already produced a `start.canvas` for the target sprint. If it hasn't, the skill prompts to invoke `sprint-snapshot` first. ## Quick start ```text /sprint-plan → Aurora, current sprint (auto-detect newest) /sprint-plan Borealis → single team /sprint-plan Aurora --inc 28 --sprint 2 → explicit sprint /sprint-plan Aurora --no-council → skip clarity-council, LLM-only analysis ``` ## Parameters | Param | Default | Notes | | :--- | :--- | :--- | | `Team` | from memory or prompt | Same `reference_default_scrum_team.md` source as sprint-snapshot | | `Inc` | latest from `Scrum 📅/INC <N>/` | Scan vault for newest | | `Sprint` | latest from `INC <N>/Sprint <N>/` | Scan vault for newest | | `Personas` | `statistics-expert,scrum-master,product-owner,infographics-expert` | Comma-separated; `--no-council` disables. `infographics-expert` is included by default per the [always-add-charts feedback](#charts-required-section); their output drops Mermaid charts directly into the report body. | ## Workflow ```text - [ ] Phase 1: Reso