Loading...
Loading...
Build and deploy parallel execution via subagent waves, agent teams, and multi-wave pipelines. Use when the Decomposition Gate identifies 2+ independent actions or when spawning teams. NOT for single-action tasks or non-parallel work.
npx skill4agent add wyattowalsh/agents orchestrator| $ARGUMENTS | Action |
|---|---|
| (empty) | Load full orchestration guide; apply Decomposition Gate to current request |
| Show the named pattern from |
| Display Tier Selection table and model guidance |
| Show the Accounting Rule and Recovery Ladder |
| Canonical Term | Meaning |
|---|---|
| subagent | A Task-tool-spawned agent running in parallel within a session |
| wave | A batch of parallel subagents dispatched in a single message |
| team | A TeamCreate-spawned group of teammates coordinated by a lead |
| teammate | A member of an agent team with assigned file ownership |
| lead | The orchestrating agent in a team; never implements directly |
| dispatch | Send one or more subagents/teammates to execute in parallel |
| gate | A mandatory checkpoint that must pass before proceeding |
| accounting rule | N dispatched = N resolved; no agent silently dropped |
| Tier | Mechanism | Use when | Model |
|---|---|---|---|
| Team + nested waves (Pattern E) | TeamCreate + subagent waves per teammate — up to ~50 agents total | 2+ independent streams — THE DEFAULT | opus (default) / gpt-5.3-codex xhigh (GitHub Copilot CLI) |
| Subagent wave | Task tool, parallel calls | 2+ actions, single domain, no coordination, no context pressure | opus (default) / gpt-5.3-codex xhigh (GitHub Copilot CLI) |
| Single session | Direct execution | Exactly 1 action | N/A |
run_in_background: trueopusgpt-5.3-codexxhigh/fleetTaskOutputreferences/patterns.md| Pattern | Name | Use When | Details |
|---|---|---|---|
| A | Parallel subagent wave | 2+ independent subtasks in a session | see |
| B | Agent team with file ownership | Cross-domain features, large refactors | see |
| C | Competing hypotheses | Debugging, architecture decisions | see |
| D | Plan-then-swarm | Large tasks needing human approval | see |
| E | Teams of subagent-using teammates (DEFAULT) | 2+ independent streams — use by default | see |
| F | Multi-wave pipeline | Explore → implement → verify phases | see |
/resume/rewindTaskOutput| File | Content | Read When |
|---|---|---|
| Detailed patterns A-F with ASCII diagrams, key rules, recovery ladder | Designing parallel execution or selecting a pattern |
| Tier | Requirement | Granularity |
|---|---|---|
| Subagent wave | MUST | One task per subagent, created before dispatch |
| Agent team | MUST | One task per teammate assignment, created during setup |
| Single session (3+ steps) | SHOULD | One task per logical step |
activeFormin_progresscompleted