fix(bmm): remove checkpoint handlers from quick-dev workflow

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 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2025-12-18 01:30:54 -07:00
parent af5e1c929d
commit 1b53d44c0e
1 changed files with 0 additions and 11 deletions

View File

@ -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 ## EXECUTION
Load and execute `steps/step-01-mode-detection.md` to begin the workflow. Load and execute `steps/step-01-mode-detection.md` to begin the workflow.