sprint-status

Read sprint plan and story files to produce a progress snapshot with risks and burndown.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dawn840705/claude-code-game-studios --skill sprint-status-dawn840705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/dawn840705/claude-code-game-studios/tree/main/skills/sprint-status
Command: npx skills add https://github.com/dawn840705/claude-code-game-studios --skill sprint-status-dawn840705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast, at-a-glance view of sprint health by reading the current sprint plan and story data to summarize progress, risks, and burndown.

Core Features & Use Cases

  • Read the sprint plan and story statuses to generate a concise progress snapshot.
  • Compute days remaining and burndown metrics from sprint dates, and surface emerging risks.
  • Flag stale or missing stories and handle missing files gracefully to keep the snapshot actionable.

Quick Start

Invoke /sprint-status to generate a concise sprint health snapshot for the current sprint.

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

To get a sprint status update, this Skill reads your current sprint plan and story files to generate a concise progress snapshot. It computes days remaining, scans story statuses, and surfaces burndown insights for quick communication.

Can I track sprint burndown and flag blocked stories automatically?

Yes, you can track sprint burndown and flag blocked stories automatically. The Skill scans story statuses including BLOCKED and IN PROGRESS, computes burndown metrics from sprint dates, and surfaces emerging risks in a compact table.

How do I check sprint progress for a specific sprint number?

To check sprint progress for a specific sprint, you can pass an optional sprint-number argument when invoking the tool. It will read the corresponding sprint plan and output a health snapshot tailored to that sprint.

What happens to the sprint health snapshot if story files are missing or stale?

If story files are missing or stale, the sprint health snapshot handles the missing files gracefully and actively flags the stale or missing work. This keeps the generated progress snapshot actionable without breaking the reporting flow.

Does this agile project management tool work without external dependencies?

Yes, this agile project management tool works without external dependencies. It operates standalone by directly reading your existing sprint plan and story files to compute remaining days and summarize project health.

What is the best way to communicate sprint risks and progress to stakeholders?

The best way to communicate sprint risks is by generating a compact table snapshot. This Skill summarizes story statuses, computes burndown metrics, and flags missing work to produce a quick, readable sprint health overview for stakeholders.