About
The TDD Implementer skill streamlines the software implementation phase by enforcing a rigorous RED-GREEN-REFACTOR workflow within dedicated Git worktrees. Designed for high-integrity development, it mandates specific coverage thresholds (80% line and 70% branch) and prohibits mock implementations in production code to ensure operational readiness. By leveraging parallel subagent execution, it enables complex features to be built in isolated environments simultaneously, preventing merge conflicts and significantly accelerating the delivery pipeline from specification to integration.