From 77ed72fd3d10e4e720cdd6644c75bc2c7258a614 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Fri, 6 Feb 2026 13:51:38 -0500 Subject: [PATCH] docs: removed recomendation of must/should/may language --- specification.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/specification.md b/specification.md index a2b95582..c3a71a1b 100644 --- a/specification.md +++ b/specification.md @@ -539,11 +539,7 @@ Optional but recommended for reusable actions. #### 4) `definition_of_done` (DoD) -Required. Must be explicit and testable. Prefer structured "must/should/may" language: - -* Must: requirements that must be met for completion -* Should: quality targets -* May: optional stretch goals +Required. Must be explicit and testable. #### 5) `actors`