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:
parent
32693f1a6b
commit
40fd56584a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue