소개
This skill integrates the renowned 't-wada' style of Test-Driven Development (TDD) into your development workflow, guiding Claude to prioritize tests before implementation. It enforces the classic Red-Green-Refactor cycle, ensuring that code is built incrementally through 'baby steps' and generalized through 'triangulation.' By focusing on intent-revealing tests and minimal implementations, it helps developers create robust, well-documented, and highly maintainable TypeScript codebases while avoiding over-engineering.