tdd

Enforces test-driven development (TDD) following Kent Beck's methodology. MANDATORY micro-cycle approach - write ONE test, watch it fail, write minimal implementation, refactor, then NEXT test. NEVER write all tests first or implementation first. Use for ANY code writing task.

$ インストール

git clone https://github.com/narcisobenigno/groceries /tmp/groceries && cp -r /tmp/groceries/.claude/skills/tdd ~/.claude/skills/groceries

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