| name | implement-plan |
| description | Heavy one-shot implement of an attached plan (council → best practices → Karpathy → YAGNI). |
| disable-model-invocation | true |
Using the plan attached to this message (typically work/<feature-slug>/plan.md from /to-plan, or any attached plan):
- Run
/council scoped to every area the plan touches, to gather context and validate the plan's approach against the existing codebase. Done when: every file/area the plan will change has been explored.
- Run
/best-practices-research on the domains the plan touches, before writing any code. Done when: every recommendation is incorporated into the plan or explicitly rejected.
- Implement the plan, following
/karpathy-guidelines. Done when: every step in the plan is implemented.
- Run a
/yagni pass over the changes made in step 3, to simplify. Done when: the pass has reviewed every file changed in step 3.
Do not use this as the default executor for /to-tickets output — that is /implement (one ticket per session). /to-spec already runs council/BPR on the Matt path; this skill runs them on the attached plan — do not also re-prep a spec here.