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

285 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

2026-06-26

  • opencode timed out 3 times on tdd-cycle execution
  • Recommend: use hermes agent for tdd-cycle skill