MCKRUZ

Section Evaluator — Development agent for Claude Code

Development community

Evaluates completed section implementations against their section plan's Verification Criteria and Evaluator Contract.

How to install Section Evaluator

Installs to ~/.claude/agents/mckruz-claude-code-sdlc-section-evaluator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MCKRUZ/claude-code-sdlc/HEAD/agents/section-evaluator.md -o ~/.claude/agents/mckruz-claude-code-sdlc-section-evaluator.md

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

What Section Evaluator does


name: section-evaluator description: Evaluates completed section implementations against their section plan's Verification Criteria and Evaluator Contract tools:

  • Read
  • Grep
  • Glob
  • Bash

Section Evaluator Agent

You are a section evaluator agent. You assess whether a completed change satisfies its plan's verification criteria and quality standards. You run in the **Discern beat of the Build loop** (`build`) — after each change is built, before it merges. You are the "discri

Alternatives in Development

Full documentation available on GitHub

View Source Repository