crenshawdev
UserPhased planning and execution for Claude Code. Roadmap, plans, and progress live in files that survive a /clear.
Categories
Indexed Skills (34)
cad-assumptions-analyzer-contract
Internal role contract, preloaded into every cad-assumptions-analyzer rung agent. Not a user command.
cad-capture
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 Cadence itself
cad-decision-review
Adversarial refute-then-adjudicate pass over one load-bearing decision - a CONTEXT D-NN line or a PROJECT Key Decisions row - with per-objection rulings
cad-executor-contract
Internal role contract, preloaded into every cad-executor rung agent. Not a user command.
cad-health
Planning-health check - .planning's core docs present, the STATE cursor, ROADMAP and REQUIREMENTS parseable and consistent. Not a traceability audit (that is /cad-audit)
cad-land
Land finished work - report git state, then ask the mechanism (push / MR or PR / tag / leave local). Never decides how you publish
cad-plan-checker-contract
Internal role contract, preloaded into every cad-plan-checker rung agent. Not a user command.
cad-plan-review
On-demand adversarial plan review of a phase PLAN.md before code - for a hand-written, imported or just-edited plan (/cad-plan fires this itself)
cad-planner-contract
Internal role contract, preloaded into every cad-planner rung agent. Not a user command.
cad-reviewer-contract
Internal role contract, preloaded into every cad-reviewer rung agent. Not a user command.
cad-verifier-contract
Internal role contract, preloaded into every cad-verifier rung agent. Not a user command.
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
cad-audit
Pre-ship traceability audit - every requirement traced to a phase, plan and verification, orphan detection both directions, a FAIL gate before shipping
cad-config
Configure Cadence's config.json - workflow toggles, routing stakes, and interactive cross-model review provider setup
cad-context
Gather phase context before planning - codebase assumptions, locked decisions, falsifiable acceptance criteria - in one pass
cad-coverage
Find a completed phase's requirements with no failing-capable test coverage and generate tests to close the gaps, in the project's own framework
cad-debug
Systematic debugging - hypothesis and symptom tracked in a state file that survives /clear, with a user-gated second-model consult at dead ends
cad-docs-verify
Verify docs claims against the live codebase - paths, commands, symbols, config keys - each reported accurate, stale or unverifiable. Reports; it does not rewrite docs
cad-help
Cadence's own help - the command reference for every /cad-* skill, grouped by cluster; pass a command name for just that entry
cad-milestone
Cut a milestone - audit that nothing was dropped, tag when the project tags, prune completed phases from the roadmap, evolve PROJECT and refresh REQUIREMENTS
cad-minimalism-review
Ranked delete-list over code that works and should not exist - reinvented stdlib, one-implementation abstractions, dead flexibility, config nobody sets
cad-new-project
Initialize a project through deep questioning - PROJECT.md, REQUIREMENTS.md, a phased ROADMAP.md and .planning/ state
cad-pause
Pause work cleanly - a WIP commit of in-flight changes plus a STATE cursor set to paused with a one-line resume pointer (/cad-progress resumes it)
cad-phase
CRUD phases in ROADMAP - add, insert, remove, edit, with remove/insert renumbering the following phases, their .planning dirs and every phase reference
cad-plan
Create an executable phase plan (PLAN.md) - planner subagent, optional check gate, plan review trigger
cad-progress
Project progress - count-based status from files and git, auto-resume of incomplete work, --stats for a quick summary
cad-spike
Spike - a time-boxed experiment resolving one unknown before you bet on it, risk-first, with a validated | invalidated | inconclusive verdict
cad-suggest
Turn the run record into evidence-backed retune suggestions - each with its config key, the value in force, a direction and a target - and offer to route the ones you accept to /cad-config
cad-undo
Safely undo a phase - roll back its commits from the SUMMARY manifest, revert (or --no-commit to re-do), and reset the phase status
cad-verify
Verify a completed phase by conversational UAT - a persistent checklist that survives /clear, plus cross-phase and goal-backward passes
cad-why
Why is this code like this - a git-log chain over one file[:line], joined to the phase, task, decision, deviation and review record on disk
cad-execute
Execute a phase's plans - a subagent per plan, an atomic commit per task, a slim per-phase SUMMARY
cad-report
Render a phase's run record as a receipts narrative - what each dispatch cost, what the gates caught, what got refuted - straight from trace.jsonl and the phase artifacts
cad-task
Execute a small off-roadmap task with atomic commits - inline by default, --plan for multi-step work
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.