Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Load and execute a written implementation plan task-by-task with verification checkpoints and blocker handling
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: executing-plans3description: Use when you have a written implementation plan to execute in a separate session with review checkpoints4---56# Executing Plans78## Overview910Load plan, review critically, execute all tasks, report when complete.1112**Announce at start:** "I'm using the executing-plans skill to implement this plan."1314**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.1516## The Process1718### Step 1: Load and Review Plan191. Read plan file202. Review critically - identify any questions or concerns about the plan213. If concerns: Raise them with your human partner before starting224. If no concerns: Create TodoWrite and proceed2324### Step 2: Execute Tasks2526For each task:271. Mark as in_progress282. Follow each step exactly (plan has bite-sized steps)293. Run verifications as specified304. Mark as completed3132### Step 3: Complete Development3334After all tasks complete and verified:35- Announce: "I'm using the finishing-a-development-branch skill to complete this work."36- **REQUIRED SUB-SKILL:** Use superpowers:finishing-a-development-branch37- Follow that skill to verify tests, present options, execute choice3839## When to Stop and Ask for Help4041**STOP executing immediately when:**42- Hit a blocker (missing dependency, test fails, instruction unclear)43- Plan has critical gaps preventing starting44- You don't understand an instruction45- Verification fails repeatedly4647**Ask for clarification rather than guessing.**4849## When to Revisit Earlier Steps5051**Return to Review (Step 1) when:**52- Partner updates the plan based on your feedback53- Fundamental approach needs rethinking5455**Don't force through blockers** - stop and ask.5657## Remember58- Review plan critically first59- Follow plan steps exactly60- Don't skip verifications61- Reference skills when plan says to62- Stop when blocked, don't guess63- Never start implementation on main/master branch without explicit user consent6465## Integration6667**Required workflow skills:**68- **superpowers:using-git-worktrees** - Ensures isolated workspace (creates one or verifies existing)69- **superpowers:writing-plans** - Creates the plan this skill executes70- **superpowers:finishing-a-development-branch** - Complete development after all tasks71