executing-plans

Execute written implementation plans with task tracking and verification checkpoints.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill executing-plans-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/superpowers/skills/executing-plans
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill executing-plans-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a written implementation plan into a disciplined execution workflow, reducing the risk of skipped steps, missed verifications, or running ahead when you are blocked.

Core Features & Use Cases

  • Plan-first execution: Load the plan, review it critically, and either raise concerns or proceed by creating a todo list.
  • Step-accurate task execution: Execute each task by following the plan’s bite-sized steps and run the verifications specified for each task.
  • Controlled completion and workflow integration: After all tasks complete and verify, hand off to a required finishing skill to complete development safely and present options.

Quick Start

Use the executing-plans skill to run the tasks in your written plan with review checkpoints and verification, then hand off to the required finishing step when done.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan without skipping verification steps?

To execute an implementation plan reliably, load the plan, create a todo list, and run each task sequentially while performing specified verifications. This workflow enforces step-accurate task execution and prevents moving forward until current tasks are verified.

What is the best way to track task-by-task progress during a development workflow?

Task-by-task progress tracking in a development workflow involves marking items as in_progress and completed while following a plan's bite-sized steps. This structured approach ensures work is carried out exactly as pre-specified with explicit checkpointing.

When should I stop execution if I hit a blocker during plan implementation?

You should stop execution immediately upon encountering blockers or repeated verification failures during plan implementation. This controlled stop condition prevents compounding errors and allows for safe workflow handoff before proceeding.

Does executing a development plan require a written plan and git worktree isolation?

Yes, executing a development plan requires loading a pre-specified written plan and using git worktree isolation. The workflow operates in a separate session and mandates invoking a finishing sub-skill to complete development safely.

What happens after all tasks complete and verify in an execution workflow?

After all tasks complete and verify in the execution workflow, the process hands off to a required finishing step. This workflow handoff completes the development branch safely and presents options for finalizing the work.