From f06cad2ac7d9836372c52488ee2697dc620f3072 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 12 Mar 2026 20:59:45 +0100 Subject: [PATCH] docs(policy): define workstream Definition of Done criteria Co-Authored-By: Claude Sonnet 4.6 --- policies/workstream-dod.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/policies/workstream-dod.md b/policies/workstream-dod.md index 30d74d2..dea9965 100644 --- a/policies/workstream-dod.md +++ b/policies/workstream-dod.md @@ -1 +1,7 @@ -test \ No newline at end of file +A workstream is considered finished if and only if: +- All tasks in the workstream have been finished, found unnecessary or been transfered to another workstream +- All referenced requirements have been adressed with nothing relevent missing or documented as out of scope with a stated reason +- Relevant usecases have been captured in automated tests so that future changes can be tested to not break prior functionality unintendedly +- The Repos README.txt and other documentation has been updated to optimize reusability for agents and humans +- All tests can be run successfully +- Everything is properly checked in. \ No newline at end of file