refactor: standardize quick-flow menu patterns to newer format#1388
Conversation
5cd92a7 to
6fe5fe2
Compare
📝 WalkthroughWalkthroughThis PR formalizes interactive menus across quick-dev and quick-spec workflow steps by replacing freeform prompts with explicit IF/THEN menu handling, adding EXECUTION RULES that require halting for user input, standardizing option capitalization, and changing NEXT directives to "Read fully and follow" in several steps. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6fe5fe2 to
dfe3121
Compare
Update quick-spec and quick-dev workflow menus to match established standards: - Uppercase all menu option letters ([A], [P], [C], [T], [E], [W], etc.) - Add "Menu Handling Logic:" sections with IF/THEN structure - Add "EXECUTION RULES:" sections with halt/wait behavior - Add chat handling for checkpoint menus (A/P/C) - Remove code blocks from Display patterns, use standard format - Add header for adversarial review process block Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
dfe3121 to
4918713
Compare
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
Summary
[A],[P],[C],[T],[E],[W], etc.)Test plan
grep -r "\[a\]" src/bmm/workflows/bmad-quick-flow/grep -r "Menu Handling Logic:" src/bmm/workflows/bmad-quick-flow/grep -r "EXECUTION RULES:" src/bmm/workflows/bmad-quick-flow/🤖 Generated with Claude Code