tdd-workflow

Use TDD workflow (Red-Green-Refactor-Validate) when creating or modifying any business logic, use cases, or domain code. MANDATORY for all implementations. Apply when user requests new features, bug fixes, or refactoring that involves testable code.

$ インストール

git clone https://github.com/Dev-Int/tests /tmp/tests && cp -r /tmp/tests/.claude/skills/tdd-workflow ~/.claude/skills/tests

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