What problem does it solve? Developers often skip writing tests or add them after implementation, leading to fragile code and low coverage. This Skill enforces a disciplined test-driven development workflow so tests are written before code and coverage stays above 80 percent. ## Core Features & Use Cases - TDD Workflow Enforcement: Guides the AI to follow the red-green-refactor cycle, writing failing tests before implementation code. - Coverage Threshold: Requires at least 80 percent test coverage for the code being developed. - Use Case: When implementing a new feature or fixing a bug, invoke the Skill so the AI first writes unit tests that define the expected behavior, then implements the minimal code to make them pass, and finally refactors while keeping tests green. ## Quick Start Invoke the tdd skill with a description of the feature or bug fix you want implemented using test-driven development.