scrum-event-sprint-review

Verify Definition of Done and acceptance criteria for sprint increments.

3|1|Updated Feb 3, 2012
One-click install
npx skills add https://github.com/shishi/dotfiles --skill scrum-event-sprint-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-event-sprint-review
Source: https://github.com/shishi/dotfiles/tree/main/claude/skills/scrum-event-sprint-review
Command: npx skills add https://github.com/shishi/dotfiles --skill scrum-event-sprint-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies Definition of Done and acceptance criteria for Sprint increments, ensuring each increment is production-ready before review or release.

Core Features & Use Cases

  • DoD verification: automatically compare completed work against the project's Definition of Done.
  • Acceptance criteria enforcement: validate each PBI meets its acceptance criteria and readiness for review.
  • Sprint readiness guidance: provide concrete next steps and scope guidance when DoD or criteria are not met.

Quick Start

To start the sprint review checks, load the sprint verification workflow and run the built-in commands from the project root:

  • npm test
  • npm run lint
  • deno check scrum.ts

Frequently Asked Questions about scrum-event-sprint-review

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

FAQPage Schema
How do I verify sprint increments meet the Definition of Done before review?

To verify sprint increments meet the Definition of Done, run the scrum.ts verification workflow and execute built-in commands like npm test, npm run lint, and deno check from the project root to enforce compliance and readiness.

What is the best way to check acceptance criteria for a completed sprint increment?

Checking acceptance criteria involves validating that each Product Backlog Item meets its specific requirements through automated verification workflows, ensuring the increment is production-ready before the sprint review or release.

How does automated DoD compliance work for agile projects?

Automated DoD compliance works by comparing completed work against the project's predefined Definition of Done using executable commands, providing concrete next steps and scope guidance when criteria are not met.

Do I need Deno to run sprint readiness checks for agile projects?

You need Deno to run sprint readiness checks because the verification workflow requires executing deno check scrum.ts alongside npm test and npm run lint to validate DoD and acceptance criteria fully.

What should I do when completed work does not meet DoD or acceptance criteria?

When completed work does not meet DoD or acceptance criteria, the verification workflow provides concrete next steps and sprint readiness guidance, outlining necessary scope adjustments before proceeding to the sprint review.