What problem does it solve? Coordinating multi-phase software development work—specification writing, TDD implementation, documentation sync, code review, and testing—requires deciding which agent and workflow to invoke for each request. This Skill acts as a unified orchestrator that classifies user intent and dispatches to the correct specialized workflow automatically. ## Core Features & Use Cases - Intent Routing: Parses subcommands (plan, run, sync, fix, loop, review, clean, e2e, gate, goal, todo, and more) or classifies natural language in any language to select the right workflow, with a mixed-language guard for CJK inputs. - Full Development Pipeline: Supports the complete plan → run → sync lifecycle with SPEC-driven development, DDD/TDD implementation, quality gates, and human approval checkpoints at critical boundaries. - Specialized Workflows: Includes dead-code removal, architecture codemap generation, multi-platform E2E testing (Playwright, Maestro, WebdriverIO), MX tag annotation, backlog management, and condition-declared agentic loops. - Use Case: A developer types "/moai plan add user authentication" and the orchestrator routes to the SPEC creation workflow, then chains into implementation and documentation sync with approval gates. ## Quick Start Ask the assistant to run "/moai plan" followed by a description of the feature you want to build, and it will route your request to the specification workflow.