executing-plans

Executes written implementation plans task-by-task with verification checkpoints and review gates.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Pgooone/oh-pgone-claudecode --skill executing-plans-pgooone
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Pgooone/oh-pgone-claudecode/tree/main/.claude/plugins/cache/superpowers-marketplace/superpowers/5.0.6/skills/executing-plans
Command: npx skills add https://github.com/Pgooone/oh-pgone-claudecode --skill executing-plans-pgooone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns a written implementation plan into completed code by walking through every task in order, running the specified verifications, and stopping to ask for help instead of guessing when blocked. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with you before writing any code. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications the plan specifies. - Controlled Completion: Hands off to the finishing-a-development-branch workflow to verify tests and close out the work. - Use Case: You have a multi-task implementation plan from a planning session. Invoke this Skill in a fresh session so each task is executed, verified, and marked complete, with an automatic stop-and-ask behavior whenever a test fails or an instruction is unclear. ## Quick Start Ask the AI to execute the implementation plan in your plan file using the executing-plans skill, working through each task with its verifications.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute an implementation plan with an AI coding assistant?▼

Provide the plan file and invoke the executing-plans skill. It reads the plan, reviews it critically, then works through each task in order, running the verifications the plan specifies and marking tasks complete as it goes.

What happens when a task in the plan fails verification?▼

Execution stops immediately. The skill instructs the AI to ask for clarification rather than guess, whether the cause is a failing test, a missing dependency, or an unclear instruction.

Can I use executing-plans without subagent support?▼

Yes, this skill is designed for sessions without subagents. If subagents are available, the documentation recommends using subagent-driven-development instead for higher quality results.

Does executing-plans work on the main branch?▼

No. The skill explicitly forbids starting implementation on main or master without explicit user consent, and recommends setting up an isolated git worktree before beginning.

What should I do before running executing-plans?▼

Create a written implementation plan first, typically with the writing-plans skill, and set up an isolated workspace using git worktrees. The plan should contain bite-sized steps with verifications.