关于
The TDD Implementation Workflow skill provides a structured state machine for Claude to follow Test-Driven Development principles. It guides the development process through distinct phases: writing a failing test (Red), implementing the minimal code to pass (Green), cleaning up the implementation (Refactor), and critically verifying the fix against the original use-case. This skill is particularly effective for logic-heavy features, data transformations, and bug fixes where upfront behavior specification prevents regressions and ensures the root cause is addressed rather than just the symptoms.