Use when implementing complex logic that needs test coverage - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first; NOT for UI components, simple CRUD, or straightforward code
Write tests first for complex logic. Test fails before code is written.
Download the skill repository as a ZIP file
/plugin marketplace add udecode/dotai