Test Driven Development

Use when implementing any feature or bugfix. Write a failing test first (RED), the minimal code to pass it (GREEN), then refactor. With constrained models the test is an executable spec the model cannot drift from — and it structurally prevents verification gaming.

stevenfackley 75a4acd 1.8 KB Updated

File contents

stevenfackley/opencode-amplifier/tree/main/.opencode/skills/test-driven-development commit 75a4acdbd6

Frequently asked questions

npx skillmds@latest add stevenfackley/test-driven-development