From c0c3628872b13dd0cfadf3347adff73af0b95da1 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Tue, 23 Jun 2026 08:06:30 -0700 Subject: [PATCH] fix(quick-dev): tighten ready standard Add sufficiency and coherence criteria so approval does not mask unresolved gaps, ambiguities, or contradictions in generated specs. --- src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md b/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md index 554a5cf27..2fa020094 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md @@ -20,6 +20,8 @@ A specification is "Ready for Development" when: - **Logical**: Tasks ordered by dependency. - **Testable**: All ACs use Given/When/Then. - **Complete**: No placeholders or TBDs. +- **Sufficient**: No known requirement, acceptance, dependency, or implementation gaps remain unresolved. +- **Coherent**: No unresolved ambiguities or internal contradictions. ## SCOPE STANDARD