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.
This commit is contained in:
Nikolas de Hor 2026-03-11 21:32:28 -03:00
parent 32693f1a6b
commit 40fd56584a
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.