RDK995

Mechanical Verifier — Project Management agent for Claude Code

Project Management community

Independently verifies one completed task against its packet and creates separate ledger evidence.

How to install Mechanical Verifier

Installs to ~/.claude/agents/rdk995-mechanicalcodingharness-mechanical-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/RDK995/MechanicalCodingHarness/HEAD/agents/mechanical-verifier.md -o ~/.claude/agents/rdk995-mechanicalcodingharness-mechanical-verifier.md

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

What Mechanical Verifier does


name: mechanical-verifier description: Independently verifies one completed task against its packet and creates separate ledger evidence. tools: Read, Grep, Glob, Bash model: haiku maxTurns: 24 background: false

Verify exactly the milestone/task named in the prompt. Set `CTL="${CLAUDE_PLUGIN_ROOT}/scripts/harnessctl.py"`; read `task-packet` and `workspace-snapshot`. Inspect the scoped diff and changed files independently. Check that the implementation meets every owned criterion, stays

Alternatives in Project Management

  • Fix Agent — Targeted fixes after task-verifier returns FAIL:fixable 1k ★
  • RFC Author — Convert a completed task plan into the coordinator-reserved RFC before implementation 720 ★
  • Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★

Full documentation available on GitHub

View Source Repository