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 DDD
  • development_mode: hybrid + refactoring existing code → Use DDD
  • development_mode: hybrid + new package/module → Use TDD instead (moai-workflow-tdd)
Related skills
Installs
8
GitHub Stars
61
First Seen
Jan 24, 2026