Create an executable phase plan (PLAN.md) - planner subagent, optional check gate, plan review trigger
Scanned 9/3/2026
Install to Claude Code
npx -y skills add crenshawdev/cadence --skill cad-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cad Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/crenshawdev-cad-plan)More formats (shields.io, HTML) on the badges page.
---
name: cad-plan
description: "Create an executable phase plan (PLAN.md) - planner subagent, optional check gate, plan review trigger"
argument-hint: "[phase] [--skip-check] [--inline] [--gaps]"
allowed-tools:
- Read
- Write
- Edit
- Bash
- Grep
- Glob
- AskUserQuestion
- Task
---
<objective>
Turn one roadmap phase into .planning/phases/<N>/PLAN.md: numbered atomic
tasks, each with files, action, and a falsifiable verification. Spawns
cad-planner (fresh context), gates through cad-plan-checker when
workflow.plan_check is true, then fires the `plan` review trigger.
`--inline` plans small phases in the main context; `--gaps` plans closure
tasks from unresolved UAT items.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/plan.md
</execution_context>
<process>
Execute end-to-end.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!