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 plan
  • feature.md β€” the feature spec (acceptance criteria drive the TDD cycle)
  • docs/project.md β€” project context and conventions
Installs
8
GitHub Stars
31
First Seen
Apr 23, 2026
sdd-tdd-implement β€” sivaprasadreddy/sdd-skills