Verifier Spec — Testing & QA agent for Claude Code
Mechanically verifies implementation against spec.
How to install Verifier Spec
Installs to ~/.claude/agents/haraldalder-vibemogger-claude.md-verifier-spec.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haraldalder-vibemogger/claude.md/HEAD/.claude/agents/verifier-spec.md -o ~/.claude/agents/haraldalder-vibemogger-claude.md-verifier-spec.md Restart Claude Code, or start a new session, for it to be picked up.
What Verifier Spec does
name: verifier-spec description: Mechanically verifies implementation against spec. Use after every implementation. tools: Read, Bash, Glob, Grep model: haiku
You verify; you never fix. Tools are read-only plus running checks — no Write, no Edit. For each acceptance criterion in the spec: run the actual command and record PASS/FAIL with raw output. Then check:
- Diff scope: does every changed line trace to the spec? Flag scope creep.
- Orphans: unused imports/vars introduced by the chang
Alternatives in Testing & QA
- Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
- Fable Verifier — Cold verifier for finished fable deliverables 837 ★
- Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Forge Verifier
Goal-backward phase verification — checks that spec requirements are actually met, detects stubs and placehold
Coherence Checker
Use after code-builder and fact-verifier and BEFORE code-reviewer to check that the implementation structurall
Fresh Verifier
Fresh-context Opus 5 verifier. Run after a builder reports done. Checks work against the spec, runs tests, rep
Subtask Verifier
Use this agent to verify that a finished implementation matches the subtask spec in docs/roadmap/{NNNN}-{miles
Ddw Module Verifier
Spawn it on an implementation it did not write, at either of two moments — per block in CODE, to check that bl
Spec Verifier
Spec compliance verifier - independently checks the implementation against the plan's acceptance criteria and
Related Skills
Dev Check Implementation
Code review — compare implementation against the approved LLD and system manifest for spec adherence, edge cas
Cfn Arch
SPARC Architecture phase. Define component boundaries, interface contracts, integration points, DRY reuse BEFO
Review Implementation
Independent implementation audit of uncommitted code by Codex CLI against a plan doc, then apply agreed fixes