The potentially releasable product at the end of each Sprint.
The Increment is the sum of all Product Backlog items completed during the Sprint, plus the value of all previous Sprints.
Key characteristics:
Multiple Increments per Sprint: The 2020 Scrum Guide clarifies that multiple Increments can be delivered within a Sprint. You don't have to wait until Sprint end to release.
"Potentially Releasable"
The Increment must be in a state where it COULD be released. Whether it IS released is a business decision by the Product Owner.
The Definition of Done (DoD) is a formal description of what "done" means. It ensures everyone shares the same understanding of quality.
What's typically in a DoD:
The DoD provides:
The DoD evolves as the team matures and the organization improves.
Starting out: A new team might have a minimal DoD—code compiles, basic tests pass.
Maturing: Add automated testing, code review, CI/CD deployment.
Mature: Include performance testing, security review, documentation, production deployment.
Who owns the DoD? If the organization has a standard, that's the minimum. The Scrum Team can add stricter criteria but cannot reduce the organizational standard.
When to update: The Retrospective is a natural place to discuss DoD improvements.
Technical Debt Warning
If items are marked "done" but leave behind undone work (test coverage, refactoring, documentation), you're accumulating hidden technical debt. The DoD should prevent this.