Skip to Content
Workflow CommandsWorkflow Commands

Workflow Commands

Complete a systematic development cycle with MoAI-ADK’s 4 workflow commands.

Development Cycle Overview

MoAI-ADK supports the entire process from project initialization to deployment preparation through 4-phase workflow commands. Each command is managed by a specialized AI agent, and executing them in sequence allows you to consistently create high-quality software.

Command Summary

CommandPhaseResponsible AgentToken BudgetPurpose
/moai projectPhase 0manager-project-Automatic project document generation
/moai planPhase 1manager-spec30KSPEC document creation
/moai runPhase 2manager-ddd / manager-tdd180KDDD/TDD-based implementation
/moai syncPhase 3manager-docs40KDocument synchronization and PR creation

If you’re using it for the first time, start with /moai project. Project documents are needed for AI to accurately understand and work on the project in subsequent phases.

Quick Start

# Phase 0: Project document generation (first time only) > /moai project # Phase 1: SPEC creation > /moai plan "Implement user authentication feature" > /clear # Phase 2: DDD implementation > /moai run SPEC-AUTH-001 > /clear # Phase 3: Document synchronization and PR > /moai sync SPEC-AUTH-001
Last updated on