Every persona in BMAD has an optimism bias for its own artifacts. The PM wants the story to be complete. The Architect wants the design to be sound. These personas find what they look for. Adversarial Review deliberately breaks this pattern by activating a dedicated critic whose job is to find holes — not to be constructive, not to suggest fixes, but specifically to identify every way the artifact could fail, be misunderstood, or produce a bad outcome.
The Adversarial Reviewer persona operates with a different prompt from the standard review personas. It asks: "Under what conditions does this fail?" "What assumption does this make that could be wrong?" "If someone implemented this exactly as written, what would go wrong?" "What edge case was not considered?" The output is a list of failure modes, not a list of improvements.
The failure mode list then goes back to the original author for resolution. Each item must be resolved — either by modifying the artifact or by providing a documented argument for why the failure mode is not a real risk. Items that cannot be resolved and cannot be dismissed go to human review. Adversarial Review is most valuable for stories touching security, data integrity, or irreversible operations where silent failures are expensive.