What problem does it solve? Non-deterministic LLM and agent systems fail quietly: generic metrics create false confidence, regressions slip through unmeasured dimensions, and teams optimize the wrong things. This Skill applies eval-driven development to define quality gates before shipping, derive metrics from observed failures, and keep a small set of calibrated graders the team can trust. ## Core Features & Use Cases - Failure-mode discovery and golden sets: Run realistic inputs, read every transcript, categorize failures by hand, and build 50-100 row versioned golden sets that include failures, not just successes. - Layered graders: Combine programmatic checks (L1), LLM-as-judge prompts with rubrics and few-shot anchors (L2), and human review (L3), with judge calibration against human labels targeting high-80s-90s percent agreement. - Agent-specific evaluation: Grade trajectory, tool, and outcome layers separately, and report both pass@k and pass^k reliability metrics across repeated trials. - Use Case: Before shipping a RAG feature, define faithfulness and citation-correctness gates, write a calibrated LLM-as-judge for each dimension, and block the release until per-dimension scores pass their thresholds. ## Quick Start Ask the agent to build an eval plan with golden questions and calibrated judges for the current AI feature before shipping it.