robertoecf/adversarial-review

8 stars · Last commit 2026-08-13

Review triad plugin for Claude Code: prompt optimization, adversarial red-team review, plan validation, and intelligent orchestration.

README preview

# adversarial-review

**v0.9.4**: Cross-host adversarial review for coding workflows. Works in
**Claude Code, Codex, Pi, and Grok** from the same source: detects which agent
host you're running in and routes the heavy critique to the OTHER agent.

Critique discipline (v0.8.1): break confidence rather than validate; expensive
attack surfaces first; material-only findings; mandatory simplicity
counterfactuals; steerable focus; terse ship/no-ship summary. Lessons adapted
from OpenAI Codex Companion and Matt Pocock's engineering skills.

Version note: v0.9.4 makes Codex-host review author-aware. Codex-authored plans
and contracts go to Grok first, while Grok-authored worker diffs go to Codex
Luna max first. Omitted authors infer `codex` for plans and `grok` for code.
It also changes the Antigravity default to Gemini 3.7 Flash High. The previous
release replaced the OpenCode Go fallback with DeepSeek V4 Flash xhigh.
Antigravity discovery now accepts the CLI's tabular model catalog, and empty
provider responses fall through instead of ending the review with no output.
Accounts without the required China-hosting opt-in receive a 403 on that leg
and fall through to Moonshot Kimi K3. v0.9.1 originally made Gemini 3.6 Flash

View full repository on GitHub →