Ralph Wiggum v2 - Autonomous TDD Development Loop Quick Start Overview Autonomous TDD development loop that uses parallel agent swarms to review code, discover issues, and fix them with test-first methodology until convergence criteria are met. Workflow Phase 1: Discovery & Initialization 1. Locate or create state file : 2. Locate or create categories file : 3. Bootstrap categories from codebase structure if empty Phase 2: Parallel Agent Review Swarm Spawn 3-5 parallel agents with: - Random category (weighted toward lowest scores) - Random subcategory within that category - Random review styl…