sprint-status

Generate sprint progress snapshots from sprint plans and story files.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/XGanQAQ/Unity-Claude-Code-Game-Studios --skill sprint-status-xganqaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/XGanQAQ/Unity-Claude-Code-Game-Studios/tree/main/.claude/skills/sprint-status
Command: npx skills add https://github.com/XGanQAQ/Unity-Claude-Code-Game-Studios --skill sprint-status-xganqaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns your sprint plan and story files into a quick, readable snapshot of progress, burndown status, and emerging risks so you can respond to “how’s it going?” without doing manual checking.

Core Features & Use Cases

  • Fast situational status: Produces a concise progress view (under 30 lines) from the current or specified sprint.
  • Authoritative story status support: Uses production/sprint-status.yaml when present to avoid error-prone markdown inference.
  • Burndown and risk assessment: Compares completion vs. time consumed and flags On Track vs At Risk vs Behind, including staleness escalation for IN PROGRESS items.

Quick Start

Ask for a sprint update by running: /sprint-status

Frequently Asked Questions about sprint-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a quick sprint status update from story files?

To get a quick sprint status update, this Skill reads your sprint plan and scans story files using Glob and Grep, producing a concise progress snapshot under 30 lines for instant situational awareness.

How does sprint burndown risk assessment work for in-progress items?

Sprint burndown risk assessment compares completed stories against time consumed, flagging items as On Track, At Risk, or Behind, and applies staleness escalation for IN PROGRESS stories that lack recent updates.

Do I need a sprint-status.yaml file to track sprint progress?

You do not need a sprint-status.yaml file to track sprint progress; the Skill prefers it as an authoritative source but falls back to markdown-based status inference with stale-story detection when it is absent.

What is the best way to check agile project tracking status without modifying files?

The best way to check agile project tracking status read-only is by using Glob and Grep scanning plus file reads, ensuring no modifications are made to your sprint plan or story files during the status query.

Can I use grep scanning to detect stale stories during active development?

Yes, you can use grep scanning to detect stale stories during active development; the Skill flags IN PROGRESS items with staleness escalation to provide quick burndown insight from Must Have priorities.

Why does markdown status inference produce errors for sprint tracking?

Markdown status inference can produce errors for sprint tracking because it relies on parsing text rather than structured data, which is why the Skill prefers production/sprint-status.yaml as the authoritative source.