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

168 B

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