What problem does it solve? Agile teams need a reliable way to confirm their planning artifacts are complete enough to build from, and a consistent machine-readable file to track epic and story progress across a sprint. This Skill gates implementation readiness, then generates, summarizes, validates, and repairs the sprint-status.yaml tracking file. ## Core Features & Use Cases - Readiness Gate: Scans planning artifacts (briefs, PRDs, architecture, epics) and delivers a PASS/CONCERNS/FAIL verdict on whether the plan is implementable. - Deterministic Tracking Generation: Parses epic files into kebab-case story keys and writes sprint-status.yaml via a Python script with atomic writes, status preservation, and legacy v6 status normalization. - Status, Validate, and Fix Flows: Summarizes sprint progress with risks and next recommended actions, validates file structure, and rebuilds broken tracking files with user-confirmed status inference. - Use Case: After drafting epics for a new project, ask the assistant 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 assistant to run sprint planning to check implementation readiness and generate the sprint status file from your epics.