1Almost Done
In Scrum, there is no such thing as '90% Done'. If an item does not meet the Definition of Done by the end of the Sprint, it cannot be demonstrated at the Sprint Review, and it cannot be released. It returns to the Product Backlog for future consideration. This strict rule prevents hidden technical debt.
2Step-by-Step Breakdown
Transparency. Artifacts are designed to maximize transparency of key information. Everyone needs to look at the same artifact and have the exact same understanding of what it means.
1. The Product Backlog. An emergent, ordered list of what is needed to improve the product. It is the single source of work undertaken by the Scrum Team. Owned entirely by the Product Owner.
Product Goal. Every artifact contains a 'Commitment' to ensure it provides information that enhances transparency. The commitment for the Product Backlog is the 'Product Goal' (the long-term objective).
2. The Sprint Backlog. The Sprint Backlog is composed of the Sprint Goal (why), the set of Product Backlog items selected for the Sprint (what), and an actionable plan for delivering them (how).
Knowledge Check. Who is the ONLY entity allowed to change the Sprint Backlog during a Sprint as more is learned about the work?
- →The Product Owner
- →The Developers
Sprint Goal. The commitment for the Sprint Backlog is the 'Sprint Goal'. It is the single objective for the Sprint. It provides flexibility regarding the exact work needed to achieve it.
3. The Increment. An Increment is a concrete stepping stone toward the Product Goal. It is the sum of all the Product Backlog items completed during a Sprint. It MUST be usable.
Definition of Done (DoD). The commitment for the Increment is the 'Definition of Done'. This is a formal description of the state of the Increment when it meets the quality measures required for the product.
When is it Done?. The moment a Product Backlog item meets the Definition of Done (e.g., code reviewed, tests passing, deployed to staging), an Increment is born.
Summary. Three Artifacts. Three Commitments. Maximum Transparency.
