From 415d90933e36c01d65f22b5552fc74b18b6321cd Mon Sep 17 00:00:00 2001 From: sdev Date: Thu, 12 Mar 2026 19:35:55 +0530 Subject: [PATCH] fix: add copy-paste command for adversarial review in fresh context --- .../bmad-quick-flow/quick-spec/steps/step-04-review.md | 8 ++++++-- 1 file changed, 6 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 13bda4028..5b5d4d2e6 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 @@ -122,9 +122,13 @@ 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. +For best results, run **Adversarial Review** in a fresh context to ensure information asymmetry (the reviewer has no knowledge of your design decisions, only the spec): -Copy this prompt to start dev: +\`\`\` +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**), run implementation in a FRESH CONTEXT for best results: \`\`\` quick-dev {finalFile}