What problem does it solve?
This Skill streamlines the implementation of tasks from a spec change, orchestrating the process from preparation to verification, and automating many of the repetitive steps involved in Spec-Driven Development (SDD).
Core Features & Use Cases
- Spec-Driven Execution: Reads spec artifacts and dispatches tasks to specialized agents for implementation.
- Branch Management: Ensures the use of the correct branch and handles sequential and parallel execution within and across repositories.
- Linter Integration: Integrates with linters to maintain code quality before and after each task execution.
- Progress Tracking: Provides detailed progress reports on task completion and any issues encountered.
- Use Case: When a new feature needs to be implemented, this Skill can be used to read the spec, dispatch tasks to appropriate agents, and ensure that all tasks are completed according to the spec.
Quick Start
Run the 'apply' skill with a change name, such as: /apply add-user-search