Complete guide to MoAI-ADK agents, delegation patterns, and agent orchestration
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill moai-core-agent-guide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Moai Core Agent Guide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-moai-core-agent-guide-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: moai-core-agent-guide
version: 4.0.0
created: 2025-11-18
updated: '2025-11-18'
status: stable
description: Complete guide to MoAI-ADK agents, delegation patterns, and agent orchestration
for intelligent task distribution
allowed-tools:
- Read
- Bash
- WebFetch
stability: stable
---
# MoAI Agent Architecture & Delegation Guide -
**Master guide for agent selection, delegation patterns, and orchestration strategies**
> **Scope**: MoAI-ADK Agent System
> **Framework**: Task delegation, parallel execution, context management
> **Keywords**: agents, delegation, orchestration, task-distribution, specialist-expertise
## Level 1: Quick Reference
### Agent Hierarchy
**Tier 1: Specialized Agents** (domain expertise)
- spec-builder: SPEC-First requirements
- tdd-implementer: TDD implementation
- backend-expert: API & services
- frontend-expert: UI components
- security-expert: Security patterns
**Tier 2: Support Agents** (task-specific)
- docs-manager: Documentation
- quality-gate: Quality validation
- performance-engineer: Optimization
**Tier 3: Skill-based Agents** (knowledge capsules)
- Delegated to moai-* Skills via Skill() calls
---
## Level 2: Agent Delegation Patterns
### When to Use Agent Delegation
Use delegation when:
- Task requires specialized expertise
- Multiple domains involved
- Token budget optimization needed
- Parallel execution beneficial
### Sequential vs Parallel
**Sequential**: Steps depend on previous results
**Parallel**: Independent tasks run simultaneously (3-5x faster)
---
## Level 3: Advanced Orchestration
### Multi-Agent Workflows
- Agent chaining and composition
- Context passing between agents
- Session management and persistence
- Error handling and fallback strategies
---
## References
- **SPEC-First Methodology**: See CLAUDE.md → Agent Delegation
- **Token Efficiency**: See .moai/memory/token-efficiency.md
- **Advanced Patterns**: See .moai/memory/agent-delegation.md
---
**Last Updated**: 2025-11-18
**Format**: Markdown | **Language**: English
**Status**: Stable
**Version**: 4.0.0
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!