About
The .NET TDD Workflow skill provides Claude with a comprehensive framework for implementing Test-Driven Development within the .NET ecosystem. It enforces the essential Red-Green-Refactor cycle, ensuring that tests are written before implementation and that code remains clean through structured refactoring. The skill includes built-in guidance for the AAA (Arrange-Act-Assert) pattern, standardized naming conventions, and the appropriate application of test doubles like mocks, stubs, and fakes. By utilizing this skill, developers can reduce technical debt and improve software quality by following industry-standard testing patterns and avoiding common 'test smells.'