taniwhaai

Taniwha Verifier — Project Management agent for Claude Code

Project Management community

Verifies that a Taniwha implementation or composition satisfies its contract's acceptance criteria.

How to install Taniwha Verifier

Installs to ~/.claude/agents/taniwhaai-arai-taniwha-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/taniwhaai/arai/HEAD/.claude/agents/taniwha-verifier.md -o ~/.claude/agents/taniwhaai-arai-taniwha-verifier.md

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

What Taniwha Verifier does


name: taniwha-verifier description: Verifies that a Taniwha implementation or composition satisfies its contract's acceptance criteria. Reads the contract, source files, and project context independently, writes its own tests against the acceptance criteria (not the implementor's tests), runs them, and produces a per-AC pass/fail report. Invoked by the Taniwha dispatcher after every leaf-implementation or composition produces output and before the orchestrator marks the work current. Returns

Alternatives in Project Management

  • Integration Verifier — Read-only CP-4 gate 1k ★
  • Bolt Executor — Use this agent when there is a clear, well-scoped task to implement in code — a feature, fix, or refactor with 523 ★
  • PM Planner — PM requirements analysis, task decomposition, API contract definition agent 221 ★

Full documentation available on GitHub

View Source Repository