sprint-planninglisted
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