Test Driven Development

Red→green→refactor discipline for Carbon (vitest) — write the failing test first, watch it fail for the right reason, write minimal code to pass. Use when implementing any feature or bug fix, before writing implementation code. Exceptions (throwaway prototypes, generated code, config) require the user's explicit OK. For browser-only proofs use /test instead.

crbnos c1eba12 2 files · 12.2 KB Updated

File contents

crbnos/carbon/tree/main/.claude/skills/test-driven-development commit c1eba12952

Frequently asked questions

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