# Skill Orchestrator Multiagent

> Alias for skill-orchestrator with execution_mode=isolated_subagents. Use when the user asks for multiagent orchestration, separate agents per skill, Task/subagent per step, or strict isolation between Evidence Researcher, AI Council, auditors, and other skills. Do not use when a single specialist suffices, when the host has no subagent/Task API (use skill-orchestrator single_thread), for routing-only questions, or to bypass AI Council or Release Readiness policy.

- Skill: `maciejzet/skill-orchestrator-multiagent` (Agent Skill, multi-file: 15 files)
- Install (CLI): `npx skillmds@latest add maciejzet/skill-orchestrator-multiagent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/maciejzet/skill-orchestrator-multiagent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: MaciejZet (https://skillmd.com/u/maciejzet)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/maciejzet/skill-orchestrator-multiagent

---


# Skill Orchestrator — Multiagent (alias)

This package is a **thin alias**. Canonical planning and sequencing live in
`skill-orchestrator`.

Immediately load and follow:

[`../skill-orchestrator/SKILL.md`](../skill-orchestrator/SKILL.md)

with:

```text
execution_mode: isolated_subagents
```

Shared references (do not fork):

- `../skill-orchestrator/references/workflow-archetypes.md`
- `../skill-orchestrator/references/sequencing-rules.md`
- `references/multiagent-execution.md`
- `references/subagent-prompt-template.md`

Parent thread **plans and merges only**. Each specialist runs in its own subagent.
If Task/subagent API is unavailable, stop and recommend `@skill-orchestrator`
with `execution_mode=single_thread`.

