Agentic Tdd

Test-driven development for behaviour a unit test cannot reach, by writing the expectation against the running app before writing the code. Declare the consequence first, watch it fail, implement, watch it pass. Use when building a user-facing feature, when the user asks for TDD on UI or full-stack work, when a unit test cannot express the outcome that matters, or when you want a red-green loop that runs against the real app instead of mocks.

reticlehq 3d6d895 4.7 KB Updated

File contents

reticlehq/reticle/tree/main/skills/agentic-tdd commit 3d6d8954d9

Frequently asked questions

npx skillmds@latest add reticlehq/agentic-tdd