implement-plan
Installation
SKILL.md
Implement Plan
Use this when a written plan already exists.
Workflow
- Read the plan completely.
- Check for blockers, missing verification, or contradictory steps.
- Execute one batch at a time.
- Run targeted verification for that batch.
- Commit coherent slices that match the plan when git history is being used.
- Update task checklists as work lands.
- Stop if verification fails repeatedly or the plan no longer matches reality.