What problem does it solve? Agile teams lose track of which epics and stories are done, in progress, or blocked when planning documents and implementation drift apart. This Skill gates planning readiness, generates a sprint-status.yaml tracking file from epic documents, summarizes progress, and repairs broken tracking files. ## Core Features & Use Cases - Readiness Gate: Audits planning artifacts (PRDs, architecture, epics) and returns a PASS/CONCERNS/FAIL verdict on whether the plan is implementable before any code is written. - Deterministic Tracking Generation: Parses epic files into a structured sprint-status.yaml via a Python script that preserves existing statuses, never downgrades progress, and normalizes legacy status values. - Status, Validation, and Repair: Summarizes sprint progress with risks and next recommended actions, validates file structure, and rebuilds corrupted tracking files with user-confirmed evidence. - Use Case: After writing epics for a new product, ask the AI to run sprint planning; it checks readiness, generates sprint-status.yaml, and later answers "where are we" with counts, risks, and the next story to build. ## Quick Start Ask the AI to run sprint planning and generate the sprint status file from your epic documents.