moai-workflow-ddd
Installation
SKILL.md
Domain-Driven Development (DDD) 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
legacy_refactoring: ddd # Existing code → use DDD (this workflow)
When to use this workflow:
development_mode: ddd→ Always use DDDdevelopment_mode: hybrid+ refactoring existing code → Use DDDdevelopment_mode: hybrid+ new package/module → Use TDD instead (moai-workflow-tdd)
Related skills