Tdd Playbook

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

mikivujkovic ef0c3b0 348 B Updated

File contents

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.

mikivujkovic/claude-code-ddd-tdd-bdd/tree/main/.claude/skills/tdd-playbook commit ef0c3b01fb

Frequently asked questions

npx skillmds@latest add mikivujkovic/tdd-playbook