agentic-os/skills/tdd-cycle/learnings.md

8 lines
168 B
Markdown

# Learnings
## 2026-05-17
- RED phase: write test that fails
- GREEN phase: minimal code to pass
- REFACTOR phase: clean while tests stay green
- Never skip RED phase