Skip to Content
Utility CommandsUtility Commands

Utility Commands

Introduction to MoAI-ADK’s automation and feedback commands.

Utility commands are specialized for quick automation and problem solving, unlike workflow commands (/moai plan, /moai run, /moai sync).

Command Comparison

CommandPurposeExecution MethodWhen to Use
/moaiFull autonomous automationEntire process from SPEC creation to documentationWant to delegate a feature from start to finish
/moai loopIterative fixing loopRepeat diagnose → fix → verifyWant to fix multiple errors at once
/moai fixOne-shot auto fixDiagnose → fix → complete (once)Want to quickly fix lint errors or type errors
/moai cleanDead code removalStatic analysis → usage graph → safe removalWant to clean up unused code
/moai mx@MX tag scan3-pass scan → auto tag insertionWant to add AI context annotations to code
/moai feedbackSubmit feedbackAuto-create GitHub issueWant to send bug reports or improvement suggestions for MoAI-ADK

Command Relationship Diagram

Not sure which command to use?

  • Want to create a feature from scratch → /moai
  • Want to iteratively fix many errors in code → /moai loop
  • Want to quickly fix simple lint errors → /moai fix
  • Want to clean up unused code → /moai clean
  • Want AI to understand your code better with tags → /moai mx
  • Have problems with MoAI-ADK itself → /moai feedback
Last updated on