diff --git a/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md b/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md index dc1b955a..4ea630b1 100644 --- a/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +++ b/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md @@ -88,11 +88,11 @@ Use holistic judgment, not mechanical keyword matching. ### No Escalation (simple request) -Display: "**Select:** [T] Plan first (tech-spec) [E] Execute directly" +Display: "**Select:** [P] Plan first (tech-spec) [E] Execute directly" #### Menu Handling Logic: -- IF T: Direct user to `{quick_spec_workflow}`. **EXIT Quick Dev.** +- IF P: Direct user to `{quick_spec_workflow}`. **EXIT Quick Dev.** - IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md` #### EXECUTION RULES: @@ -108,13 +108,13 @@ Present: "This looks like a focused feature with multiple components." Display: -**[T] Create tech-spec first** (recommended) +**[P] Plan first (tech-spec)** (recommended) **[W] Seems bigger than quick-dev** - Recommend the Full BMad Flow PRD Process **[E] Execute directly** #### Menu Handling Logic: -- IF T: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.** +- IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.** - IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.** - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md` @@ -132,12 +132,12 @@ Present: "This sounds like platform/system work." Display: **[W] Start BMad Method** (recommended) -**[T] Create tech-spec** (lighter planning) +**[P] Plan first (tech-spec)** (lighter planning) **[E] Execute directly** - feeling lucky #### Menu Handling Logic: -- IF T: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.** +- IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.** - IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.** - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md` @@ -154,7 +154,7 @@ Display: - Mode A (tech-spec): "**NEXT:** read fully and follow: `step-03-execute.md`" - Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `step-02-context-gathering.md`" -- Escalation ([T] or [W]): "**EXITING Quick Dev.** Follow the directed workflow." +- Escalation ([P] or [W]): "**EXITING Quick Dev.** Follow the directed workflow." --- diff --git a/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md b/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md index 7f9457fa..4ab367c6 100644 --- a/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +++ b/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md @@ -29,15 +29,15 @@ Present: "How would you like to handle these findings?" Display: -**[1] Walk through** - Discuss each finding individually -**[2] Auto-fix** - Automatically fix issues classified as "real" -**[3] Skip** - Acknowledge and proceed to commit +**[W] Walk through** - Discuss each finding individually +**[F] Fix automatically** - Automatically fix issues classified as "real" +**[S] Skip** - Acknowledge and proceed to commit ### Menu Handling Logic: -- IF 1: Execute OPTION 1 (Walk Through) below -- IF 2: Execute OPTION 2 (Auto-fix) below -- IF 3: Execute OPTION 3 (Skip) below +- IF W: Execute WALK THROUGH section below +- IF F: Execute FIX AUTOMATICALLY section below +- IF S: Execute SKIP section below ### EXECUTION RULES: @@ -46,7 +46,7 @@ Display: --- -## OPTION 1: WALK THROUGH +## WALK THROUGH [W] For each finding in order: @@ -61,7 +61,7 @@ After all findings processed, summarize what was fixed/skipped. --- -## OPTION 2: AUTO-FIX +## FIX AUTOMATICALLY [F] 1. Filter findings to only those classified as "real" 2. Apply fixes for each real finding @@ -78,7 +78,7 @@ Skipped (noise/uncertain): F2, F4 --- -## OPTION 3: SKIP +## SKIP [S] 1. Acknowledge all findings were reviewed 2. Note that user chose to proceed without fixes