What problem does it solve? A single agent reviewing its own output shares the same biases and blind spots that produced the errors, so hallucinations, compliance violations, and inaccuracies slip through to production. This Skill enforces adversarial dual review before anything ships. ## Core Features & Use Cases - Dual Independent Review: Two isolated reviewer agents evaluate output against the same rubric with no shared context, and both must pass before shipping. - Convergence Loop: Flagged issues are fixed and re-reviewed by fresh agents each round, with a max-iteration cap and human escalation on exhaustion. - Structured Rubrics & Verdicts: Objective pass/fail criteria with domain extensions for content, code, and compliance-sensitive output, returned as typed JSON verdicts. - Use Case: Before publishing 200 AI-generated product descriptions, run Santa verification on a 15% sample, classify failure patterns, batch-fix systematic issues, and re-sample until a clean pass. ## Quick Start Verify this generated output by having two independent reviewers check it against my rubric and fix any flagged issues until both pass.