sprint-status

Aggregate sprint plan data and story statuses into a concise progress snapshot.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill sprint-status-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-status
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/sprint-status
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill sprint-status-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides fast situational awareness of sprint health by reading the current sprint plan and story statuses to produce a concise progress snapshot.

Core Features & Use Cases

  • Read the sprint plan to extract goals, dates, and tasks.
  • Scan story statuses (markdown or YAML) to determine progress, blockers, and risks, including stale items.
  • Generate a compact 30-line report with burndown, attention notes, and recommended actions.

Quick Start

Ask for a sprint update to generate the latest progress 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 generate a sprint burndown and progress snapshot from markdown story statuses?

To generate a sprint burndown snapshot, the skill reads sprint plan files and story status markers to compute progress, risks, and burndown. It operates in read-only mode and produces a concise 30-line report without modifying your sprint artifacts.

What is the best way to get situational awareness of agile sprint health and blockers?

The best way to get agile sprint health awareness is to aggregate sprint plan data and story statuses into a snapshot. The skill scans owner assignments, priorities, and status markers to identify blockers, stale items, and risks, delivering a compact progress report.

Can I track project-management sprint progress without external inputs or integrations?

Yes, you can track sprint progress without external inputs. The skill operates entirely in read-only mode by reading existing sprint files and status markers directly from your repository to compute burndown and report findings without requiring external integrations.

Does the sprint status skill modify my sprint plan files when scanning for risks?

No, the sprint status skill does not modify sprint plan files. It operates strictly in read-only mode, scanning markdown or YAML story statuses to determine progress, blockers, and stale items, and only reports findings without writing changes to sprint artifacts.

How do I identify stale stories and risks in my current agile sprint?

To identify stale stories and risks in an agile sprint, the skill scans story statuses and owner assignments. It reads status markers from markdown or YAML files to detect stale items, compute burndown, and generate recommended actions.

What do I need to set up before asking for a sprint health snapshot?

Before requesting a sprint health snapshot, you need sprint plan files containing goals, dates, and tasks, along with story statuses formatted in markdown or YAML. The skill reads these repository files directly to extract owner assignments, priorities, and status markers.