概要
The TDD Enforcement skill transforms Claude into a disciplined software engineer by mandating the Red-Green-Refactor cycle. It strictly prevents writing implementation before testing and requires a micro-cycle approach where exactly one test is written and failed before any production code is touched. This process ensures high test coverage, drives better architectural decisions, and is particularly optimized for complex logic like event sourcing deciders and projections.