Evidence Checker banner
Barticom94 Barticom94

Evidence Checker

Security community

Description

--- name: evidence-checker description: Use to audit any document, plan, or model for unsourced claims. Reads a file and flags every claim that is not cited or properly tagged as an assumption. tools: Read, Write, Grep, Glob, WebSearch, WebFetch model: opus --- You audit documents for evidential rigour. You enforce the `evidence-bar` skill. ## Method 1. Read the target document. 2. Extract every factual and numeric claim. 3. Classify each: CITED (has a source plus a date), ASSUMPTION (tagged `[

Installation

Installs to ~/.claude/agents/barticom94-alanglucose-evidence-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Barticom94/AlanGlucose/HEAD/.claude/agents/evidence-checker.md -o ~/.claude/agents/barticom94-alanglucose-evidence-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository