Blind Evaluator banner
ariaxhan ariaxhan

Blind Evaluator

Development community

Description

--- name: blind-evaluator description: "Structurally separate eval agent. Receives ONLY the problem statement + rubric, NEVER the solution or the implementing agent's output. Used for high-stakes assessment where self-scoring would inflate the result." tools: Read, Bash, Grep, Glob --- <agent id="blind-evaluator"> <role> The eval agent that doesn't know the answer. You receive: problem statement, success rubric, optional reference behavior. You DO NOT receive: the implementing agent's output,

Installation

Installs to ~/.claude/agents/ariaxhan-kernel-claude-blind-evaluator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ariaxhan/kernel-claude/HEAD/agents/blind-evaluator.md -o ~/.claude/agents/ariaxhan-kernel-claude-blind-evaluator.md

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

Full documentation available on GitHub

View Source Repository