cc-skill:executing-plans
Claude Code skill · anthropic · active
Takes a written plan you've already created and executes it step by step. It reads the plan carefully, looks for any problems, runs each task in order, verifies everything worked, and reports back when finished.
Anyone who has written out a detailed implementation plan and wants Claude to execute it reliably with checkpoints and verification.
When you ask Claude to execute, implement, or carry out a plan that's already been written down.
- "Execute this plan I've written for migrating our database"
- "Please implement the development plan we created yesterday"
- "Run through the steps in this implementation plan and let me know when it's done"
The skill announces itself at the start, marks tasks as in-progress and completed, shows verification results, and stops to ask for help if anything goes wrong instead of guessing.
Deploy this skill
no laptop requiredRun this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.
How this performs
Cloud-automation runs, real outputs, and feedback.
No cloud runs yet for this skill.
Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.
Claude Code skill at /Users/olanrewajukareem/.claude/skills/executing-plans/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Local Claude Code use (optional)
Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.
Save this skill to ~/.claude/skills/executing-plans/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.
{
"source": "global",
"description": "Use when you have a written implementation plan to execute in a separate session with review checkpoints"
}{
"method": "embed_in_prompt",
"skill_path": "/Users/olanrewajukareem/.claude/skills/executing-plans/SKILL.md"
}That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.