What problem does it solve?
This Skill enforces a strict delegation protocol for development tasks, preventing direct coding in the main chat and ensuring all implementation steps go through dedicated subagents for review and quality assurance.
Core Features & Use Cases
- Enforces Delegation: Mandates the use of task agents for all coding and implementation.
- Structured Workflow: Guides the process through implementer, spec reviewer, and quality reviewer subagents.
- Use Case: When a complex feature needs to be developed, this skill ensures that an implementer agent writes the code, a spec reviewer verifies it against requirements, and a quality reviewer checks for bugs and style, all before the task is considered complete.
Quick Start
Use the dev-delegate skill to dispatch an implementer subagent for the task of adding user validation to the API.