Back to skills
extension
Category: Development & EngineeringNo API key required

tdd-playbook

Guides strict TDD (red/green/refactor), prioritizing domain unit tests and small steps.

personAuthor: jakexiaohubgithub

TDD Playbook (training)

  • One failing test at a time.
  • Minimal code to pass.
  • Refactor only with green tests.
  • Prefer domain tests over UI tests. If stuck: restate smallest invariant and propose the next tiny test.