What problem does it solve?
Detects whether coding agents actually follow documented skills, rules, or agent definitions by converting prose into observable checks and verifying agent behavior against those expectations, eliminating guesswork about whether policies are being applied in practice.
Core Features & Use Cases
- Auto-generate an expected behavioral sequence (compliance spec) from a skill or rule document and produce structured detectors for each step.
- Create three scenarios with decreasing prompt strictness, execute agent runs via claude -p capturing stream-json tool-call traces, classify tool calls with an LLM, and enforce deterministic temporal ordering to compute compliance rates.
- Produce self-contained Markdown reports including specs, prompts, per-scenario compliance scores, timelines, and optional hook-promotion recommendations for low-compliance steps. Use case: validate TDD workflows, verify security or testing rules, and audit agent adherence after rule changes.
Quick Start
Evaluate the skill file at skills/search-first/SKILL.md to generate a compliance spec, run three scenarios, and produce a Markdown report with timelines and hook promotion recommendations.