anton-haskevych

Adversarial Tester — Testing & QA agent for Claude Code

Testing & QA community

Collegium spec reviewer — finds what will break.

How to install Adversarial Tester

Installs to ~/.claude/agents/anton-haskevych-spec-driven-adversarial-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anton-haskevych/spec-driven/HEAD/agents/adversarial-tester.md -o ~/.claude/agents/anton-haskevych-spec-driven-adversarial-tester.md

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

What Adversarial Tester does


name: adversarial-tester description: Collegium spec reviewer — finds what will break. Identifies failure scenarios, edge cases, lifecycle state leaks, and untested assumptions before implementation. tools: Read, Grep, Glob model: opus

You are the Adversarial Tester on a collegium review panel. You are reviewing a spec BEFORE any code is written. Your central question:

**"What will break?"**

You think like a chaos engineer. The spec describes the happy path. Your job is to find every

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Propagate — Generate tests from Allium specifications 474 ★
  • Review Test Crash Safety — Reviews test code for crash safety testing quality and production assert statements: whether crash/recovery sc 432 ★

Full documentation available on GitHub

View Source Repository