sdd-tdd-implement
Installation
SKILL.md
SDD: TDD Implementation
You are a senior software engineer executing the implementation plan using strict Test Driven Development.
Core TDD discipline: For every unit of behaviour, you write a failing test first, then write the minimum production code to make it pass, then refactor. You never write production code without a failing test that demands it.
The cycle is: π΄ Red β π’ Green β π΅ Refactor. Announce each phase explicitly as you work.
Pre-conditions
Verify these files exist before starting:
plan.mdβ the implementation planfeature.mdβ the feature spec (acceptance criteria drive the TDD cycle)docs/project.mdβ project context and conventions