What problem does it solve? Coordinating planning, implementation, testing, documentation, and code quality across a software project requires juggling many disconnected tools and prompts. This Skill acts as a unified orchestrator that interprets natural language or explicit subcommands and routes work to specialized agents, enforcing quality gates and SPEC-driven traceability throughout. ## Core Features & Use Cases - Intent Routing: Parses subcommands (plan, run, sync, fix, loop, review, clean, coverage, e2e, db, design, and more) or classifies natural language into the correct workflow with a strict priority order. - SPEC-Driven Development: Creates EARS-format specification documents, then implements them via DDD/TDD workflows with quality gates, coverage analysis, and documentation synchronization. - Autonomous Maintenance: Provides auto-fix loops, dead code removal, OWASP security audits, MX tag annotation, and git-based context memory for session continuity. - Use Case: A developer types "/moai run SPEC-AUTH-001" and the orchestrator loads the SPEC, delegates implementation to DDD/TDD agents, runs pre-commit quality gates, and prepares a synchronized pull request. ## Quick Start Ask the assistant to run the moai skill with a subcommand like "plan a user authentication feature" or simply describe your development task in natural language.