superpowers-executing-plans

Load plan files, review them critically, and execute tasks with verifications.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/qq824045252-ship-it/erp --skill superpowers-executing-plans-qq824045252-ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-executing-plans
Source: https://github.com/qq824045252-ship-it/erp/tree/main/.agents/skills/superpowers-executing-plans
Command: npx skills add https://github.com/qq824045252-ship-it/erp --skill superpowers-executing-plans-qq824045252-ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multi-step development plans by loading a written plan, critically reviewing it, and executing tasks in a controlled, auditable manner.

Core Features & Use Cases

  • Plan intake and critical review to surface blockers
  • Step-by-step task execution with verifications and status tracking
  • Integration with development workflows via sub-skills such as git worktrees and finishing branches

Quick Start

Load and review the plan, execute all tasks step-by-step with verifications, and report when complete.

Frequently Asked Questions about superpowers-executing-plans

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

FAQPage Schema
How do I execute a multi-step development plan with automated verification?

Executing a multi-step development plan involves loading the plan file, critically reviewing it for blockers, following each step exactly, performing verifications, and marking tasks completed before finishing the branch.

What is the best way to coordinate plan execution using subagents and git worktrees?

Coordinating plan execution with subagents and git worktrees involves loading a written plan, executing tasks step-by-step with status tracking, and integrating with sub-skills to complete the development branch.

Can I review a development plan for blockers before starting task execution?

Yes, you can critically review a development plan before starting task execution to surface any concerns or blockers with your human partner and ensure the plan is safe to proceed.

How do I track task status during plan execution to ensure verifications are performed?

You can track task status during plan execution by marking each task as in_progress before starting, performing the required verifications, and then marking it completed to maintain an auditable execution flow.

What happens after all development plan tasks are verified and completed?

After all development plan tasks are verified and completed, the workflow announces the transition to finishing the development branch and initiates the finishing-a-development-branch sub-skill to complete the work.

When should I not use automated plan execution for software engineering tasks?

You should not use automated plan execution when a written plan file is unavailable or when tasks lack clear verification steps, as the workflow requires critical review and explicit status tracking to function correctly.