概要
The TDD Workflow skill transforms Claude into a specialized mentor for Test-Driven Development, enforcing the rigorous Red-Green-Refactor cycle. It assists developers in breaking down requirements into testable units, writing failing tests first, and implementing the minimal code necessary to pass. By focusing on the Arrange-Act-Assert (AAA) pattern and providing language-specific examples for JavaScript, Python, Go, and Java, this skill helps reduce technical debt, improve code architecture, and build a comprehensive safety net of regression tests for both new features and legacy systems.