소개
This skill automates the process of working through a project's backlog by strictly adhering to Test-Driven Development (TDD) principles. It manages the entire lifecycle of an issue, from pre-flight environment checks and identifying the next priority task to writing failing regression tests and implementing minimal code solutions. For visual changes, it utilizes browser automation to verify CSS updates via screenshots, while logic changes require mandatory 100% code coverage. It is designed to ensure high code quality and consistency by enforcing atomized commits and continuous documentation updates.