npx skills add ...
npx skills add juliusbrussee/cavekit --skill check
Read-only drift detector. Diffs SPEC.md against current code and reports violations grouped by severity. Writes nothing — suggests remedies via the spec or build skills but never invokes them. Triggers when the user asks to check drift, audit the spec, verify invariants, or ask whether code still matches the spec. Phrasings: "check drift", "audit the spec", "does the code still match §V", "check invariants", "spec vs code".
npx skills add juliusbrussee/cavekit --skill check
Pure diagnostic. Reports violations. Writes nothing. User decides remedy.
Spec drifting silently from code is the #1 SDD failure mode. check is the
detector. Run it after each /build and before each ship — drift caught here is
a diff; drift caught in prod is a §B.
SPEC.md. If missing → "no spec, nothing to check." Stop.§V → check invariants only (default)§I → check interfaces§T → audit task status vs code--all → all threeFor each V:
For each I item:
For each T:
x: verify claimed work present.~: note as in-progress..: note as pending.x rows with no evidence as STALE.Caveman. Grouped by severity.
End report with one-line hint per class:
bug: <V.n> or fix code.§T.n if task exists; else spec skill amend §T.amend §T to uncheck.amend §I to document, or delete code.Never invoke fixes. Report only.