sprint-status

Read sprint plan and story files to assess burndown and detect risks.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill sprint-status-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/sprint-status
Command: npx skills add https://github.com/LeKay/ai-game --skill sprint-status-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a fast and concise overview of the current sprint's progress, including burndown and potential risks.

Core Features & Use Cases

  • Sprint Overview: Reads the sprint plan and story files to generate a status snapshot.
  • Burndown Assessment: Calculates completion percentage against time consumed.
  • Risk Detection: Flags stories that are not progressing and identifies potential issues.
  • Use Case: Use the skill to get a quick update on how the sprint is going, or to identify areas that need attention.

Quick Start

Check the sprint status 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 check sprint progress and burndown status from markdown files?

Sprint status assessment works by parsing sprint plan and story markdown files to calculate burndown and identify risks. It reads file system data to generate a situational awareness snapshot of completion percentage against time consumed.

What is sprint burndown analysis and how does it detect project risks?

Sprint burndown analysis calculates completion percentage against time consumed to track project progress. Risk detection flags stories that are not progressing, identifying potential issues before they impact the sprint timeline.

How do I generate a sprint status snapshot for my software development project?

Generate a sprint status snapshot by executing the command to parse your sprint plan and story files. The skill assesses burndown and flags non-progressing stories, providing a concise overview of your software development sprint.

Can I use this sprint status tool without external project management dependencies?

Yes, sprint status assessment requires no external dependencies. It operates independently using markdown parsing and file system operations to process sprint and story data directly from your local project files.

What format do sprint plan and story files need to be in for risk analysis?

Sprint plan and story files must be in markdown format for risk analysis. The skill uses markdown parsing to read the file system and process sprint data for burndown assessment and risk detection.