| name | amoa-orchestration-patterns |
| description | Use when breaking down tasks for human developers. Trigger with task decomposition requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Requires AI Maestro installed, task agents, GitHub issues. |
| metadata | {"author":"Emasoft","version":"2.4.0"} |
| context | fork |
| user-invocable | false |
| agent | amoa-main |
Orchestration Patterns Skill
Overview
Decomposes goals into parallel tasks, assigns agents, monitors progress, and verifies results. For guardrails and rules, see skill amoa-orchestration-guardrails.
Output
Task assignments, progress updates, and verified integration results.
Instructions
- Decompose goal into independent tasks with success criteria
- Assign each to one agent (up to 20 parallel); monitor every 10-15 min
- Run 4 verification loops before PR approval; integrate and archive
Copy this checklist and track your progress:
Examples
Input: "Implement OAuth2 login"
Output: 5 parallel agents: db-schema, oauth-config, login-flow, token-refresh, auth-tests. Monitor 10 min, 4 loops before PR.
orchestration-examples.md
Error Handling
Blocked tasks escalate per progress-monitoring.md. Failed agents respawn once, then escalate.
Resources
Prerequisites
AI Maestro running, GitHub CLI (gh) authenticated.