An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
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
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.