Test-Driven Development — Multi-Agent Orchestration Enforce disciplined RED-GREEN-REFACTOR cycles using separate subagents for test writing and implementation. The core innovation: the Test Writer never sees implementation code, and the Implementer never sees the specification. This prevents the LLM from leaking implementation intent into test design. When to Use - User requests TDD, test-first, or red-green-refactor workflow - User says with a feature description or bug report - User wants to add a feature with test coverage enforced from the start - User wants to fix a bug by first writing…