Executing Implementation Plans
Summary
Work through a written implementation plan in a fresh session, with review checkpoints between steps.
Features
- Executes a written plan step by step with checkpoints
- Stops for review rather than barrelling through
- Keeps the plan document as the source of truth
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
The companion to Writing Implementation Plans. It takes an existing plan document and executes it methodically: one step at a time, verifying each before moving on, and pausing at defined checkpoints for human review.
Running execution in a separate session from planning is deliberate. It keeps the context focused on the work rather than the debate that produced the plan, and it means the plan has to be good enough to stand on its own — which is a useful forcing function.
The skill also covers what to do when reality diverges from the plan: update the document rather than quietly improvising.
Part of the Superpowers collection.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.