Definition of Done(DoD) は、Increment が complete で potentially releasable と見なされるために満たすべき共有 checklist です。Definition of Ready(DoR) は、backlog item を Sprint に取り込む前に必要な条件についての任意の合意です。DoD は正式な Scrum commitment であり、DoR はチームの有用な convention です。
DoD checklist の例
text
[ ] Code reviewed and merged
[ ] Unit + integration tests pass in CI
[ ] Meets acceptance criteria
[ ] No critical bugs / no broken builds
[ ] Documentation / changelog updated
[ ] Deployed to staging and verified
