Skip to content

Definition of Done (DoD)

Only when these points have been exhausted can a project be defined as "DONE"

Criteria for Completion

  • Code is written and meets the acceptance criteria.
  • Code is stored in git repo.
  • Unit and integration tests have been written and passed.
  • Code review has been conducted and approved by at least one other team member.
  • No critical bugs remain.
  • Documentation has been archived (style guide / Docs / Knowledge base).
  • Stakeholders signoff according to requirements.
  • Stand down has occured with wins and loses communicated.

Explore and learn. Released under the MIT License.