From simplepowers
Use when you have a written implementation plan file to execute — load it, review it, then work through tasks sequentially with verification checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplepowers:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks in the current session, report when complete.
Load plan, review critically, execute all tasks in the current session, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
For each task, in order:
Never skip a verification step. If a test fails or a command errors, stop and diagnose before continuing.
After all tasks complete:
verification-before-completion before claiming doneStop immediately when:
Ask for clarification. Don't guess through blockers.
| Thought | Reality |
|---|---|
| "The test failure is probably fine" | Stop. Read the output. Diagnose. |
| "I'll skip this verification, it's obvious" | Run it. Obvious things fail. |
| "The plan step is unclear but I think I know what it means" | Ask. Wrong assumptions compound. |
| "I'll fix the plan as I go" | Stop. Surface the gap. Get approval. |
npx claudepluginhub clementhw/simplepowers --plugin simplepowersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.