What problem does it solve? Agile teams lose track of which epics and stories are done, in progress, or blocked when sprint state lives only in scattered planning documents. This Skill gates planning readiness, then generates and maintains a single sprint-status.yaml file that tracks every epic, story, retrospective, and action item. ## Core Features & Use Cases - Readiness Gate: Audits planning artifacts (PRDs, architecture, epics) and returns a PASS, CONCERNS, or FAIL verdict before any tracking is generated. - Deterministic Tracking Generation: Parses epic files into kebab-case story keys, merges with existing statuses without downgrades, detects story files on disk, and writes sprint-status.yaml atomically. - Status, Validate, and Fix Flows: Summarizes sprint progress with risks and next recommended actions, validates file structure, and rebuilds broken tracking files from evidence with user confirmation. - Use Case: After finishing your epics document, ask to run sprint planning; the Skill checks implementability, generates sprint-status.yaml, and later tells you which story to build next. ## Quick Start Ask the assistant to run sprint planning and generate the sprint status file from your epic documents.