Skip to content
Development
Skill

/cad-phase

CRUD phases in ROADMAP - add, insert, remove, edit, with remove/insert renumbering the following phases, their .planning dirs and every phase reference

From plugin
cadence
534 skills30 agents3 hooks
Install
$ npx -y skills add crenshawdev/cadence --skill cad-phase --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/cad-phase

Context preview

The summary Claude sees to decide when to auto-load this skill.

CRUD phases in ROADMAP - add, insert, remove, edit, with remove/insert renumbering the following phases, their .planning dirs and every phase reference

SKILL.md

cad-phase.SKILL.md
name: cad-phase
description: "CRUD phases in ROADMAP - add, insert, remove, edit, with remove/insert renumbering the following phases, their .planning dirs and every phase reference"
argument-hint: "add [description] | insert <N> | remove <N> | edit <N>"
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Grep
  - Glob
  - AskUserQuestion

<objective> Edit the phase list in ROADMAP.md safely. `add` and `edit` are near-trivial markdown changes; `insert` and `remove` are not - they shift phase numbers, and a phase number lives in four places that must move together or the project's references rot. This skill keeps them consistent. </objective>

<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/phase.md @${CLAUDE_PLUGIN_ROOT}/cadence-core/references/git-guard.md </execution_context>

<process> Route on `$ARGUMENTS` (add | insert N | remove N | edit N) and run the phase workflow. For insert/remove, do the full renumber-and-repair pass - never edit ROADMAP alone. Commit the change atomically (protected-branch guard applies); never leave phase dirs and references out of sync. </process>

Ships withcadence

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.

Get the whole plugin

Other skills on cadence.