test-driven-developmentlisted
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.