AI AGENT ADDONS

A read-only drift detector compares your code against the specification file SPEC.md. It finds places where the code has changed but the spec hasn't or vice versa. The results are grouped by severity so you can see what is most urgent.

The tool never writes anything. It only reports violations and gives hints for fixing them. You decide whether to fix the code or update the spec. This helps you catch drift early before it causes bigger problems.

Use it after each build and before each release. It checks invariants, interfaces, and task status. Each item is binary: it holds or it drifts. No scores, just clear findings.

Add Check skill to your workflow

Global

mkdir -p ~/.claude/skills/check

Project

mkdir -p .claude/skills/check

Source Repository

Stars
1,064
Forks
75
Watchers
1,064
License
MIT
Last Push
1 month ago
Created
5 months ago