sprint-status

Summarize sprint health from sprint plans and story statuses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill sprint-status-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/sprint-status
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill sprint-status-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast, read-only check of sprint health by reading the current sprint plan, scanning story statuses, and producing a concise progress snapshot with a burndown assessment and emerging risks. Use it anytime during a sprint to gain quick situational awareness.

Core Features & Use Cases

  • Read the sprint plan to extract the sprint goal, dates, and a list of stories with priority, owner, and estimates.
  • Scan story statuses (DONE, IN PROGRESS, BLOCKED, NOT STARTED) from either the sprint plan or a sprint-status.yaml file, and surface overall progress.
  • Generate a compact sprint snapshot including days remaining, task breakdown, and notable risks for quick decision-making.

Quick Start

Ask the AI to run /sprint-status to generate a live 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 health snapshot for my current sprint?

A sprint burndown assessment is generated by aggregating story statuses from your sprint plan or sprint-status.yaml file. It calculates overall completion and remaining days to show whether the sprint is on track.

How do I track agile story statuses like blocked or in progress items?

Sprint progress tracking works by scanning markdown files for story statuses or reading sprint-status.yaml. If the yaml file is missing, it falls back to markdown scanning and notes any missing references.

What is a sprint-status.yaml file used for in agile project management?

A sprint-status.yaml file is used as the authoritative source for sprint health tracking. When present, the Skill reads it directly to extract story statuses, bypassing markdown scanning of the sprint plan for more accurate progress reporting.

Can I check sprint progress without a dedicated project management tool?

You can check sprint progress using markdown files by having the Skill scan your sprint plan and linked stories. If sprint-status.yaml is missing, it falls back to reading markdown and notes any missing references for your snapshot.

What is included in a sprint health snapshot for project management?

A sprint health snapshot includes the sprint goal, days remaining, task breakdown by status, and a burndown assessment. It also highlights emerging risks, blockers, and at-risk items to support quick decision-making.