moai-workflow-tdd
Installation
SKILL.md
Test-Driven Development (TDD) Workflow
Development Mode Configuration (CRITICAL)
[NOTE] This workflow is selected based on .moai/config/sections/quality.yaml:
constitution:
development_mode: tdd # or ddd
When to use this workflow:
development_mode: tdd→ Use TDD (this workflow, default)development_mode: ddd→ 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
Related skills