> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/general/agile-development/definition-of-done-dod.md).

# Definition of Done (DOD)

## Feature: &#x20;

What is the definition of done for Features?

### Scope&#x20;

* UX considerations (If applicable) are created under parent EPIC&#x20;
* Sub-Features contain Acceptance Criteria and Test Cases&#x20;
* Scope changes and design decisions are documented and approved by Product Owner&#x20;
* Considered DFS requirements in Implementation&#x20;
* Followed architectural standards around best practices, logging, etc

### Development&#x20;

* PBIs and Tasks are created to capture Architecture and Design details for Parent Feature&#x20;
* Code follows appropriate coding standards&#x20;
* Source control built without errors&#x20;
* All Tasks for all PBIs have been completed

### Test

* Test plans are updated, executed and passed against QA build&#x20;
* Severity 1 & 2 Defects are resolved

### Review&#x20;

* QA Lead confirms that Feature is integrated and passes all Tests&#x20;
* UX Lead approves Feature meets UI/UX objectives Product Owner or Business Analyst approves that

## Work Item: Definition of Done

What is the definition of done for PBI/Work Items?

* Code is competed with no significant defects&#x20;
* Code is peer reviewed&#x20;
* Unit tests are done&#x20;
* Integration tests are completed&#x20;
* Regression tests are completed&#x20;
* Development (PR Commit) Linked to PBI&#x20;
* Documentation is completed&#x20;
* Code is moved to QA&#x20;
* The test results match the acceptance criteria&#x20;
* CI/CD automation is in place All tasks are marked as done

<figure><img src="https://1889614651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYLrtG_g25xt3AUhomb%2Fuploads%2FjskylUbzen0nMvY9g3L2%2Fimage.png?alt=media&amp;token=6a3bcfb0-2394-41f3-b7f4-4ebf4f853de0" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1889614651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYLrtG_g25xt3AUhomb%2Fuploads%2FBmUdAaIIaAqUnOGn6aEJ%2Fimage.png?alt=media&amp;token=75555427-7fa9-4355-8f2b-9cc4bf21fcdf" alt=""><figcaption></figcaption></figure>
