What problem does it solve?
Agent outputs often fail quality standards because they are produced in a single pass without structured checking, feedback, or iterative refinement.
Core Features & Use Cases
- Self-critique reflection loops: Generate → Evaluate → Critique → Refine cycles that stop when outputs meet defined criteria.
- Evaluator-optimizer pipelines: Separate generation from evaluation and optimization for clearer responsibilities and controllable quality thresholds.
- Test-driven code refinement: Produce code and automatically generate/refine tests to drive fixes until success.
- Evaluation strategies: Use outcome-based checks, LLM-as-judge comparisons, and rubric-based scoring with weighted dimensions.
Quick Start
Use the agentic-eval skill when you want your agent to generate a draft, evaluate it against explicit criteria, then refine it until it passes a score threshold.