What problem does it solve? Agile teams using file-based planning lose track of which epics and stories are backlog, in-progress, or done. This Skill automates the creation and maintenance of a sprint-status.yaml file by scanning epic markdown files and detecting story statuses from the filesystem. ## Core Features & Use Cases - Epic and Story Parsing: Discovers whole or sharded epic documents (epics.md, epic-1.md, etc.) and extracts every epic, story, and retrospective entry. - Intelligent Status Detection: Upgrades stories to ready-for-dev when story files exist, while preserving more advanced existing statuses and never downgrading. - Structured YAML Output: Generates a validated sprint-status.yaml with documented status state machines for epics, stories, and retrospectives. - Use Case: After writing your product epics in markdown, run sprint planning to produce a complete tracking file that developers and agents update as work progresses. ## Quick Start Ask the assistant to run sprint planning and generate the sprint status file from your epic documents.