sprint-status

Scan sprint plan and story status to compute progress and burndown verdict.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill sprint-status-imgamer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/sprint-status
Command: npx skills add https://github.com/imgamer/AILearn --skill sprint-status-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces sprint uncertainty by turning the current sprint plan and story files into a concise, at-a-glance progress and burndown assessment.

Core Features & Use Cases

  • Fast sprint situational awareness: Scans sprint plan and story status markers to summarize progress quickly.
  • Burndown and risk signal: Compares completion against time consumed to label On Track, At Risk, or Behind.
  • Stale work detection: Flags IN PROGRESS stories that haven’t been updated in 4+ days and escalates risk when needed.
  • Read-only reporting: Produces a snapshot without proposing file changes; includes one clear recommendation when applicable.

Quick Start

Ask for a sprint update and run the sprint-status skill for the current sprint to get a concise progress table and risk assessment.

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 snapshot during an active sprint?▼

To get a sprint status snapshot, request a sprint update to scan the current sprint plan and story files. It reads production/sprint-status.yaml or falls back to markdown status inference to summarize progress, days remaining, and completion percentage.

How does burndown risk assessment work for agile stories?▼

Burndown risk assessment works by comparing agile story completion against time consumed to label the sprint as On Track, At Risk, or Behind. It flags IN PROGRESS stories untouched for 4+ days and escalates risk when stale work is detected.

Can I check sprint progress without modifying my story files?▼

Yes, you can check sprint progress safely because this is a read-only reporting function. It produces a concise progress snapshot and burndown assessment without proposing file changes, though it includes one clear recommendation when applicable.

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

No, you do not need a sprint-status.yaml file to track sprint progress. The tool prefers reading production/sprint-status.yaml as the source of truth, but automatically falls back to markdown status inference from story files when the yaml file is absent.

How do I find stale agile stories that are blocking sprint progress?▼

You find stale agile stories by scanning story status markers during an active sprint. The tool specifically flags IN PROGRESS stories that haven't been updated in 4 or more days, escalating risk to highlight work blocking sprint progress.

What is the best way to assess if my sprint is behind schedule?▼

The best way to assess if your sprint is behind schedule is comparing completion percentage against days remaining. It evaluates your sprint plan and story status to deliver a burndown verdict of On Track, At Risk, or Behind.