From scrum
Generate sprint review report with completed work, demo script, and commitment tracking
npx claudepluginhub andercore-labs/claudes-kitchen --plugin scrum# Sprint Review Report Generator Generate a comprehensive sprint review report for showcasing completed work and tracking commitments. ## Usage `/scrum:review [PROJECT_KEY]` **Example:** `/scrum:review SKL` ## Report Contents The report includes: - **Sprint Summary**: Sprint name, dates, goal, and completion status - **Completed Work**: All tickets completed during the sprint grouped by epic/feature area - **Demo Script**: Organized demo flow with talking points and suggested order - **Commitment Tracking**: Committed vs. completed story points analysis - **Missed Commitments**: Inco...
/reviewInvokes external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) to peer review specified phase plans, producing structured REVIEWS.md with feedback.
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewOrchestrates multi-LLM code review across Codex, Gemini, Claude, Perplexity, and others; checks provider availability and posts inline PR comments.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
Generate a comprehensive sprint review report for showcasing completed work and tracking commitments.
/scrum:review [PROJECT_KEY]
Example: /scrum:review SKL
The report includes:
Step 0: Invoke the ceremonies skill
MANDATORY: Invoke the skill FIRST before any ceremony preparation
Invoke Skill: scrum:ceremonies-recipe
This loads ceremony preparation patterns, sprint review data requirements, and validation workflows.
Step 1: Run the review data generation script
Execute the script with the project key from ARGUMENTS:
cd plugins/scrum/skills/ceremonies-recipe/scripts && python3 generate_review_data.py {{ARGUMENTS}}
This will:
Step 2: Read and present the generated report
The script generates a markdown file named review_report_YYYYMMDD.md in the current directory.
Read this file and present it to the user.
Step 3: Validate report (per ceremonies skill)
Verify:
If validation fails, cite specific missing data.
Step 4: Provide actionable insights
Based on the report, offer observations such as:
Focus on actionable insights that help prepare for an effective sprint review.
Completed Work Compilation (AC 7.4.1):
Demo Script Generation (AC 7.4.2):
Commitment Tracking (AC 7.4.3):
Sprint Detection:
--sprint-id flagOutput File:
review_report_YYYYMMDD.md (current date)-o filename.md flag--sprint-id ID for specific sprintEnvironment Requirements: