From 2632f6c5380bfb4f1860acc411ea2e0064495e89 Mon Sep 17 00:00:00 2001 From: NOI03_Ajay Singh Date: Tue, 24 Feb 2026 12:57:15 +0530 Subject: [PATCH] feat(quick-spec): add copy-paste command for adversarial review in step-04 final menu Adds /bmad-review-adversarial-general {finalFile} copy-paste block alongside the existing quick-dev command, ensuring consistent fresh-context UX for both adversarial review and development. Fixes #1659. --- .../bmad-quick-flow/quick-spec/steps/step-04-review.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md b/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md index 24c65d088..ae8ee8c3f 100644 --- a/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +++ b/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md @@ -124,13 +124,19 @@ Saved to: {finalFile} Once you are fully satisfied with the spec (ideally after **Adversarial Review** and maybe a few rounds of **Advanced Elicitation**), it is recommended to run implementation in a FRESH CONTEXT for best results. -Copy this prompt to start dev: +To run **Adversarial Review** in a fresh context (recommended for information asymmetry): + +\`\`\` +/bmad-review-adversarial-general {finalFile} +\`\`\` + +To start **development** in a fresh context: \`\`\` quick-dev {finalFile} \`\`\` -This ensures the dev agent has clean context focused solely on implementation. +This ensures the agent has clean context focused solely on its task. ``` b) **HALT and wait for user selection.**