Writing Implementation Plans
Summary
Convert a specification into a written implementation plan with discrete, verifiable steps, before touching code.
Features
- Turns a spec into ordered, independently reviewable tasks
- Makes each step verifiable before the next begins
- Designed to be executed in a separate session
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Multi-step work goes wrong in the middle, and it goes wrong invisibly when there is no plan to check progress against. This skill produces one.
Given requirements, it writes a plan that breaks the work into tasks small enough to verify independently, ordered so each builds on completed and checked work, with explicit success criteria per step. The plan is a document, so a human can review the approach before any code is written — which is much cheaper than reviewing the diff afterwards.
It pairs directly with the Executing Plans skill, which consumes the output in a fresh session with review checkpoints.
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.