tdd-playbook

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

allowed_tools: Read, Edit, Grep, Glob

$ インストール

git clone https://github.com/mikivujkovic/claude-code-ddd-tdd-bdd /tmp/claude-code-ddd-tdd-bdd && cp -r /tmp/claude-code-ddd-tdd-bdd/.claude/skills/tdd-playbook ~/.claude/skills/claude-code-ddd-tdd-bdd

// tip: Run this command in your terminal to install the skill


name: tdd-playbook description: Guides strict TDD (red/green/refactor), prioritizing domain unit tests and small steps. allowed-tools: Read, Edit, Grep, Glob

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.