Tdd

Test-driven development workflow. Enforces red/green/refactor discipline: write failing tests first, implement the minimum code to pass, then clean up. Use when the user invokes /tdd with a feature to implement (e.g., "/tdd implement the vocab export endpoint", "/tdd add useMyHook"). Never skips ahead to implementation before confirming tests fail.

rosslevinsky Updated

File contents

rosslevinsky/portable-agent-skills/tree/main/skills/tdd commit c31457db17

Frequently asked questions

npx skillmds@latest add rosslevinsky/tdd