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
Cut a milestone - audit that nothing was dropped, tag when the project tags, prune completed phases from the roadmap, evolve PROJECT and refresh REQUIREMENTS
$ npx -y skills add crenshawdev/cadence --skill cad-milestone --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cad-milestoneContext preview
The summary Claude sees to decide when to auto-load this skill.
Cut a milestone - audit that nothing was dropped, tag when the project tags, prune completed phases from the roadmap, evolve PROJECT and refresh REQUIREMENTS
name: cad-milestone description: "Cut a milestone - audit that nothing was dropped, tag when the project tags, prune completed phases from the roadmap, evolve PROJECT and refresh REQUIREMENTS" argument-hint: "[version | next-milestone name]" allowed-tools: - Read - Write - Edit - Bash - Grep - Glob - Task - AskUserQuestion - SlashCommand
<objective> Close a finished milestone and set up the next. Thin by design - it collapses new-milestone + complete-milestone + cleanup into one flow. It tags the release only when the project tags (non-release projects skip it), it never ships (publishing a tag is /cad-land's call), and it never cuts a milestone that silently dropped a requirement (cad-audit gates it). </objective>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/milestone.md @${CLAUDE_PLUGIN_ROOT}/cadence-core/references/git-guard.md </execution_context>
<process> Run the milestone workflow end-to-end. The audit gate is real - do not tag a milestone with a failing traceability audit unless the user explicitly overrides. Prune from the working tree only (git keeps the history); never auto-push the tag. Under `git.auto_close` (default off), chain into `/cad-land` to complete the close (PR -> merge -> reset), still halting on a surviving blocker/high `risk_surface` finding; otherwise stop at the tag and leave publishing to a separate `/cad-land`. </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