VladAIManager

Harness Evaluator — Development agent for Claude Code

Development community

Use this agent when the harness needs to evaluate a generator's output.

How to install Harness Evaluator

Installs to ~/.claude/agents/vladaimanager-claude-harness-harness-evaluator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VladAIManager/claude-harness/HEAD/agents/harness-evaluator.md -o ~/.claude/agents/vladaimanager-claude-harness-harness-evaluator.md

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

What Harness Evaluator does


name: harness-evaluator description: Use this agent when the harness needs to evaluate a generator's output. The evaluator interacts with the running application like a user — clicking, navigating, testing features — and produces a structured eval report with pass/fail verdicts per criterion. Uses Playwright MCP when available.

Context: The generator has completed a build round and the harness needs QA. user: "Build round 1 is complete. Evaluate the output." assistant: "Dispatchin

Alternatives in Development

Full documentation available on GitHub

View Source Repository