tdd-automation-flow
Installation
SKILL.md
TDD Automation Flow
The faster the feedback loop, the more effective your TDD process becomes.
Local Automation
Use file watchers to run your tests immediately upon saving a file.
Python (pytest-watch)
ptw .
JavaScript (Jest/Vitest)
npm test -- --watch