Tdd

Enforces test-driven development: write failing test, write minimal code to pass, refactor. Mandatory for all implementation work. Use when writing any production code, implementing features, fixing bugs, refactoring, or when the user says "write code", "implement", "fix this", or "add a feature". Code written before its test is deleted.

xoai 3680526 10.2 KB Updated

File contents

xoai/sage/tree/main/core/capabilities/execution/tdd commit 3680526e49

Frequently asked questions

npx skillmds@latest add xoai/tdd