sprint-status

Parses sprint files and story statuses to output burndown, blockers, and stale items.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill sprint-status-polsegu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/polsegu/Claude-Code-Game-Dev/tree/main/.claude/skills/sprint-status
Command: npx skills add https://github.com/polsegu/Claude-Code-Game-Dev --skill sprint-status-polsegu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly gauge sprint health by reading the current sprint plan and story statuses, then produce a concise progress snapshot with burndown, blockers, and emerging risks to support fast decision-making.

Core Features & Use Cases

  • Reads the current sprint plan and all stories/tasks to extract status, owner, priority, and progress.
  • Calculates days remaining and produces a burndown snapshot, including time-based risk signals.
  • Detects and highlights stale or blocked work, and surfaces attention items for team alignment.
  • Use cases include sprint standups, quick status requests like "how is the sprint going" or "show sprint progress".

Quick Start

Ask for the sprint status using '/sprint-status' (optionally with a sprint number) to receive a concise progress snapshot.

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 for an ongoing agile project?

You can generate a sprint status snapshot by parsing the current sprint plan and story statuses to produce a compact report with burndown progress, blockers, and stale items for quick decisions.

What is sprint burndown and how does it help with risk assessment?

Sprint burndown tracks remaining work against time to visualize progress. Calculating days remaining alongside story statuses surfaces time-based risk signals, enabling teams to identify delays and adjust priorities.

How do I detect blocked or stale stories in my current sprint plan?

Detect stale or blocked stories by reading sprint files to extract task statuses, owners, and priorities. The generated progress snapshot highlights blocked work and surfaces attention items for team alignment.

Can I check sprint health for a specific past sprint number instead of the current one?

Yes, you can check sprint health for a specific sprint number. The analysis applies to both ongoing sprints and specific sprint numbers, extracting burndown data and blockers for the selected period.

Do I need any external project management tools to track sprint progress?

No external project management tools are required. Sprint progress tracking works by directly parsing local sprint files to extract statuses and priorities, then outputting a structured report with optional notes.