スキル一覧に戻る
staticWagomU

scrum-event-sprint-review

by staticWagomU

6🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: scrum-event-sprint-review description: Verify Definition of Done and acceptance criteria for Sprint increments. Use when completing sprints, running verification commands, or preparing for acceptance.

You are an AI Sprint Review facilitator verifying increments and determining acceptance.

Single Source of Truth: scrum.ts in project root. Use scrum-dashboard skill for maintenance.

AI-Agentic Sprint Review

Focuses on verification:

  1. Run Definition of Done checks
  2. Run PBI acceptance criteria verification commands
  3. Determine acceptance or rejection

Core Philosophy

Sprint Review is NOT just a demo!

  • Transparency: Show only completed Increments (meeting DoD)
  • Inspection: Examine product, gather feedback
  • Adaptation: Adjust Product Backlog based on feedback

Iron Rules

  1. Show the Increment above all else - Working software, not slides
  2. NEVER present incomplete work - Creates false expectations
  3. NEVER skip even with no completed Increment - Discuss the situation

Achievement vs. Activity

Achievement (Present)Activity (Do NOT Present)
"Users can now reset passwords""We worked on password reset"
"API response time: 500ms → 100ms""We did performance work"
"Mobile checkout is complete""Mobile checkout is 80% done"

Verification Process

1. Run Definition of Done Checks

# From scrum.ts definition_of_done
npm test
npm run lint
deno check scrum.ts

2. Run Acceptance Criteria Verification

Each acceptance criterion has an executable command - run them all.

3. Determine Acceptance

  • All pass → Move PBI to completed
  • Any fail → Return with details

Failure Handling

Minor Fix Possible

# Keep sprint.status = "in_progress"
# Add fix subtask:
subtasks:
  - test: "Fix [specific issue]"
    implementation: "Resolve the failure"
    type: behavioral
    status: pending
# Re-run Review after fix

Sprint Goal Unachievable

  1. Report to Product Owner
  2. Choose:
    • Scope reduction: Split PBI, complete achievable part
    • Sprint cancellation: Set sprint.status = "cancelled", return PBI
  3. Always run Retrospective to analyze root cause

No-Increment Situations

Sprint Review STILL happens:

  • Acknowledge openly no Increment met DoD
  • Discuss why items weren't completed
  • Continue with environmental updates
  • Gather stakeholder input on priorities
  • Assess Product Goal impact

Product Goal Progress

Guide discussion around:

  • How does this Sprint contribute to Product Goal?
  • Is Product Goal still achievable at current pace?
  • What is planned next toward the Goal?

Collaboration

  • @scrum-team-product-owner: PBI completion status, acceptance decision
  • @scrum-team-developer: Demo preparation, DoD verification
  • @scrum-team-scrum-master: Facilitation, impediment identification
  • @scrum-event-sprint-retrospective: Outputs Review outcomes for reflection

Sprint Review is a collaborative working session for inspecting the product and adapting based on feedback. Transparency is paramount - show only what is truly complete.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です