Tdd Workflow

Test-driven development workflow enforcement for Python and React projects. Use when the user requests TDD, test-first development, or red-green-refactor methodology. Enforces strict cycle: write ONE failing test -> implement minimum code to pass -> refactor while green -> repeat. Applies to both backend (pytest) and frontend (Testing Library). Changes agent behavior to write tests before code. Does NOT provide testing patterns (use pytest-patterns or react-testing-patterns for how to write tests).

hieutrtr 3e4ddbe 9.3 KB Updated

File contents

hieutrtr/ai1-skills/tree/main/skills/tdd-workflow commit 3e4ddbea50

Frequently asked questions

npx skillmds@latest add hieutrtr/tdd-workflow