implement
Installation
SKILL.md
/implement — Plan + Execute
Overview
Break a design into bite-sized TDD tasks, execute each with a fresh subagent, review every task before moving on.
Core principle: Small tasks + fresh subagents + two-stage review = high quality.
When to Use
- Design exists (from
/architector provided by user) - Ready to write code
- Work can be broken into independent TDD steps
The Process
1. Find Design
Look for the most recent *-design.md in docs/plans/. If none found or multiple exist, ask the user which to use. If no design exists, suggest /architect first.