What problem does it solve?
This Skill provides the foundational principles and architectural patterns for building robust, scalable, and high-quality AI agents and skills within the MoAI-ADK framework, ensuring consistency and efficiency in AI development workflows.
Core Features & Use Cases
- TRUST 5 Framework: Enforces quality gates for tested, readable, unified, secured, and trackable code.
- SPEC-First DDD: Guides development from specification to implementation using EARS format and ANALYZE-PRESERVE-IMPROVE cycles.
- Delegation Patterns: Orchestrates tasks through specialized agents, promoting modularity and avoiding direct execution.
- Token Optimization: Manages AI token budgets efficiently for cost-effective development.
- Progressive Disclosure: Structures documentation for layered learning, from quick overviews to deep dives.
- Modular System: Organizes files for scalability and maintainability.
- Use Case: When creating a new AI agent, use this Skill to ensure it adheres to MoAI's core quality standards, follows the SPEC-First development process, and delegates tasks appropriately.
Quick Start
Use the moai-foundation-core skill to understand the TRUST 5 quality framework.