tdd

Installation
SKILL.md

TDD

Use this skill to shape code through a test-first workflow instead of designing the full implementation up front.

Intent Router

Need Load
red-green-refactor workflow, seam design, test quality heuristics, and anti-patterns references/tdd-guide.md
language and framework examples for python, typescript, javascript, c, c++, c#, and rust references/language-examples.md

Quick Start

  1. Start from one observable behavior, not an internal helper.
  2. Write the smallest failing test that names the next capability.
  3. Make the test pass with the simplest implementation that preserves intent.
  4. Refactor only while the test suite stays green.
  5. Keep the cycle small enough that each failure explains one design decision.
Installs
3
First Seen
Jun 16, 2026
tdd — alisonaquinas/llm-software-design