From 1b53d44c0ea0e31f1bbe26c51371f08731ffa8e7 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 18 Dec 2025 01:30:54 -0700 Subject: [PATCH] fix(bmm): remove checkpoint handlers from quick-dev workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quick Dev is meant to be low-ceremony. Advanced elicitation and party mode add unnecessary complexity - users who need that level of analysis should use tech-spec or full BMad Method instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../workflows/bmad-quick-flow/quick-dev/workflow.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md b/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md index 11a8213b..1f0468ba 100644 --- a/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +++ b/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md @@ -46,17 +46,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: --- -## CHECKPOINT HANDLERS - -At any checkpoint throughout this workflow, the following options are available: - -- **[a] Advanced Elicitation** - Invoke `{advanced_elicitation}` for deeper analysis using First Principles, Pre-mortem, or other techniques -- **[p] Party Mode** - Invoke `{party_mode_exec}` to bring in multiple agent perspectives for complex decisions - -These are optional power tools - use when stuck, facing ambiguity, or wanting diverse input. - ---- - ## EXECUTION Load and execute `steps/step-01-mode-detection.md` to begin the workflow.