# Principle Generator Evaluator

> Separates producers from evaluators. Apply when work receives a review, verdict, or verification pass.

- Skill: `bostonaholic/principle-generator-evaluator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bostonaholic/principle-generator-evaluator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bostonaholic/principle-generator-evaluator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bostonaholic (https://skillmd.com/u/bostonaholic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bostonaholic/principle-generator-evaluator

---


# Generator–Evaluator Separation

The agent that produced the work never evaluates it; use Veto without authorship from a fresh-context judge with no shared producer history.

- Give evaluators the artifact and upstream spec, never production discussion or author narration.
- Convey intent only through artifacts written before the work existed.
- Let evaluators report defects and change nothing; let producers change work and cast no verdict.
- Require both roles to close a review cycle.
- Have evaluators flag open questions without asking the producer.
- Assign one claim to one fresh judge; never reuse a checker that judged earlier claims.
- Apply `skills/reviewing-code/SKILL.md` for code review.

