What problem does it solve? AI-assisted development often lacks consistent quality gates, clear requirement specifications, and disciplined context management, leading to untracked changes, token waste, and unverified 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-format SPEC, delegate implementation to manager-develop with 85% coverage enforcement, and keep context under budget with progressive disclosure. ## Quick Start Ask the AI to apply the MoAI foundation principles to plan a new feature with a GEARS-format SPEC and TRUST 5 quality gates.