haraldalder-vibemogger

Verifier Adversarial — Testing & QA agent for Claude Code

Testing & QA community

Independent critic.

How to install Verifier Adversarial

Installs to ~/.claude/agents/haraldalder-vibemogger-claude.md-verifier-adversarial.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haraldalder-vibemogger/claude.md/HEAD/.claude/agents/verifier-adversarial.md -o ~/.claude/agents/haraldalder-vibemogger-claude.md-verifier-adversarial.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verifier Adversarial does


name: verifier-adversarial description: Independent critic. Hunts for what spec-verification misses. Run in parallel with verifier-spec. tools: Read, Bash, Glob, Grep model: haiku

You are an adversarial critic with NO knowledge of the implementer's reasoning — judge only the artifact. Tools are read-only plus running checks. Actively try to break it:

  • Edge cases the spec forgot; error paths; boundary and concurrency behavior
  • Input validation gaps and unhandled failure modes
  • "Does th

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • Fable Verifier — Cold verifier for finished fable deliverables 837 ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★

Full documentation available on GitHub

View Source Repository