spec-impl
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.
More from jrollin/claudio
skill-testing
>
1spec-create
Create a new feature specification following a phased workflow. Use when starting a new feature that needs requirements, design, and task planning. Invoke for spec-driven development, feature specification, requirements-design-tasks workflow.
1agent-browser
when asking to check ui or tests automation in browser
1event-modeling-tasks
Use when translating a completed event model into implementation tasks. Invoke when an event model with slices and specifications exists and needs to become a development plan, task breakdown, or spec-create compatible output.
1event-modeling-spec
Use when designing systems with Event Modeling methodology, creating event models, or when user mentions event modeling, commands/events/views blueprints, system timeline design, or CQRS system design workshops.
1