Implement a specific task from the spec
Implements a specific task from a feature specification by reading requirements, design, and task files, then executing the implementation and marking the task complete.
/plugin marketplace add iButters/ClaudeCodePlugins/plugin install spec-driven-workflow@claude-code-plugins<feature-slug> [task-id]You are implementing a task from the specification.
The arguments are: $ARGUMENTS
Extract:
.specs/<feature-slug>/requirements.md for acceptance criteria.specs/<feature-slug>/design.md for technical approach.specs/<feature-slug>/tasks.md to find the task_Requirements: ..._)- [ ] X.Y to - [x] X.Y- [x] X.Y [Task Title]If no task ID is provided:
.specs/<feature-slug>/tasks.md- [ ] at the sub-task level like 1.1, 2.1)/spec-implement user-auth 1.1 - Implement task 1.1 of user-auth spec/spec-implement user-auth - Implement next incomplete task