← Back to Journey Map Phase 07 · Execution & Delivery
Phase 07 · Execution & Delivery
Definition of Done (DoD)
Shared criteria that every feature must meet before it's truly complete
Scrum framework · 2000s

The Definition of Done is a shared checklist that a product increment must meet before it can be called complete. It prevents 'done' from meaning 'code written' rather than 'value verified, documented, and deployable.'


For every team doing iterative development. Should be defined collaboratively and applied consistently to every story or feature.


  1. Team collaboratively defines what 'done' means for your specific context
  2. Typical criteria: Code written, Code reviewed, Unit tests passing, Integration tests passing, Acceptance criteria met by PM, Documentation updated
  3. Add context-specific criteria: performance tested, security reviewed, analytics instrumented
  4. Post it visibly and check every item before marking a story done
  5. Revisit and strengthen in retrospectives as quality standards improve

🎵 Spotify

Spotify's DoD for a new feature typically includes: Code reviewed and merged, Unit and integration tests passing, Analytics event instrumented (can measure adoption), Feature flag configured, PM accepted in staging, Rollback plan documented. The analytics instrumentation requirement is critical — you cannot learn from a feature you cannot measure.

📊 Trade Surveillance

Please contact the author for more information on these examples at linkedin.com/in/kshitijrege



Scrum framework 2000s


← Return to Product Journey Map