Skip to content
Development
Skill

/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

From plugin
cadence
534 skills30 agents3 hooks
Install
$ npx -y skills add crenshawdev/cadence --skill cad-suggest --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-suggest

Context preview

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

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

SKILL.md

cad-suggest.SKILL.md
name: cad-suggest
description: "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"
argument-hint: "[phase]"
allowed-tools:
  - Bash
  - SlashCommand

<objective> The retune the run record supports, read back to you: every tweak under a heading of its own carrying its config key, the value in force, the direction to move it and the target where the record prices one, with the receipts that ask for nothing kept separate below. Every figure comes from `planning.mjs trace suggest` - this command relays the record, it never recomputes it and it writes no config key itself. It ends by offering to route the tweaks you accept to `/cad-config`, which is where a write would happen. No argument spans the whole record; a phase number scopes it. </objective>

<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/suggest.md </execution_context>

<process> Execute end-to-end. </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.