ZooWork Market · Skill
Test
name: test-driven-development description: Use when building a new feature, helper, API, or function and you want a test-first workflow. Follow a red-green-refactor loop: write one failing test for the smallest observable behavior, run to confirm it fails, implement only the minimal code to make it pass, then refactor code and test. ...