Sprint Review
Prepare a sprint review for "$ARGUMENTS". Summarize what was completed, what was not, compare delivery to the sprint goal, and prepare a demo agenda for stakeholders.
Prerequisites
Check that .project/$ARGUMENTS/00-initiate.md exists. If it does not, tell the user to run an Initiate skill first (e.g., project-charter) and stop.
If the user passes --skip-checks, skip the prerequisite check and log the skip to .project/$ARGUMENTS/skip-log.md with a timestamp and reason.
Process
Read existing context:
- Read
.project/$ARGUMENTS/00-initiate.md for project charter and stakeholder context
- Read
.project/$ARGUMENTS/01-plan.md for sprint backlog, sprint goal, and velocity target
- Read
.project/$ARGUMENTS/02-sprint.md for standup history, blocker log, and WIP reviews
List completed stories:
- For each story in the sprint backlog, determine if it is done (all acceptance criteria met)
- For completed stories, confirm that acceptance criteria were verified (not just code-complete)
- Note any stories that were completed but with caveats (partial scope, known issues, tech debt created)
- Calculate total story points completed
List incomplete stories:
- For each story not completed, explain the reason: blocked, underestimated, descoped, started late, dependency missed
- Determine if the incomplete story should carry over to the next sprint or return to the backlog
- Note how much work remains on each incomplete story (percentage done, remaining tasks)
- Distinguish between stories that were never started and stories that were started but not finished
Compare actual delivery to sprint goal:
- Restate the sprint goal from the sprint planning
- Assess whether the sprint goal was achieved, partially achieved, or missed
- If partially achieved, explain what parts were delivered and what was not
- Calculate commitment ratio: completed points / committed points as a percentage
- Note any work completed that was not in the original sprint backlog (unplanned work, stretch goals)
Prepare demo agenda:
- Select which completed features to demo (not everything — focus on what stakeholders care about)
- Order the demo to tell a story: start with the most impactful feature, build logically
- For each demo item, note: what to show, the key takeaway, and expected time (2-3 minutes each)
- Identify who will present each item (the person who built it, or a designated presenter)
- Total demo time should be 15-20 minutes, leaving 10 minutes for questions
List stakeholder questions to address:
- Anticipate questions stakeholders will ask based on the sprint results
- Prepare concise answers for: why was X not completed, when will Y be ready, what changed from the plan
- Note any decisions needed from stakeholders during or after the review
- Identify topics that need a separate follow-up meeting (do not try to resolve everything in the review)
Gather feedback themes for backlog refinement:
- Based on sprint outcomes, identify themes for backlog adjustment
- Were estimates accurate? If not, what type of work was underestimated?
- Were there recurring blockers that suggest a systemic issue?
- Did stakeholder priorities shift during the sprint? How should the backlog reflect this?
- Note any new work items surfaced during the sprint that should be added to the backlog
Write the artifact — append to .project/$ARGUMENTS/03-review.md under a ## Sprint Review section:
- Sprint Goal Assessment — goal statement, achieved/partial/missed, rationale
- Completed Stories — list with acceptance criteria status and points
- Incomplete Stories — list with reasons and carryover recommendation
- Commitment Ratio — completed points / committed points
- Demo Agenda — ordered list of features to demo with presenters and timing
- Stakeholder Questions — anticipated questions with prepared answers
- Feedback Themes — observations for backlog refinement
Output
Sprint review appended to .project/$ARGUMENTS/03-review.md. Present a summary highlighting:
- Sprint goal achievement status
- Commitment ratio (completed vs. committed points)
- Number of stories completed vs. total
- Demo agenda overview (features and total time)
- Top feedback themes for backlog refinement
1---2name: sprint-review3description: Prepare sprint review — what was done, what wasn't, stakeholder demo plan4---56# Sprint Review78Prepare a sprint review for "$ARGUMENTS". Summarize what was completed, what was not, compare delivery to the sprint goal, and prepare a demo agenda for stakeholders.910## Prerequisites1112Check that `.project/$ARGUMENTS/00-initiate.md` exists. If it does not, tell the user to run an Initiate skill first (e.g., project-charter) and stop.1314If the user passes `--skip-checks`, skip the prerequisite check and log the skip to `.project/$ARGUMENTS/skip-log.md` with a timestamp and reason.1516## Process17181. **Read existing context:**19 - Read `.project/$ARGUMENTS/00-initiate.md` for project charter and stakeholder context20 - Read `.project/$ARGUMENTS/01-plan.md` for sprint backlog, sprint goal, and velocity target21 - Read `.project/$ARGUMENTS/02-sprint.md` for standup history, blocker log, and WIP reviews22232. **List completed stories:**24 - For each story in the sprint backlog, determine if it is done (all acceptance criteria met)25 - For completed stories, confirm that acceptance criteria were verified (not just code-complete)26 - Note any stories that were completed but with caveats (partial scope, known issues, tech debt created)27 - Calculate total story points completed28293. **List incomplete stories:**30 - For each story not completed, explain the reason: blocked, underestimated, descoped, started late, dependency missed31 - Determine if the incomplete story should carry over to the next sprint or return to the backlog32 - Note how much work remains on each incomplete story (percentage done, remaining tasks)33 - Distinguish between stories that were never started and stories that were started but not finished34354. **Compare actual delivery to sprint goal:**36 - Restate the sprint goal from the sprint planning37 - Assess whether the sprint goal was achieved, partially achieved, or missed38 - If partially achieved, explain what parts were delivered and what was not39 - Calculate commitment ratio: completed points / committed points as a percentage40 - Note any work completed that was not in the original sprint backlog (unplanned work, stretch goals)41425. **Prepare demo agenda:**43 - Select which completed features to demo (not everything — focus on what stakeholders care about)44 - Order the demo to tell a story: start with the most impactful feature, build logically45 - For each demo item, note: what to show, the key takeaway, and expected time (2-3 minutes each)46 - Identify who will present each item (the person who built it, or a designated presenter)47 - Total demo time should be 15-20 minutes, leaving 10 minutes for questions48496. **List stakeholder questions to address:**50 - Anticipate questions stakeholders will ask based on the sprint results51 - Prepare concise answers for: why was X not completed, when will Y be ready, what changed from the plan52 - Note any decisions needed from stakeholders during or after the review53 - Identify topics that need a separate follow-up meeting (do not try to resolve everything in the review)54557. **Gather feedback themes for backlog refinement:**56 - Based on sprint outcomes, identify themes for backlog adjustment57 - Were estimates accurate? If not, what type of work was underestimated?58 - Were there recurring blockers that suggest a systemic issue?59 - Did stakeholder priorities shift during the sprint? How should the backlog reflect this?60 - Note any new work items surfaced during the sprint that should be added to the backlog61628. **Write the artifact** — append to `.project/$ARGUMENTS/03-review.md` under a `## Sprint Review` section:63 - **Sprint Goal Assessment** — goal statement, achieved/partial/missed, rationale64 - **Completed Stories** — list with acceptance criteria status and points65 - **Incomplete Stories** — list with reasons and carryover recommendation66 - **Commitment Ratio** — completed points / committed points67 - **Demo Agenda** — ordered list of features to demo with presenters and timing68 - **Stakeholder Questions** — anticipated questions with prepared answers69 - **Feedback Themes** — observations for backlog refinement7071## Output7273Sprint review appended to `.project/$ARGUMENTS/03-review.md`. Present a summary highlighting:74- Sprint goal achievement status75- Commitment ratio (completed vs. committed points)76- Number of stories completed vs. total77- Demo agenda overview (features and total time)78- Top feedback themes for backlog refinement