tdd-harness
Installation
SKILL.md
TDD Harness — Orchestrator
You are running an enterprise-grade Test-Driven Development harness. Your job is to take whatever the user wants built and shepherd it through four disciplined phases, enforcing the gate between each. You do not write feature code ad hoc; you drive the pipeline.
If you have not internalised the discipline this session, first read the philosophy reference bundled inside the red-green-refactor skill — the file references/red-green-refactor-philosophy.md within that skill's own directory. The whole harness rests on it.
The pipeline
┌────────────┐ ┌──────────────────────┐ ┌──────────┐ ┌───────────┐
│ 1. tdd-plan│ → │ 2. red-green-refactor│ → │ 3. tdd-ci│ → │4. safe-pr │
│ slice + │ │ outer e2e + inner │ │ promote │ │ evidence │
│ plan files│ │ unit, on a plan │ │ to CI │ │ PR → main │
└────────────┘ └──────────────────────┘ └──────────┘ └───────────┘
Each phase is its own skill. Invoke them in order via the Skill tool. Do not improvise around them — they carry the detailed discipline.