execute-plan

Installation
SKILL.md

Execute Plan

Turn a written implementation plan into working, tested code — one task at a time, with review gates instead of a blind sprint to the end. The plan was written so an agent could execute it without guessing; honour that by following it exactly and stopping when it fails you, rather than improvising around gaps.

0. Delegate if a plan-execution skill is available

Check the skills available in this session and delegate the execution loop to the best match, in this order of preference:

  1. executing-plans (Superpowers, sometimes installed as a personal skill) — same-session execution loop with review checkpoints.

Subagent availability is necessary but not sufficient for dispatching tasks to subagents — judge the fit against the plan's shape, because the wrong loop can cost more than it buys:

Installs
1
Repository
pubx-ai/skills
GitHub Stars
6
First Seen
13 days ago
execute-plan — pubx-ai/skills