Test-Driven Development (TDD) Workflow Development Mode Configuration (CRITICAL) [NOTE] This workflow is selected based on : When to use this workflow : - → Use TDD (this workflow, default) - → Use DDD instead (moai-workflow-ddd) Key distinction : - TDD (default): Test-first development for all work, including brownfield projects with pre-RED analysis - DDD : Characterization-test-first for existing codebases with minimal test coverage Quick Reference Test-Driven Development provides a disciplined approach for creating new functionality where tests define the expected behavior before implemen…