Agile recipes
Table of Contents
Recipes for operating the agile cycle: opening new sprints, generating release notes, and the housekeeping that goes with both. The conceptual model — phases, ownership by cybernetic level, what a sprint is — lives in Agile process.
Sprint lifecycle
- How do I open a new sprint?
- How do I generate release notes?
- How do I plan a sprint? — set the mission, score next-bucket captures, promote winners into stories.
Backlog
- How do I refine the backlog? — the housekeeping session: scan, clarify, cull, re-prioritise.
- How do I triage and promote captures? —
compass capture fileandcompass capture promote; never move capture files by hand.
Orient — sprint and story status
- How do I get a sprint or story status? —
compass sprint statusandcompass story statusto see what is done, in progress, and not yet started.
Claude session coordination
- How do I use the session journal? — record task pickup in
.journal.org; check fleet before starting a new story.
See also
- Agile process — the loop overview; per-phase detail in Sprint planning, Sprint execution and Sprint closure.
- How do I bump the project version? (under CMake recipes) — the build-side housekeeping that follows a new sprint.
Agile Product Owner/ New Sprint / Release Notes Generator — skills that drive these recipes.