executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Content Preview
---
name: executing-plans
description: Use when you have a written implementation plan to execute in a separate session with review checkpoints
---

# 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 p
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/executing-plans.md \
  https://raw.githubusercontent.com/obra/superpowers/main/skills/executing-plans/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers

Then reference at skills/executing-plans/SKILL.md

Related Skills