santa-method
Eliminate hallucinations and errors using double-blind, multi-agent adversarial verification loops.
skill install https://www.promptspace.in/skills/santa-methodMulti-Agent Adversarial Verification
The Santa Method solves the fundamental problem of agentic bias: a single AI model reviewing its own work often misses its own systematic errors and hallucinations. This skill implements a rigorous "make a list, check it twice" architecture that ensures high-stakes output is verified by two independent review agents before it ever reaches production.
What it does
- Dual Independent Review: Spawns two parallel sub-agents with zero shared context to evaluate output against a strict rubric.
- Convergence Loop: If either reviewer finds a "naughty" issue, the generator must fix the output and restart the double-blind review process.
- Structured Verdict Gate: Requires a unanimous "PASS" from both independent reviewers to proceed, eliminating subjective rubber-stamping.
- Batch Sampling: Provides optimized patterns for verifying high-volume content through stratified sampling and pattern-based fixing.
Why use this skill?
Unlike simple prompting, this skill enforces context isolation. By ensuring reviewers cannot see each other's work or the generator's internal logic, it breaks the feedback loops that lead to confident hallucinations. It is ideal for technical documentation, customer-facing copy, and production code where the cost of failure is high.
Use cases
- Verify production-ready code against security and style rubrics
- Eliminate hallucinations in technical documentation and API references
- Enforce brand and legal compliance for customer-facing marketing copy
- Perform quality gate checks for batch-generated educational content
Example
Prompt
Output
VERDICT: NAUGHTY (Iteration 1) Reviewer B: FAIL - API reference to 'v2/auth' is deprecated. Reviewer C: FAIL - Missing required legal disclaimer for financial projections. Action: Fixed issues. Re-running independent reviewers... VERDICT: NICE (Iteration 2) Both reviewers passed. Shipping output.