What problem does it solve? AI-driven development often lacks consistent quality gates, clear requirement specifications, and disciplined context management, leading to untracked changes, token overflow, and unvalidated code. 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 points. - Use Case: When starting a new feature, load this Skill to generate a GEARS SPEC, delegate implementation to manager-develop with 85% coverage enforcement, and validate the result against all five TRUST 5 dimensions before merge. ## 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.