Acerca de
This skill equips Claude with a rigorous Test-Driven Development workflow, emphasizing the 'test-first' methodology for complex algorithms and business logic. It guides agents through the Red-Green-Refactor cycle, mandating a failing test before any implementation code is written to ensure every line is verified and purposeful. While prioritizing reliability for critical paths, it remains pragmatic by identifying when to skip TDD for UI components or simple CRUD operations, making it an essential tool for high-confidence software engineering.