implement-plan
Implement Plan
Implement the given plan or spec document phase by phase. Write robust, idiomatic code that follows codebase patterns and industry best practices.
When to Use
- An approved plan or spec exists and is ready for implementation
- Executing phases from
dev/plans/or a similar handoff document - The user says "implement this plan", "execute the spec", or "work through the phases"
- A create-plan artifact needs to be turned into working code
Skills and Guidelines
Before implementing, discover what agent skills are available in the host environment and in the target codebase — for example skills/, .agents/skills/, .cursor/skills/, .claude/skills/, or any injected available-skills list.
Read the SKILL.md for skills that appear relevant to the languages, frameworks, libraries, or patterns required by the plan. Use those skills as guidelines and best practices during implementation. Do not assume a fixed checklist; pick what fits this task and codebase. If the plan includes a Skills for the executor section, start there — then supplement with any other relevant skills you discover.