Creates, updates, and transitions ExecPlans—living specifications for multi-step work. Handles plan creation, progress tracking, and completion transitions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pproenca-dot-skills-1:exec-planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Announce at start:** "Using the exec-plan skill."
Announce at start: "Using the exec-plan skill."
A self-contained, living document that a fresh agent session can follow to deliver observable, working behavior. Lives in docs/exec-plans/. The format follows the specification in docs/PLANS.md.
An ExecPlan is NOT a todo list. It is a narrative that tells the story of a change: why it matters, what the codebase looks like now, what it should look like after, and how to prove it worked.
When starting new multi-step work:
docs/PLANS.md for the template and requirements.docs/exec-plans/active/{descriptive-kebab-name}.md.(none yet)(none yet)(fill when complete)When resuming work or executing the next milestone:
docs/exec-plans/active/.- [x] (YYYY-MM-DD HH:MMZ) DescriptionCRITICAL: Never claim a milestone is done without updating the plan file. The plan IS the persistence mechanism. If you don't update it, the next session will redo the work.
When all milestones are done:
git mv docs/exec-plans/active/{name}.md docs/exec-plans/completed/{name}.mddocs: complete exec-plan {name}Before committing any plan (new or updated), verify:
isValid computed property no longer exists in the file, verified by grep -n isValid file.swift returning no results" IS acceptance./pfw-composable-architecturedebug skillrefactor skillrest-api-design skillrefactor skill for a final cleanup passnpx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin pproenca-dot-skills-1Executes a written implementation plan from disk with task tracking and review checkpoints. Use when you have a plan file ready to implement.
Executes written implementation plans in small batches with review checkpoints for structured progress tracking. Activate when a plan or spec is ready to implement.
Executes written implementation plans with review checkpoints. Loads plans, follows steps exactly, runs verifications, and completes development using sub-skills.