Skip to content
Development
Skill

/cad-progress

Project progress - count-based status from files and git, finds incomplete or paused work and offers to resume it, --stats for a quick summary

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

Context preview

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

Project progress - count-based status from files and git, finds incomplete or paused work and offers to resume it, --stats for a quick summary

SKILL.md

cad-progress.SKILL.md
name: cad-progress
description: "Project progress - count-based status from files and git, finds incomplete or paused work and offers to resume it, --stats for a quick summary"
argument-hint: "[--stats|--trace]"
allowed-tools:
  - Read
  - Write
  - Bash
  - Grep
  - Glob
  - AskUserQuestion
  - SlashCommand

<objective> Answer "where am I and what's next" for the current Cadence project. Truth is derived by counting: ROADMAP.md phases vs phases/<N>/ artifacts (PLAN.md, SUMMARY.md, UAT.md fully passed) plus recent git log. STATE.md is a hint, not a source. Detects incomplete or paused work and offers to resume at the right step, routing to the spine skill that does it (/cad-context, /cad-plan, /cad-execute, /cad-verify, /cad-milestone, /cad-phase add between milestones) - never does the work itself. `--stats` prints a summary derived on demand; `--trace` prints the current phase's joined run record - routing, provider, worker-lifecycle and outcome events - and writes nothing. </objective>

<execution_context> @${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/progress.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.