From mycelium
Orchestrates fan-out of subagents for parallel exploration of 2+ OST solutions, fans in results for ICE scoring, bias check, and winner selection via bakeoff. Use for independent research streams.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mycelium:fan-outThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- OST has 2+ solutions for the same opportunity that need parallel exploration
For each solution:
/mycelium:bias-check on combined findingsWhen comparing competing OST leaves for the same opportunity:
.claude/canvas/archived-solutions.yml with full evidence snapshotSee ${CLAUDE_PLUGIN_ROOT}/orchestration/leaf-bakeoff.md for the complete bakeoff protocol.
See ${CLAUDE_PLUGIN_ROOT}/orchestration/agent-teams.md for full orchestration patterns.
npx claudepluginhub haabe/mycelium --plugin myceliumOrchestrates multi-agent work at scale—research swarms, parallel builds, wave dispatch, build-review-fix pipelines, and any task needing 3+ agents. Selects strategy by work shape and partitions agents for true parallelism.
Manages large-scale subagent dispatch by batching into waves of 5, tracking context budget, and ensuring output diversity across agents.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.