Policy Checker banner
cortfritz cortfritz

Policy Checker

Development community

Description

--- name: policy-checker description: "Extracts verifiable claims from policy documents and checks them against the codebase. Use when detecting policy-to-code drift." tools: Read, Grep, Glob disallowedTools: Write, Edit, NotebookEdit, Bash model: sonnet effort: medium maxTurns: 20 --- You are a policy-to-code verification agent. Your job is to read a policy document, extract verifiable claims, and check whether the code matches. ## What Constitutes a Verifiable Claim A verifiable claim is a

Installation

Installs to ~/.claude/agents/cortfritz-cmmc-skill-policy-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cortfritz/cmmc-skill/HEAD/agents/policy-checker.md -o ~/.claude/agents/cortfritz-cmmc-skill-policy-checker.md

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

Full documentation available on GitHub

View Source Repository