cad-adopt
Initialize .planning/ from a repo that already exists - PROJECT.md, REQUIREMENTS.md and a remaining-work ROADMAP.md derived from the code and the git history
Verify docs claims against the live codebase - paths, commands, symbols, config keys - each reported accurate, stale or unverifiable. Reports; it does not rewrite docs
$ npx -y skills add crenshawdev/cadence --skill cad-docs-verify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cad-docs-verifyContext preview
The summary Claude sees to decide when to auto-load this skill.
Verify docs claims against the live codebase - paths, commands, symbols, config keys - each reported accurate, stale or unverifiable. Reports; it does not rewrite docs
name: cad-docs-verify description: "Verify docs claims against the live codebase - paths, commands, symbols, config keys - each reported accurate, stale or unverifiable. Reports; it does not rewrite docs" argument-hint: "[path or glob | defaults to README + docs/]" allowed-tools: - Read - Bash - Grep - Glob - AskUserQuestion
<objective> Catch documentation that has drifted from the code - the failure that quietly misleads every new reader of a distributed project. Extract the checkable claims from the target docs and test each against the actual repo, then report each as accurate, stale, or unverifiable.
This is the docs-verifier engine only; the doc WRITER is collapsed out (DESIGN §2). cad-docs-verify never rewrites a doc - it produces the findings a human (or a later edit) acts on. </objective>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/docs-verify.md </execution_context>
<process> Run the verify workflow end-to-end. Only claim `stale` when the code actually contradicts the doc; when a claim cannot be checked mechanically, mark it `unverifiable` rather than guessing. Do not edit any doc. </process>
Appearance is cheap. Verification is the work. Cadence is for developers using Claude Code on software they will still own after the session ends. Claude can write a convincing plan, produce working code, and tell you the job is finished.
Repo: crenshawdev/cadence
Initialize .planning/ from a repo that already exists - PROJECT.md, REQUIREMENTS.md and a remaining-work ROADMAP.md derived from the code and the git history
Internal role contract, preloaded into every cad-assumptions-analyzer rung agent. Not a user command.
Pre-ship traceability audit - every requirement traced to a phase, plan and verification, orphan detection both directions, a FAIL gate before shipping
Capture a phase-linked todo, a seed idea for a future milestone, or a note, without losing your place - .planning/CAPTURE.md, or --cadence for friction with…
Configure Cadence's config.json - workflow toggles, the per-role model and effort interview, and interactive cross-model review provider setup
Gather phase context before planning - codebase assumptions, locked decisions, falsifiable acceptance criteria - in one pass