sprint-review

Score sprint delivery against commitments and generate tracked retrospective action items.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mbaho10/claude-code-skills-9arm-workspace --skill sprint-review-mbaho10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-review
Source: https://github.com/mbaho10/claude-code-skills-9arm-workspace/tree/main/.claude/skills/sprint-review
Command: npx skills add https://github.com/mbaho10/claude-code-skills-9arm-workspace --skill sprint-review-mbaho10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scores sprint delivery against commitments and drives a blameless retrospective that yields owned, tracked action items. It prevents inflated success stories by ensuring QA-pass is required for completion.

Core Features & Use Cases

  • Score each story against sprint commitments (Shipped QA-passed, Incomplete, Not started) with references to qa-report.
  • Run a focused retrospective with Keep / Change / Action Items, each with clear owners and tracking artifacts.
  • Generate a concise, auditable sprint summary for stakeholders and backlog refinement.

Quick Start

Analyze the current sprint by scoring delivered work and running a retro, then document the results in docs/sprint-review.md.

Frequently Asked Questions about sprint-review

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

FAQPage Schema
How do I score sprint delivery against our original commitments?

Sprint delivery is scored against commitments by categorizing stories as shipped QA-passed, incomplete, or not started. The process requires docs/backlog.md and docs/qa-report.md to verify status, using git log for the sprint window to ensure only QA-passed work counts as done.

How do I run a blameless retrospective that produces tracked action items?

A blameless retrospective is run by guiding the team through Keep / Change / Action Items discussions. Each resulting action item is assigned a clear owner and tracking artifact, preventing inflated success stories by enforcing QA-pass requirements for completion.

What files do I need before running an agile sprint review?

Running an agile sprint review requires docs/backlog.md and docs/qa-report.md as input. The tool uses these files to determine story status and applies git log for the sprint window, enforcing that only QA-passed work counts as done.

Does the sprint review process count incomplete work as done if it lacks QA verification?

Sprint review does not count incomplete work as done without QA verification. It prevents inflated success stories by enforcing that only QA-passed work counts as complete, categorizing all other stories as incomplete or not started.

Can I generate an auditable sprint summary for stakeholders from backlog and QA reports?

An auditable sprint summary for stakeholders is generated by analyzing sprint outcomes from backlog and QA reports. The summary includes scored delivery against commitments and documented retrospective action items with clear owners.

Why use a structured sprint review instead of a standard team retrospective?

A structured sprint review prevents inflated success stories by requiring QA-pass for completion. It scores delivery against commitments and guides a blameless retrospective that produces owned, tracked action items rather than unstructured discussion.