소개
Streamlines the implementation of new functionality by following a rigorous Test-Driven Development (TDD) cycle of Red, Green, and Refactor. It automates the process of loading task specifications, breaking down acceptance criteria into actionable test cases, and verifying that all code meets a minimum 80% coverage threshold. Best suited for low-to-medium complexity tasks, this skill ensures that new features are reliable, well-tested, and fully aligned with defined requirements before they are finalized.