What problem does it solve? Agile teams lose track of which epics and stories are in backlog, in progress, or done when status lives only in scattered planning documents. This Skill scans epic markdown files and produces a single structured sprint-status.yaml that reflects the real state of development work. ## Core Features & Use Cases - Epic and Story Parsing: Reads whole or sharded epic markdown files (epics.md, epic-1.md, etc.) and extracts every epic, story, and retrospective entry. - Intelligent Status Detection: Upgrades story status to ready-for-dev when a matching story file exists, and never downgrades existing advanced statuses. - Structured YAML Output: Generates a validated sprint-status.yaml with documented status state machines (backlog, ready-for-dev, in-progress, review, done). - Use Case: After writing your product epics, ask the agent to run sprint planning and receive a complete tracking file that developers and agents update as work progresses. ## Quick Start Ask the agent to run sprint planning and generate the sprint status file from your epic documents.