About
The TDD skill provides a structured framework for Test-Driven Development within the Ikigai ecosystem, guiding Claude to prioritize testing before implementation. By enforcing the Red/Green/Verify cycle, it ensures that every piece of code is justified by a failing test and meets quality standards through automated linting and complexity checks. This skill is particularly useful during the active development phase to maintain momentum while building a robust foundation of unit tests for the 'happy path' and obvious error conditions.