TDD Migrate Orchestrate TDD migrations with agents doing all work. Main context stays clean. When to Use - "Port X from Python to TypeScript" - "Create N adapters following existing pattern" - "Migrate module to new architecture" - "TDD implementation of multiple similar items" Parameters - : Path to analyze (existing code) - : Where to create new code - : Reference file/pattern to follow - : Comma-separated list of things to create Workflow Key Principles 1. Main context = orchestration only - Never read files directly (use scout) - Never implement directly (use kraken/spark) - Never run tes…