Coordinates the execution of pre-written implementation plans through a structured review-to-completion workflow.
Install
mkdir -p .claude/skills/obra-executing-plans && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17964" && unzip -o skill.zip -d .claude/skills/obra-executing-plans && rm skill.zipInstalls to .claude/skills/obra-executing-plans
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 in a separate session with review checkpointsKey capabilities
- →Execute tasks sequentially as defined in the plan.
- →Run verifications as specified for each task.
- →Use `obra-finishing-a-development-branch` to complete development.
- →Stop execution and ask for help when encountering blockers.
How it works
The skill loads and reviews an implementation plan, then executes each task and its verifications sequentially, stopping to ask for help if blockers occur.
Inputs & outputs
When to use obra-executing-plans
- →Execute a step-by-step development plan
- →Run verification tasks for complex features
- →Maintain consistency in multi-session coding
- →Handle complex implementation phases
About obra-executing-plans
Loads and reviews a project plan, executes tasks sequentially with verification steps, and uses a follow-up sub-skill for final code verification and branch completion.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
When not to use it
- →When a written implementation plan is not available.
- →When subagents are available, use `obra-subagent-driven-development` instead.
- →When the user wants to start implementation on main/master branch without explicit consent.
Prerequisites
Limitations
- →The skill relies on specific sub-skills for setup and completion.
- →The skill stops execution when blocked, requiring clarification.
How it compares
This skill provides a structured and guided execution of a pre-defined implementation plan, ensuring all steps and verifications are followed, unlike ad-hoc development.
Compared to similar skills
obra-executing-plans side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| obra-executing-plans (this skill) | 0 | 4mo | No flags | Intermediate |
| executing-plans | 6 | 4mo | No flags | Intermediate |
| task-think | 1 | 2mo | No flags | Advanced |
| map-workflows-guide | 0 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by pagopa
View all by pagopa →You might also like
executing-plans
obra
Use when you have a written implementation plan to execute in a separate session with review checkpoints
task-think
telegramdesktop
Orchestrate a multi-phase implementation workflow for this repository with artifact files under .ai/task-slug and optional fresh codex exec child runs per phase. Use when the user wants one prompt to drive context gathering, planning, implementation, verification, and review iterations while keeping the main session context clean.
map-workflows-guide
diegosouzapw
Comprehensive guide for choosing the right MAP workflow based on task type and requirements
executing-plans
liujiarui0918
Use to execute a written plan. Run tasks in batches with human checkpoints.
aif-improve
vanyastaff
Refine and enhance an existing implementation plan with a second iteration. Re-analyzes the codebase, checks for gaps, missing tasks, wrong dependencies, and improves the plan quality. Use after /aif-plan to polish the plan before implementation, or to improve an existing /aif-fix plan.
brainstorming
doviettung96
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.