.opencode/commands/tdd.md
Implement the following using strict test-driven development: $ARGUMENTS
RED → GREEN → REFACTOR → REPEAT
throw new Error('Not implemented')| Code Type | Minimum |
|---|---|
| Standard code | 80% |
| Financial calculations | 100% |
| Authentication logic | 100% |
| Security-critical code | 100% |
MANDATORY: Tests must be written BEFORE implementation. Never skip the RED phase.