What problem does it solve? AI-assisted development often lacks consistent quality gates, clear requirement specifications, and disciplined context management, leading to untested code, token overflow, and uncoordinated agent work. This Skill provides the foundational principles of MoAI-ADK so every change follows a specification-first, quality-gated, agent-delegated workflow. ## Core Features & Use Cases - TRUST 5 Quality Framework: Enforces five hard quality gates (Tested, Readable, Unified, Secured, Trackable) with test coverage thresholds, linting, formatting, OWASP security checks, and conventional commit validation. - SPEC-First DDD Workflow: Structures development into three phases (/moai plan, /moai run, /moai sync) using GEARS-format requirements and ANALYZE-PRESERVE-IMPROVE implementation cycles. - Delegation & Token Management: Routes all work through a flat catalog of 11 retained agents via natural-language delegation, with phase-based token budgets (30K/180K/40K) and mandatory /clear checkpoints. - Use Case: When starting a new feature, generate a GEARS-format SPEC with acceptance criteria, clear context, then delegate implementation to manager-develop with TRUST 5 validation before merging. ## Quick Start Ask the AI to explain the TRUST 5 quality gates and how to structure a new feature using the SPEC-First DDD workflow.