tdd
SolidUse when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- fusengine
- Repository
- fusengine/agents
- Created
- 8 months ago
- Last Updated
- 6 days ago
- Language
- CSS
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
tdd
Test-Driven Development enforcement skill - write tests first, always
tdd
Test-Driven Development enforcer. Red→Green→Refactor cycle with no production code without a failing test first. Use for new features and bug fixes.
tdd-patterns
Enforces test-driven development — failing test BEFORE production code, then RED-GREEN-REFACTOR cycle with mandatory verification gates. Use when the user says "TDD this", "test first", "write the failing test before the code", "test-driven", or "red-green-refactor". Distinct from debugging existing failing tests, post-hoc coverage work, and running test suites — TDD is test-first, not test-after.