Definition of Done essentials

  • DoD = exit criteria — what a story must meet to be considered complete
  • DoR = entry criteria — what a story must have before it can start
  • DoD applies uniformly to every story — no partial exceptions
  • Typical items: code reviewed, tests passing, deployed to staging, accessibility checked, docs updated, PO accepted
  • DoD is team-owned and updated at retrospectives

Question 0 of 5

Which of the following is a correct Definition of Done (DoD) item?