What problem does it solve? It enforces a consistent order of operations when an agent or developer picks up work from a structured implementation plan, preventing skipped dependencies, missing tests, and untracked status changes. ## Core Features & Use Cases - Ticket lifecycle management: Start a ticket by reading STATUS.md, verifying dependency rows are done, and marking the ticket in progress. - Build discipline: Build the ticket's Build, Acceptance, and Tests sections, and record unplanned work as new tickets instead of folding it in silently. - Sprint and phase closing: Fill the Sprint exit table, update STATUS.md pointers, and close phases only through the phase exit gates. - Use Case: An AI agent is asked to start ticket P0-S00-T01; it reads the sprint file, checks dependencies, updates statuses, builds with tests, runs pnpm check, walks the definition of done, and reports back. ## Quick Start Ask the agent to pick up the next ticket from the implementation plan and follow the ticket workflow.