From 40fd56584a08b2ce2cfdf8054ae7138fbdc35cc1 Mon Sep 17 00:00:00 2001 From: Nikolas de Hor Date: Wed, 11 Mar 2026 21:32:28 -0300 Subject: [PATCH] fix: add copy-paste command for adversarial review in quick-spec step 4 The final menu in quick-spec step 4 provides a ready-to-copy command for starting development in a fresh context, but no equivalent command for adversarial review. This is inconsistent since adversarial review also benefits from running in a fresh context for information asymmetry. Add the /bmad-review-adversarial-general command block alongside the existing quick-dev command in the Next Steps menu. --- .../bmad-quick-flow/quick-spec/steps/step-04-review.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 13bda4028..81721f298 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 @@ -120,6 +120,12 @@ Saved to: {finalFile} [D] Done - exit workflow [P] Party Mode - get expert feedback before dev +To run adversarial review in a fresh context (recommended for information asymmetry): + +\`\`\` +/bmad-review-adversarial-general {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.