What problem does it solve? Agile teams lose track of where their sprint stands when story and epic statuses live in a raw YAML file. This Skill reads sprint-status.yaml, aggregates story and epic counts, surfaces risks like stale data or orphaned stories, and recommends the next workflow action. ## Core Features & Use Cases - Sprint Aggregation: Parses sprint-status.yaml and counts stories and epics by status (backlog, ready-for-dev, in-progress, review, done), including legacy status mapping. - Risk Detection: Flags stale status files, orphaned stories, in-progress epics without stories, and unrecognized status values with interactive correction. - Next-Action Recommendation: Selects the next workflow (dev-story, code-review, create-story, or retrospective) based on priority rules, with interactive, data, and validate execution modes. - Use Case: A developer asks "check sprint status" and immediately sees that 3 stories are in review, the status file is 10 days old, and the recommended next step is running code-review on story 2-1. ## Quick Start Ask the assistant to check the sprint status and show any risks plus the recommended next workflow.