The TDD Task Generator is a specialized Claude Code skill designed to bridge the gap between initial task decomposition and test-driven execution. By reading existing Spec-Driven Development (SDD) tasks, it automatically generates paired test-writing tasks, converts acceptance criteria into actionable test descriptions, and establishes strict dependencies that require tests to be written before implementation begins. This ensures a robust TDD workflow within your AI-agentic engineering pipeline, preventing code from being written without corresponding test coverage and providing a clear path for test-first development.