What problem does it solve? Single-pass AI generation often produces outputs that miss a known quality bar, and there is no built-in mechanism to detect and fix those failures. This Skill provides a structured loop where one component generates a candidate, another scores it against an explicit rubric, and feedback drives revision until the output passes. ## Core Features & Use Cases - Generator-Evaluator Separation: Keeps the generator and the stricter evaluator as distinct prompts so scoring stays objective. - Rubric-Driven Iteration: Defines pass/fail criteria, thresholds, max revision rounds, and plateau stop rules to control cost. - Failure Mode Guidance: Documents common pitfalls such as soft evaluators, vague feedback, and rubric overfitting. - Use Case: When drafting a structured API response or policy-compliant document, generate a draft, score it against schema validity and style rules, then revise with concrete fix hints until it passes the threshold. ## Quick Start Use the evaluator-optimizer pattern to generate a draft, score it against my rubric, and revise it until it passes the quality threshold.