About
This skill enables a structured Test-Driven Development (TDD) workflow within Claude Code, ensuring high code quality and reliability. It guides the AI through a three-phase 'grind' pattern: initializing a scratchpad to track progress, writing comprehensive test cases that fail initially, and iteratively writing the minimal code required to pass those tests. By enforcing a strict separation between testing and implementation phases, it prevents regressions and ensures that every feature is verified against its expected behavior before completion.