Task: Create backlog-refiner and sprint-planner skills and recipes
This page documents a task in the Product backlog refinement story. It captures the goal, current status, acceptance, and any notes or results.
Goal
Produce two Claude Code skills (backlog-refiner, sprint-planner) and two companion agile recipes, so that both types of backlog session are structured, repeatable, and self-documenting.
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent story | Product backlog refinement |
| Now | Complete — skills/recipes merged in PR #809. |
| Waiting on | Nothing. |
| Next | Done. |
| Last touched | 2026-05-24 |
Acceptance
doc/llm/skills/backlog-refiner/SKILL.orgexists and is a valid v2 skill doc.doc/llm/skills/sprint-planner/SKILL.orgexists and is a valid v2 skill doc.doc/recipes/agile/how_do_i_refine_the_backlog.orgexists and covers the full housekeeping checklist.doc/recipes/agile/how_do_i_plan_a_sprint.orgexists and covers the goal-setting and selection workflow..claude/skills/backlog-refiner.mdand.claude/skills/sprint-planner.mdare deployed (deploy_skillstarget passes).- Site builds clean with all four new documents.
Plan
- Scaffold
backlog-refinerskill viagenerate_v2_doc.sh --type skill. - Scaffold
sprint-plannerskill viagenerate_v2_doc.sh --type skill. - Author both skills: when-to-use, how-to-use, step-by-step procedure.
- Scaffold
how_do_i_refine_the_backlog.orgrecipe via codegen. - Scaffold
how_do_i_plan_a_sprint.orgrecipe via codegen. - Author both recipes: question, answer (checklist), script, tested-by, see-also.
- Run
deploy_skillsanddeploy_siteto confirm clean build.
Notes
PRs
| PR | Title |
|---|---|
| #809 | [agile,skills] Backlog refinement skills, recipes, and sprint 18 goals |