bmad-review-adversarial-general

Forwards review requests to the bmad-review skill with the adversarial lens.

Updated Sep 3, 2026
One-click install
npx skills add https://github.com/watchthelight/shatterfish --skill bmad-review-adversarial-general-watchthelight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-review-adversarial-general
Source: https://github.com/watchthelight/shatterfish/tree/main/.claude/skills/bmad-review-adversarial-general
Command: npx skills add https://github.com/watchthelight/shatterfish --skill bmad-review-adversarial-general-watchthelight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for workflows that previously invoked a standalone adversarial review, redirecting them to the consolidated bmad-review skill without breaking existing habits or scripts. ## Core Features & Use Cases - Deprecation Forwarding: Routes all invocations to the bmad-review skill using only the adversarial lens. - Parameter Pass-Through: Carries any also_consider areas into the forwarded review request. - Simplified Output: Presents findings as a plain Markdown list of descriptions with no severity, priority, ranking, or JSON block. - Use Case: A user accustomed to running an adversarial review on a design document invokes this Skill and automatically gets the equivalent adversarial-lens review from bmad-review. ## Quick Start Run an adversarial review of my architecture document using the bmad-review adversarial lens.

Frequently Asked Questions about bmad-review-adversarial-general

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an adversarial review on a document?

Invoke the bmad-review skill on your content with only the adversarial lens selected. This deprecated skill forwards automatically, passing through any also_consider areas you specify.

What replaced the bmad-review-adversarial-general skill?

It was merged into the bmad-review skill. The same adversarial analysis is now performed by invoking bmad-review with the adversarial lens, and this skill simply forwards requests there.

Does the adversarial review output include severity ratings?

No. Findings are presented as a Markdown list containing descriptions only, with no severity, priority, or ranking labels and no JSON block.

Can I pass additional review areas to the adversarial lens?

Yes. Any also_consider areas you provide are passed through to the bmad-review invocation alongside the adversarial lens.

Should I still use this deprecated skill in new workflows?

No. New workflows should invoke bmad-review directly with the adversarial lens. This skill exists only to keep older invocations working.