tdd
SolidStrict test-driven development for behavior changes. Requires verified RED before production code, minimal GREEN, and refactor only after passing tests.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- datit309
- Repository
- datit309/supergraph
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
tdd
Develop observable behavior test-first through a verified red-green-refactor cycle. Use for features, bug fixes, regressions, public contracts, and integration behavior when the user requests TDD or repository policy requires it; skip research, prose-only work, disposable spikes, and changes with no testable behavior.
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
Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.