executing-plans

Load implementation plans, review them critically, and execute tasks with verifications.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/xiaobin/superpowers-kimi --skill executing-plans-xiaobin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/xiaobin/superpowers-kimi/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/xiaobin/superpowers-kimi --skill executing-plans-xiaobin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides end-to-end plan execution by loading a written implementation plan, performing a critical review, and methodically carrying out tasks with built-in verifications and checkpoints.

Core Features & Use Cases

  • Load and critically review a plan to surface blockers and questions before starting.
  • Execute tasks in a controlled sequence with per-task status updates and mandatory verifications.
  • Complete development through safe handoffs and integration with related skills (finishing-a-development-branch, superpowers:using-git-worktrees), while stopping on blockers and re-evaluating as needed.

Quick Start

Load the plan, review it critically, and execute all tasks with per-task verifications.

Frequently Asked Questions about executing-plans

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

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

To execute a plan with strict review checkpoints, load a written implementation plan, critically review it to surface blockers, and methodically carry out tasks with mandatory two-stage verifications and per-task status tracking.

Can I parallelize task execution across isolated development sessions?▼

Yes, you can parallelize task execution across isolated development sessions by using subagents to carry out work concurrently while enforcing mandatory review checkpoints and verifications for each task.

How do I handle blockers when executing an implementation plan?▼

To handle blockers during plan execution, the workflow stops immediately when a blocker is encountered, triggering a re-evaluation of the plan before proceeding with further task execution.

Does plan-driven development work with git-worktrees for isolated environments?▼

Plan-driven development works with git-worktrees by using them to create isolated execution environments, enabling safe handoffs and coordinated completion through the finishing-a-development-branch skill.

What is the best way to track task status during implementation plan execution?▼

The best way to track task status during implementation plan execution is through controlled sequential execution that provides per-task status updates and enforces mandatory verifications at two-stage review checkpoints.