sprint-health-capacity-analyzer

Analyze sprint issues against roster targets and write a capacity report to analysis.md.

7|15|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/openshift-eng/edge-tooling --skill sprint-health-capacity-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-health-capacity-analyzer
Source: https://github.com/openshift-eng/edge-tooling/tree/main/plugins/edge-scrum/skills/sprint-health-capacity-analyzer
Command: npx skills add https://github.com/openshift-eng/edge-tooling --skill sprint-health-capacity-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps teams detect when sprint commitments exceed capacity, and it flags planning gaps like missing story points, missing epic links, and incomplete acceptance criteria.

Core Features & Use Cases

  • Sprint capacity health: Computes committed vs target story points per roster member to highlight overloaded and under-allocated individuals.
  • Sprint composition insight: Summarizes work distribution by issue type and by epic, including identifying issues not assigned to an epic.
  • Commitment quality checks: Identifies unpointed issues, missing epic links, and issues missing acceptance criteria so they can be fixed before sprint execution.

Quick Start

Use the sprint-health skill with mode set to capacity so it reads the sprint input JSON files and writes a capacity/health report to analysis.md.

Frequently Asked Questions about sprint-health-capacity-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check sprint capacity against committed story points?

Sprint capacity analysis evaluates committed story points against roster targets to flag overloaded and under-allocated individuals before sprint execution begins.

What is the best way to detect unpointed issues and missing epic links in a sprint?

Sprint composition insight identifies unpointed issues, missing epic links, and issues lacking acceptance criteria so teams can fix planning gaps early.

How do I generate a sprint health report from JSON issue data?

You generate a sprint health report by reading sprints.json and sprint_issues.json to compute load flags and write a structured capacity analysis document.

Does sprint commitment health analysis require specific issue metadata formats?

Sprint commitment health analysis requires JSON files containing sprint metadata, roster story point targets, and aggregated issue point, type, and epic data to function correctly.

Can I see work distribution by epic for my sprint backlog?

Sprint composition insight summarizes work distribution by issue type and by epic, including identifying sprint issues that are not assigned to any epic.

When should I run a sprint capacity readiness check?

You should run a sprint capacity readiness check at the start of a sprint to detect commitment overload and flag planning gaps before execution starts.