sdd-tdd-workflow
SKILL.md
SDD + TDD Integrated Workflow
Overview
This skill guides AI agents through a comprehensive Specification-Driven Development (SDD) and Test-Driven Development (TDD) integrated workflow: Spec → Test → Code (STC).
The workflow ensures:
- Clear specifications before implementation (RFC/ADR)
- Test cases derived from specifications
- Test-first development (Red-Green-Refactor)
- Validation against specifications
- Iterative refinement
When to Use This Skill
Apply this workflow based on task complexity: