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: hybrid # or ddd, tdd
hybrid_settings:
new_features: tdd # New code → use TDD (this workflow)
legacy_refactoring: ddd # Existing code → use DDD
When to use this workflow:
development_mode: tdd→ Always use TDDdevelopment_mode: hybrid+ new package/module → Use TDDdevelopment_mode: hybrid+ refactoring existing code → Use DDD instead (moai-workflow-ddd)
Related skills