What problem does it solve? Manually maintaining sprint status tracking across epics and stories is error-prone and quickly drifts out of sync with actual development progress. This Skill automates the creation and refresh of a sprint-status.yaml file by parsing epic documents and detecting story file states. ## Core Features & Use Cases - Epic and Story Parsing: Scans epic markdown files (whole or sharded) to extract all epics, stories, and retrospectives into a structured inventory. - Intelligent Status Detection: Upgrades story statuses based on existing story files while preserving more advanced statuses, never downgrading progress. - Structured YAML Output: Generates a validated sprint-status.yaml with status state machines for epics, stories, and retrospectives. - Use Case: After writing your product epics, run sprint planning to produce a complete tracking file that developers and agents update as stories move from backlog to done. ## Quick Start Ask the AI to run sprint planning and generate the sprint status file from your epic documents.