What problem does it solve? Coordinating multi-step software development work—planning specifications, implementing code, fixing errors, and syncing documentation—requires constant manual orchestration. This Skill acts as a unified orchestrator that routes natural language requests or explicit subcommands to specialized agents, automating the full plan-to-deployment pipeline. ## Core Features & Use Cases - Intent-Based Routing: Parses subcommands (plan, run, sync, fix, loop, project, feedback) or natural language to select the correct workflow, with automatic SPEC-ID detection. - Plan-Run-Sync Pipeline: Creates EARS-format SPEC documents, implements them via Domain-Driven Development with TRUST 5 quality validation, and synchronizes documentation with PR creation. - Autonomous Fixing: Detects and fixes LSP errors, lint issues, and test failures in one-shot or iterative loop modes with snapshot-based resume support. - Use Case: A developer types a feature request in natural language; the orchestrator explores the codebase, generates an approved SPEC, delegates implementation to expert agents, validates quality gates, and prepares a pull request. ## Quick Start Ask the agent to plan and implement a new user authentication feature end to end using the moai workflow.