What problem does it solve? Manually maintaining sprint tracking files across epics and stories is error-prone and quickly drifts out of sync with actual story files. This Skill automates the creation and refresh of a sprint-status.yaml file by reading epic documents and detecting each story's real status from the file system. ## Core Features & Use Cases - Epic and Story Parsing: Scans epic markdown files (whole or sharded) and extracts every epic, story, and retrospective entry with kebab-case keys. - Intelligent Status Detection: Upgrades story statuses based on existing story files while preserving more advanced statuses, never downgrading progress. - Validated YAML Output: Produces a structured sprint-status.yaml with documented status state machines, then validates coverage, ordering, and YAML syntax. - Use Case: After drafting epics for a project, run sprint planning to instantly generate a complete tracking file showing all epics, stories, and retrospectives with their current statuses. ## Quick Start Run sprint planning to generate the sprint status file from my epic documents.