What problem does it solve?
This Skill transforms complex implementation plans into clear, actionable, and dependency-ordered task lists, ensuring a structured and efficient development workflow. It enforces Test-First Development (TDD) and Contract-First Design, reducing errors, rework, and ensuring a high-quality codebase.
Core Features & Use Cases
- Automated Task Generation: Creates detailed task lists from design artifacts (plans, data models, contracts, test scenarios).
- Dependency Ordering & Parallelism: Sequences tasks logically and identifies opportunities for parallel execution, optimizing development time.
- TDD & Contract-First Enforcement: Ensures tests are prioritized before implementation, aligning with core constitutional principles and improving code quality.
- Use Case: After completing the design for a "User Profile API," use this Skill to automatically generate a task list. It will include writing contract tests, implementing models, and then building endpoints, all in the correct TDD order, allowing your team to start coding immediately with a clear roadmap.
Quick Start
Use the sdd-tasks skill to generate a task list for the "User authentication API" feature.