What problem does it solve? Coordinating a full software development lifecycle — planning SPECs, implementing with TDD, syncing documentation, reviewing code, and running E2E tests — requires knowing which agent and workflow to invoke for each task. This Skill acts as a unified orchestrator that interprets natural language or explicit subcommands and dispatches the correct specialized agent pipeline automatically. ## Core Features & Use Cases - Intent-Based Routing: Classifies natural language input (including Korean, Japanese, and Chinese) or explicit subcommands (plan, run, sync, fix, loop, review, clean, e2e, gate, goal, todo, and more) into the correct workflow using a strict priority router. - Full Development Pipeline: Orchestrates SPEC creation, DDD/TDD implementation, documentation sync, code review, dead-code removal, architecture codemaps, and multi-platform E2E testing with quality gates and human approval checkpoints. - Safety and Observability: Enforces flag-subcommand compatibility validation, mandatory kickoff approvals before implementation, and an opt-in append-only routing ledger that records privacy-preserving digests of dispatch decisions. - Use Case: A developer types "/moai fix the failing lint errors in the auth module" and the orchestrator routes to the fix workflow, delegates to the appropriate agent, tracks tasks, and reports verified results. ## Quick Start Ask the assistant to run "/moai plan" followed by a description of the feature you want to specify and build.