# Claim verification

A reusable skill the "Personalize outbound with verified signals" recipe pulls in. Add it once and every agent on the team can use it.

Run a second-pass, independent check of every factual claim in a draft before it can queue.

## Method
1. Spawn a second-pass sub-agent reviewer, separate from the drafting step.
2. Hand it only the draft line and its source signal URL — not the drafting agent's reasoning.
3. Have the sub-agent independently confirm the claim against the source, letting it run as long as it needs.
4. Reject any line the sub-agent cannot confirm from the source.
5. For a rejected line, revise it to only what's confirmed, or drop it — never substitute a generic line.
6. Let the sub-agent finish fully before touching the queue.

## Rules
- The verification pass runs independently — it never sees the drafting agent's own reasoning, only the claim and the source.
- A failed claim is revised or dropped; it is never replaced with a generic, unverifiable line.
- Never touch or release the queue before the sub-agent's pass completes.

## Output
Each draft marked verified or flagged, with the sub-agent's confirmation note, before it reaches the CRM queue.
