← ClaudeAtlas

test-driven-developmentlisted

Use when implementing a bug fix or non-trivial behavior whose acceptance can be expressed as a meaningful failing test before the production change.
blackstone2333/goldilocks · ★ 0 · Testing & QA · score 68
Install: claude install-skill blackstone2333/goldilocks
# Test-Driven Development Read the test-first section of [build.md](../goldilocks/references/build.md) and the evidence rules in [prove.md](../goldilocks/references/prove.md). Define the smallest acceptance or regression test, observe the expected failure when practical, implement minimally, and keep it green while refactoring. Do not reenact TDD by deleting correct existing work or inventing meaningless tests for mechanical edits.