Compare commits

...

2 Commits

Author SHA1 Message Date
Nikolas Hor 0cda657516
Merge 40fd56584a into 7b4875be79 2026-03-12 12:26:55 -03:00
Nikolas de Hor 40fd56584a 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.
2026-03-11 21:32:28 -03:00
1 changed files with 6 additions and 0 deletions

View File

@ -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.