executing-plans — for Claude Code executing-plans, superpowers, official, for Claude Code, ide skills, plan execution automation, task automation workflows, critical plan review, subagent-driven development, verification and testing, Claude Code

Verified
v1.0.0
GitHub

About this Skill

Ideal for Advanced AI Agents like Claude Code or Codex needing structured plan execution and review capabilities. executing-plans is a specialized AI agent skill for automating task execution based on predefined plans, enhancing development productivity and accuracy.

Features

Load and review plans using critical analysis
Execute tasks with precise step-by-step execution
Run verifications for quality assurance
Utilize subagent-driven development for enhanced performance
Integrate with finishing-a-development-branch skill for comprehensive workflow management

# Core Topics

obra obra
[111.2k]
[8922]
Updated: 3/25/2026

Agent Capability Analysis

The executing-plans skill by obra is an open-source official AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for for Claude Code, plan execution automation, task automation workflows.

Ideal Agent Persona

Ideal for Advanced AI Agents like Claude Code or Codex needing structured plan execution and review capabilities.

Core Value

Empowers agents to critically review and execute written implementation plans using TodoWrite, with support for subagent-driven development and verification protocols, while ensuring adherence to Git worktree best practices and finishing development branches with precision.

Capabilities Granted for executing-plans

Executing complex development plans with multiple tasks and verification steps
Reviewing and refining implementation plans based on feedback and critical analysis
Completing development branches with thorough testing and validation using superpowers:finishing-a-development-branch

! Prerequisites & Limits

  • Requires access to subagents for optimal performance
  • Needs a written implementation plan to execute
  • Must be run on a platform with subagent support, such as Claude Code or Codex
  • Requires explicit user consent before starting implementation on main/master branch
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

executing-plans

Boost development efficiency with the executing-plans AI agent skill, designed for Claude Code. Automate task execution, ensure quality, and streamline...

SKILL.md
Readonly

Executing Plans

Overview

Load plan, review critically, execute all tasks, report when complete.

Announce at start: "I'm using the executing-plans skill to implement this plan."

Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill.

The Process

Step 1: Load and Review Plan

  1. Read plan file
  2. Review critically - identify any questions or concerns about the plan
  3. If concerns: Raise them with your human partner before starting
  4. If no concerns: Create TodoWrite and proceed

Step 2: Execute Tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly (plan has bite-sized steps)
  3. Run verifications as specified
  4. Mark as completed

Step 3: Complete Development

After all tasks complete and verified:

  • Announce: "I'm using the finishing-a-development-branch skill to complete this work."
  • REQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch
  • Follow that skill to verify tests, present options, execute choice

When to Stop and Ask for Help

STOP executing immediately when:

  • Hit a blocker (missing dependency, test fails, instruction unclear)
  • Plan has critical gaps preventing starting
  • You don't understand an instruction
  • Verification fails repeatedly

Ask for clarification rather than guessing.

When to Revisit Earlier Steps

Return to Review (Step 1) when:

  • Partner updates the plan based on your feedback
  • Fundamental approach needs rethinking

Don't force through blockers - stop and ask.

Remember

  • Review plan critically first
  • Follow plan steps exactly
  • Don't skip verifications
  • Reference skills when plan says to
  • Stop when blocked, don't guess
  • Never start implementation on main/master branch without explicit user consent

Integration

Required workflow skills:

  • superpowers:using-git-worktrees - REQUIRED: Set up isolated workspace before starting
  • superpowers:writing-plans - Creates the plan this skill executes
  • superpowers:finishing-a-development-branch - Complete development after all tasks

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is executing-plans?

Ideal for Advanced AI Agents like Claude Code or Codex needing structured plan execution and review capabilities. executing-plans is a specialized AI agent skill for automating task execution based on predefined plans, enhancing development productivity and accuracy.

How do I install executing-plans?

Run the command: npx killer-skills add obra/superpowers/executing-plans. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for executing-plans?

Key use cases include: Executing complex development plans with multiple tasks and verification steps, Reviewing and refining implementation plans based on feedback and critical analysis, Completing development branches with thorough testing and validation using superpowers:finishing-a-development-branch.

Which IDEs are compatible with executing-plans?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for executing-plans?

Requires access to subagents for optimal performance. Needs a written implementation plan to execute. Must be run on a platform with subagent support, such as Claude Code or Codex. Requires explicit user consent before starting implementation on main/master branch.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add obra/superpowers/executing-plans. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use executing-plans immediately in the current project.

Related Skills

Looking for an alternative to executing-plans or another official skill for your workflow? Explore these related open-source skills.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

243.6k
0
Developer

extract-errors

Logo of facebook
facebook

Use when adding new error messages to React, or seeing unknown error code warnings.

243.6k
0
Developer

fix

Logo of facebook
facebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

243.6k
0
Developer

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

243.6k
0
Developer