This is for the green phase of TDD: writing the minimal code to make your failing test pass. It shows progression patterns like starting with a simple function, then refactoring to class-based views in Django, or moving from inline logic to middleware to service layers in Express. The examples are practical and show real evolution paths. Use it when you're in that narrow window between red and green, resisting the urge to over-engineer. The instruction to record technical debt for later refactoring is solid advice. It won't help if you're already green or doing architectural work, but it keeps you honest about writing just enough code to pass the test.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill tdd-workflows-tdd-green