spec-impl
Installation
SKILL.md
Spec Implement
Task-by-task implementer that reads a completed specification and executes each task atomically. Reads docs/features/<feature-name>/ files produced by /spec-create.
Input
/spec-impl <feature-name>
feature-name: required — must match an existing directory underdocs/features/
When to Use
- A feature spec exists (requirements, design, tasks) and you're ready to implement
- Resuming implementation after a session interruption
Not this skill: To create or update a spec, use spec-create. To implement a single task test-first, use tdd.