Validates factual claims in CRAFT deliverables using Coworkโs WebSearch toolย
Validates factual claims in CRAFT deliverables using Coworkโs WebSearch tool for live verification, cross-references against project files, and assigns confidence levels with source citations. Replaces the Core recipeโs manual Deep Research prompt workflow with inline automated search.
Cowork Factual Claim Validator with WebSearch
TL;DR
How To Start
STEP 1Provide Content for Validation
-
content
· string · required
The content to validate for factual claims. -
validation_mode
· string · optional · default: “automatic”
Validation aggressiveness. Options: “automatic,” “strict,” “lenient,” “inline_search.” -
claim_types
· list · optional · default: all types
Types of claims to validate: “statistics,” “dates,” “quotes,” “technical_specs,” “craft_claims.” -
search_enabled
· boolean · optional · default: true
Allow WebSearch for live verification. -
project_file_check
· boolean · optional · default: true
Cross-reference against CRAFT project files.
Usage Examples
How AI Reads This Recipe
- IDENTIFY factual claims by scanning content for five categories: statistics and numbers, temporal claims, attributed statements, technical specifications, and CRAFT-specific claims (recipe counts, session numbers, tool behavior assertions).
- CHECK each claim against the five-tier source hierarchy: Tier 1 (project files, 90–100%), Tier 2 (git history, 85–95%), Tier 3 (WebSearch, 70–90%), Tier 4 (general knowledge, 60–80%), Tier 5 (unsourced, 0%). Stop at the first tier that provides a source.
- VERIFY each claim with its source, recording the file, section, entry ID, URL, or domain. Assign confidence based on source tier.
- CROSS-REFERENCE claims for internal contradictions — check against Lessons Learned, handoff records, and roadmap status. Flag contradictions and require resolution before proceeding.
- RUN hallucination gates on every claim: (1) Was the file actually read this session? (2) Is the claim from the file or reconstructed from memory? (3) Does the claim match what the file says? (4) Are there untested assumptions about Cowork behavior? Apply 20% confidence penalty for hallucination risk.
- PRODUCE a validation report with total claims, breakdown by source tier, contradictions, and hallucination flags. For unsourced claims, offer four options: remove, add qualifying language, delegate to CWK-008 sub-agent, or accept with noted risk.
When to Use This Recipe
- Are preparing content for publication and need to verify factual claims.
- Want to catch contradictions between different project files before they propagate.
- Need confidence-scored verification of CRAFT-specific claims.
- Want automated fact-checking that leverages both project files and live web search.
Recipe FAQ
Q.What are the five source tiers?
Q.What happens when WebSearch is blocked by the egress proxy?
Q.How does the hallucination check work?
Q.What are the four options for unsourced claims?
Q.Can I validate only CRAFT-specific claims?
Q.How does this recipe differ from the Core Source Validator?
Version History
Get this recipe with CRAFT for Claude Cowork
Cowork recipes ship bundled with CRAFT for Claude Cowork — there’s no separate download. Clone the framework once, and your AI runs every recipe automatically when invoked.
Pull anytime to stay on the latest version — free to clone, no login or email required.
Then start your session
Once CRAFT is in your project folder, open a new Cowork session and ask Claude to initialize. For example:
You
Claude
Not familiar with Git? Download as a ZIP
No command line needed. Just download, move, and unzip:
- Open the CRAFT framework repo on GitHub.
- Click the green Code button, then choose Download ZIP.
- Move the downloaded ZIP into your Claude Cowork project folder.
- Unzip it: double-click on Mac, or right-click → Extract All on Windows.
