executing-plans
Executes written implementation plans in small, verifiable batches to ensure task completion.
Install
mkdir -p .claude/skills/executing-plans-zebbern && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10292" && unzip -o skill.zip -d .claude/skills/executing-plans-zebbern && rm skill.zipInstalls to .claude/skills/executing-plans-zebbern
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when you have a written implementation plan to execute. Load plan, review critically, execute tasks in batches with verification.Key capabilities
- →Load and parse written implementation plans
- →Execute tasks in batches of three
- →Perform verification checks after each task
- →Commit changes upon task completion
- →Generate summary reports after batch completion
- →Run full test suites upon final completion
How it works
The agent reads a plan, creates a todo list, and processes tasks in batches of three. It requires verification after each task and pauses for feedback between batches.
Inputs & outputs
When to use executing-plans
- →Execute a multi-step implementation plan
- →Run tasks from a technical spec
- →Verify build steps between batches
- →Follow a planned refactor
About executing-plans
Loads a plan, breaks it into executable todo lists, and performs tasks sequentially. It requires manual verification after each batch and pauses if blockers occur to ensure high quality.
Use when you have a written implementation plan to execute. Load plan, review critically, execute tasks in batches with verification.
When not to use it
- →When encountering a blocker mid-batch
- →When the plan contains critical gaps
- →When instructions are not understood
Prerequisites
Limitations
- →Requires manual feedback to proceed between batches
- →Requires external @code-reviewer agent for final review
How it compares
Unlike manual execution, this process enforces mandatory verification checkpoints and pauses for feedback after every batch.
Compared to similar skills
executing-plans side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| executing-plans (this skill) | 0 | 7mo | No flags | Intermediate |
| trello | 41 | 2mo | Review | Beginner |
| ultrathink | 28 | 2mo | No flags | Advanced |
| autonomous-agents | 10 | 6mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by zebbern
View all by zebbern →You might also like
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
ultrathink
dashed
Invoke deep sequential thinking for complex problem-solving. Use when the user says 'use ultrathink', 'ultrathink', or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis.
autonomous-agents
davila7
Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b
executing-plans
obra
Use when you have a written implementation plan to execute in a separate session with review checkpoints
github-project-management
ruvnet
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
chief-architect
ananddtyagi
PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.