moai-foundation-core

Establishes foundational AI-driven development workflow principles for MoAI-ADK including TRUST 5 and SPEC-First DDD.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/jinwoonghong/MESAsim --skill moai-foundation-core-jinwoonghong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-foundation-core
Source: https://github.com/jinwoonghong/MESAsim/tree/main/.claude/skills/moai-foundation-core
Command: npx skills add https://github.com/jinwoonghong/MESAsim --skill moai-foundation-core-jinwoonghong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the foundational principles and architectural patterns that power MoAI-ADK's AI-driven development workflow, ensuring quality, efficiency, and scalability.

Core Features & Use Cases

  • TRUST 5 Framework: Enforces automated quality gates for code quality, security, and maintainability.
  • SPEC-First DDD: Guides development through specification-driven, domain-driven design.
  • Delegation Patterns: Orchestrates tasks via specialized agents, avoiding direct execution.
  • Token Optimization: Manages the 200K token budget efficiently.
  • Progressive Disclosure: Structures content for layered knowledge delivery.
  • Modular System: Organizes files for scalable skill architecture.
  • Use Case: When creating a new agent or skill, this Skill ensures adherence to MoAI-ADK's core standards for quality, structure, and efficiency.

Quick Start

Use the moai-foundation-core skill to understand the TRUST 5 quality framework.

Frequently Asked Questions about moai-foundation-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce automated quality gates for code quality and security in AI-driven development?

Automated quality gates use the TRUST 5 framework to enforce code quality, security, and maintainability standards. This ensures development processes meet quality benchmarks without manual intervention.

What is specification-driven domain-driven design and when do I need it?

Specification-driven domain-driven design (SPEC-First DDD) guides development through specifications to structure domain logic. It is needed when building scalable AI workflows requiring structured architectural patterns.

How do I orchestrate tasks via specialized agents without direct execution?

Agent delegation patterns orchestrate tasks by delegating execution to specialized agents. This avoids direct execution overhead and manages the 200K token budget efficiently across distributed workflows.

Does the MoAI-ADK core principles skill require any dependencies to use?

The MoAI-ADK core principles skill has zero dependencies. It provides foundational architectural patterns and reference components that can be applied directly to any new agent or skill creation.

What is the best way to manage token optimization for large AI development workflows?

Token optimization manages the 200K token budget efficiently through progressive disclosure content architecture. This structures content for layered knowledge delivery, reducing token consumption across complex workflows.

Why does my AI agent development workflow lack scalability and maintainability?

Scalability issues arise without a modular file system structure and foundational architectural patterns. Implementing progressive disclosure and delegation patterns organizes files for scalable skill architecture and maintainability.