superpower-executing-plans

Execute written implementation plans with review checkpoints and progress tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fernandoxavier02/Codex-superpower --skill superpower-executing-plans
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: superpower-executing-plans
Source: https://github.com/fernandoxavier02/Codex-superpower/tree/main/skills/executing-plans
Command: npx skills add https://github.com/fernandoxavier02/Codex-superpower --skill superpower-executing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the disciplined execution of a written implementation plan, ensuring critical review, progress tracking, and verification after each task.

Core Features & Use Cases

  • Plan loading and critical review: Import plans and identify questions or gaps before execution.
  • Task-by-task execution with guardrails: Update progress, run verifications, and enforce blockers if needed.
  • Progress reporting with update_plan: Maintain traceable task states and completion status across sessions.

Quick Start

Provide a written plan and start the skill to execute it with review checkpoints.

Frequently Asked Questions about superpower-executing-plans

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

FAQPage Schema
How do I execute a written development plan with review checkpoints?▼

You execute a written development plan with review checkpoints by loading the plan file into the skill, which then processes task execution sequentially, enforces guardrails, and runs post-task verifications via the update_plan protocol.

What is plan-driven development with stepwise execution and verification?▼

Plan-driven development with stepwise execution and verification is a disciplined workflow where a written implementation plan is imported, critically reviewed for gaps, and executed task-by-task while tracking progress and running verifications after each step.

Does this plan execution workflow support progress tracking across multiple sessions?▼

Yes, this plan execution workflow supports progress tracking across multiple sessions by utilizing the update_plan protocol to maintain traceable task states and persistent completion status throughout the entire development lifecycle.

Can I import an existing implementation plan and identify gaps before execution?▼

Yes, you can import an existing implementation plan to identify gaps before execution, as the skill performs a critical review of the loaded plan to surface questions and missing requirements prior to initiating stepwise task processing.

How do I enforce blockers and run verifications during task execution?▼

To enforce blockers and run verifications during task execution, the skill applies guardrails to the stepwise workflow, automatically pausing execution when conditions are unmet and triggering post-task verification checks upon completing each planned item.

What is the best way to automate disciplined plan management for software engineering?▼

The best way to automate disciplined plan management for software engineering is to use a plan execution skill that imports written plans, enforces critical review checkpoints, updates traceable task states, and automates verification reporting through the update_plan protocol.