agent-orchestrate
Installation
SKILL.md
/agent-orchestrate — Situation-Aware Agent Orchestration
Analyze the user's task, recommend the best orchestration pattern, and execute it upon approval.
4 Orchestration Patterns
| Pattern | When | Mechanism | Best For |
|---|---|---|---|
| Sequential Pipeline | Steps depend on each other (A→B→C) | TaskCreate → execute one by one | Blog writing, migration, ordered workflows |
| Parallel Subagent | N independent tasks, results merged | Agent × N spawn → main collects | Competitor analysis, multi-file review, bulk processing |
| Team Mode | Roles need inter-agent communication | TeamCreate → agents talk directly | Design+implement+review, complex features |
| Ralph Loop | Clear done-criteria, iterative refinement | Activate /ralph skill with DoD | Bug fixing to spec, quality gates, polish tasks |