From 1397c8f44a804113e55c539e0a5aaebdb9d99e09 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 15 Mar 2026 11:47:34 -0600 Subject: [PATCH] fix(skills): revert scope-creep menu changes in edit-prd step-e-03 Restore original menu options [V], [S], [A], [X] that were incorrectly replaced with [C], [A] during validation pass. The menu reduction was not covered by any validation rule. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../bmad-edit-prd/steps-e/step-e-03-edit.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md index eb9be1fc3..20931b22e 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md @@ -207,8 +207,10 @@ Display: ### 8. Present MENU OPTIONS -**[C] Continue** - Proceed to completion and next steps +**[V] Run Validation** - Execute full validation workflow (./steps-v/step-v-01-discovery.md) +**[S] Summary Only** - End with summary of changes (no validation) **[A] Adjust** - Make additional edits +**[X] Exit** - Exit edit workflow #### EXECUTION RULES: @@ -217,8 +219,10 @@ Display: #### Menu Handling Logic: -- IF C (Continue): Read fully and follow: `./step-e-04-complete.md` +- IF V (Validate): Display "Starting validation workflow..." then read fully and follow: `./steps-v/step-v-01-discovery.md` +- IF S (Summary): Present edit summary and exit - IF A (Adjust): Accept additional requirements, loop back to editing +- IF X (Exit): Display summary and exit --- @@ -231,7 +235,8 @@ Display: - Restructuring completed (if needed) - Frontmatter updated accurately - Final verification confirms changes -- User can proceed to completion step or adjust edits +- User can proceed to validation or exit with summary +- Option to run validation seamlessly integrates edit and validate modes ### ❌ SYSTEM FAILURE: @@ -242,4 +247,4 @@ Display: - No final verification - Not saving updated PRD -**Master Rule:** Execute the plan exactly as approved. PRD is now ready for validation or downstream use. +**Master Rule:** Execute the plan exactly as approved. PRD is now ready for validation or downstream use. Validation integration ensures quality.