Tdd Workflow

Test-Driven Development workflow with strict Red-Green-Refactor cycle. Use when developing features with TDD, writing tests before code, or when test-driven approach is needed. MANDATORY order - test cases table BEFORE code, failing tests BEFORE implementation.

dmitryprg-ai Updated

File contents

dmitryprg-ai/cursor-develop-autorules/tree/main/.cursor/skills/tdd-workflow commit 4842e64f0f

Frequently asked questions

npx skillmds@latest add dmitryprg-ai/tdd-workflow-2