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