What problem does it solve? During a sprint, teams lose situational awareness when story status is scattered across sprint plans and story files. This Skill reads the current sprint plan and story files, then produces a concise progress snapshot with burndown assessment, stale story flags, and escalation alerts without modifying any files. ## Core Features & Use Cases - Sprint Progress Snapshot: Reads the sprint plan and story files, classifies each story as DONE, IN PROGRESS, BLOCKED, NOT STARTED, or MISSING, and outputs a status table. - Burndown Assessment: Compares completion percentage against time consumed to classify the sprint as On Track, At Risk, or Behind, with escalation when stale stories are detected. - Stale Story Detection: Flags IN PROGRESS stories with no update in more than 4 days and surfaces them in an Attention Needed section. - Use Case: Mid-sprint, a lead asks "how is the sprint going" and receives a status table showing two Must Have stories blocked with 30% of sprint time remaining, plus a critical flag recommending a replan. ## Quick Start Ask the assistant to run a sprint status check on the current sprint and report progress, burndown, and any at-risk stories.