sprint-status

Identify the current sprint by date and compile a status table with per-story status and blockers.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/solace-ill/vector-flow --skill sprint-status-solace-ill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/solace-ill/vector-flow/tree/main/.claude/skills/sprint-status
Command: npx skills add https://github.com/solace-ill/vector-flow --skill sprint-status-solace-ill

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 related stories, summarizing progress, and surfacing risks so teams can quickly adjust course.

Core Features & Use Cases

  • Reads the current sprint plan and story entries to surface status, owners, and priorities.
  • Computes burndown indicators and flags stale or blocked items for timely intervention.
  • Provides a ready-to-share snapshot suitable for quick standups or PM updates.

Quick Start

Run /sprint-status with an optional sprint number to generate a concise progress snapshot of the current or specified 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 snapshot for standups?

Generate a compact sprint status snapshot by reading the current sprint plan and story entries to surface progress, owners, priorities, and blockers in a concise 30-line output. This read-only summary is ready to share for quick standups or PM updates.

How does sprint burndown detection work for stale or blocked stories?

Sprint burndown detection calculates days elapsed and remaining, then flags stale stories using last-updated timestamps and identifies blockers via a status scan or markdown markers. It escalates risks with a note when data is outdated or missing.

Can I check a specific sprint's health by providing a sprint number?

Yes, you can run the command with an optional sprint number to generate a progress snapshot for that specific sprint. Without a number, it identifies the current sprint by date and loads all related goals and stories automatically.

What is the best way to track agile story progress without modifying project files?

Track agile story progress safely using read-only operations that load sprint goals, start and end dates, and story estimates. The tool compiles a status table with per-story status and flags risks without altering any of your existing project files.

Do I need a sprint-status.yaml file to detect story blockers and risks?

No, you do not need a sprint-status.yaml file to detect blockers. The tool performs a status scan from sprint-status.yaml if present, but will automatically fall back to parsing markdown markers to identify blockers and compile the status table.

Why does my sprint progress report flag certain stories as risks?

Sprint progress reports flag stories as risks when last-updated timestamps indicate stale entries or when story data is outdated and missing. The tool adds an escalation note to the compact output to highlight these items for timely intervention.