You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install via Go
go install github.com/modu-ai/moai-adk/cmd/moai@latest
# Verify installation
moai --version
Quick Start
1. Initialize a New Project
# Create a new project with MoAI-ADK
moai init my-project
cd my-project
# Or initialize in an existing projectcd existing-project
moai init .
2. The Init Wizard
The wizard will ask you to configure:
Language — Korean, English, Japanese, Chinese
Development Mode — DDD, TDD, or Hybrid
Agent Teams — Enable experimental team mode
3. Start Developing
# Open Claude Code in your project
claude
# Use MoAI commands
/moai plan "Add user authentication"# Create SPEC
/moai run SPEC-AUTH-001 # Implement with DDD/TDD
/moai sync SPEC-AUTH-001 # Generate docs
/moai fix # Auto-fix errors
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Getting Started with MoAI-ADK 🚀
A quick guide to installing and using MoAI-ADK.
Prerequisites
Installation
Quick Start
1. Initialize a New Project
2. The Init Wizard
The wizard will ask you to configure:
3. Start Developing
Key Concepts
Updating
Need Help?
Beta Was this translation helpful? Give feedback.
All reactions