Definition of Done - gotonode/ohtu GitHub Wiki

Here's this project's uniform Definition of Done. All Scrum members will adhere to these standards, and a user story is only considered done when it meets all the steps from this DoD.

Considering whether a user story is done or not is a binary matter; that is, it can only ever hold one of two states (illustrated with checkboxes):

  • fully and completely done
  • not done

There are no indeterminate states (such as "nearly done", "done but not tested", "I don't know", "90 % done").

A user story is done if and only if it satisfies all of the following conditions:

  • It has been analyzed
  • It has been designed
  • It has been implemented
  • It has been tested
  • It has been documented
  • It has been moved into production