Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.14 KB

021_agile_essential.dod.md

File metadata and controls

38 lines (21 loc) · 1.14 KB

Definition of Done: Define common acceptance criteria for your stories

Goals

Describe default requirements for all your stories. Avoid technical dept.

Description

General acceptance criteria define your Definition of Done (DoD). Usually, a DoD contains non functional requirements which need to be fulfilled by every story as well as testable requirements and limitations. The DoD is an agile document that requires regular adjustments and reviews.

A good DoD describes the depth of documentation, test coverage and performance expectations.

Environment

Agile Projects

Platform

SCRUM

Implementation effort

Small, but can be complicated.

Applicability

Agile Projects

Caveats

It can be hard to keep the Definition of Done in the minds of the team (esp. if the DoD is to generic and does not fit to the current state of development). It is upon the Product Owner to insist upon the compliance towards the DoD.

See also