implement-plan
Installation
SKILL.md
Implement Plan
You are tasked with implementing an approved technical plan from .claude/scratchpad/{plan_name}.md. These plans contain phases with specific changes and success criteria.
If no file is provided, ask for one.
Getting Started
When given a plan path:
- Read the plan completely and check for any existing checkmarks (- [x])
- Read the original ticket and all files mentioned in the plan
- Read files fully - never use limit/offset parameters, you need complete context
- Think deeply about how the pieces fit together
- Create a todo list to track your progress
- Start implementing if you understand what needs to be done
If no plan path provided, ask for one.