What problem does it solve?
This Skill automates the end-to-end transformation of informal or draft task specifications into verified, production-ready implementations, reducing manual oversight and reproducibility issues in complex development work.
Core Features & Use Cases
- Spec-driven pipeline: Create, refine, parallelize, and implement tasks from draft to done using /sdd:add-task, /sdd:plan, and /sdd:implement.
- Multi-agent orchestration: Specialized agents perform research, codebase analysis, architecture synthesis, decomposition, implementation, and verification.
- LLM-as-Judge quality gates: Built-in verification rubrics, iterative fix→verify loops, and configurable thresholds to ensure artifacts meet quality criteria.
- Use Case: Convert a feature prompt into a detailed spec, parallelize work across agents, run verified implementation, and produce a PR-ready change set.
Quick Start
Run the /sdd:implement command on a drafted .specs task file to produce and verify a working implementation.