Enforces a rigorous test-driven development cycle with 80% minimum coverage across unit, integration, and E2E tests.
This skill provides a structured framework for Claude to implement strict Test-Driven Development (TDD) principles. It guides the AI through a 'red-green-refactor' process, requiring user journeys and failing tests to be defined before any implementation logic is written. By integrating Jest/Vitest for logic testing and Playwright for browser-based E2E scenarios, it ensures that every new feature, bug fix, or refactor is backed by a comprehensive safety net of automated tests and verified coverage thresholds.