aep-gen-eval
Installation
SKILL.md
Generator/Evaluator Pattern
A reusable design pattern for honest evaluation of agent-produced artifacts. Separates the agent that creates work (generator) from the agent that evaluates it (evaluator), because agents consistently praise their own work.
"When asked to evaluate work they've produced, agents tend to respond by confidently praising the work — even when, to a human observer, the quality is obviously mediocre." — Anthropic, "Harness Design for Long-Running Application Development"
Dual-use: consumer skills read this skill's references/ files — the canonical homes for scoring, contracts, protocol, recovery, and findings — while invoking /aep-gen-eval directly runs a full gen/eval loop on any artifact.
How Other Skills Use This
| Skill | What it uses | Reference files |
|---|---|---|
/aep-build Phase 5 |
Scoring framework + eval protocol | scoring-framework.md, eval-protocol.md, recovery-ladder.md |
/aep-launch |
Dimension presets for brainstorming | scoring-framework.md (presets section) |
/aep-validate |
Agent prompts + findings format | agent-contracts.md, findings-format.md, scoring-framework.md |
/aep-build, /aep-dispatch, /aep-wrap, /aep-autopilot |
Failure taxonomy, verification tiers/recipes, accounting | verification-economics.md |