Claims Auditor banner
drobins25 drobins25

Claims Auditor

Development community

Description

--- name: claims-auditor description: | Use this agent once per story at story-final, after validation passes, to verify the orchestrator's completion claims against on-disk artifacts before the story is marked complete. Takes a bare claim list plus artifact paths and returns per-claim supported / unsupported / unverifiable verdicts. It audits the narrator, not the code. <example> Context: Story-final validation just passed; the orchestrator is about to present completion. user: "Audit

Installation

Installs to ~/.claude/agents/drobins25-craft-claims-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/claims-auditor.md -o ~/.claude/agents/drobins25-craft-claims-auditor.md

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

Full documentation available on GitHub

View Source Repository