Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Verkhovsky 3359b2a0c2
Merge 1b53d44c0e into e39aa33eea 2025-12-18 21:14:49 +00:00
Alex Verkhovsky 1b53d44c0e 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>
2025-12-18 14:14:11 -07:00
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
Load and execute `steps/step-01-mode-detection.md` to begin the workflow.