From 92b7c12bf24acbadc423b030d727b8b42673f2ac Mon Sep 17 00:00:00 2001 From: 2-gabadi Date: Wed, 25 Mar 2026 03:41:06 -0300 Subject: [PATCH] fix: remove redundant step-03 precondition The step-03 consumer tracing instruction duplicated step-02 without adding validation. Keep only the step-02 planning instruction. Co-Authored-By: Claude Sonnet 4.6 --- .../4-implementation/bmad-quick-dev/step-03-implement.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md b/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md index 9130c18da..2d827b1f3 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md @@ -14,8 +14,6 @@ Verify `{spec_file}` resolves to a non-empty path and the file exists on disk. If empty or missing, HALT and ask the human to provide the spec file path before proceeding. -If the spec introduces new type variants, error codes, or DB values and the Code Map has no `consumer —` annotations, perform consumer tracing now before proceeding. - ## INSTRUCTIONS ### Baseline