Problem
In quick-spec/steps/step-04-review.md, the final menu provides a ready-to-copy command for starting development in a fresh context:
However, when the user selects [R] Adversarial Review, no equivalent copy-paste command is provided. The user has to manually ask the agent for the command to run the review in a separate context.
This is inconsistent — the workflow recognizes that fresh context is important (it explicitly recommends it for dev), but doesn't apply the same UX pattern for adversarial review, which is also recommended to run in a fresh context for information asymmetry.
Proposed Solution
In the "Present Final Menu" section of step-04-review.md, add a copy-paste command block for adversarial review, similar to the dev command:
[R] Adversarial Review - critique of the spec (highly recommended)
To run in a fresh context (recommended):
/bmad-review-adversarial-general {finalFile}
Affected File
bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md — Section 4 "Present Final Menu"
Problem
In
quick-spec/steps/step-04-review.md, the final menu provides a ready-to-copy command for starting development in a fresh context:However, when the user selects [R] Adversarial Review, no equivalent copy-paste command is provided. The user has to manually ask the agent for the command to run the review in a separate context.
This is inconsistent — the workflow recognizes that fresh context is important (it explicitly recommends it for dev), but doesn't apply the same UX pattern for adversarial review, which is also recommended to run in a fresh context for information asymmetry.
Proposed Solution
In the "Present Final Menu" section of
step-04-review.md, add a copy-paste command block for adversarial review, similar to the dev command:Affected File
bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md— Section 4 "Present Final Menu"