Source instructions onlyA profile for orchestrating several subagents under one coordinating workflow.

Install or setup path

Follow the upstream source for installation instructions.

No verified install command on this page

This profile is useful for evaluation and workflow context, but WhichAITools did not verify one direct install command for it. Use the linked source instructions instead of guessing.

Source instructions

Use this profile for

Operators building multi-subagent workflows where coordination and integration matter as much as raw parallelism.

Primary categoryClaude Code Workflows
Source count1
OpenClaw relevantNo

What it does

This profile focuses on subagent orchestration: task routing, ownership boundaries, and how a parent workflow can collect outputs from several delegated branches without losing coherence. It helps teams move from ad-hoc parallelism toward a more explicit orchestration pattern with clearer responsibilities.

Best for

Operators building multi-subagent workflows where coordination and integration matter as much as raw parallelism.

Why it stands out

It is centered on orchestration mechanics rather than only on the act of creating subagents.

Adopt this skill carefully

Return to the parent path

Move back to the category or hub instead of jumping to the homepage and losing context.

Cross-check the method

Review methodology and manuals before treating a public profile or copied command like production-ready guidance.

Use the surrounding workflow hub

When the profile belongs to OpenClaw operations, continue inside the OpenClaw cluster instead of starting over.

Safety notes

  • Keep orchestration rules explicit so subagents do not receive overlapping ownership or conflicting task definitions.
  • If orchestrated workers can run commands or write code, define per-agent permission boundaries instead of inheriting one broad default.
  • Check integration outputs carefully because orchestration can hide subtle contradictions between subagent results.

Source context

从 SkillsMP 发现的 skill,autoScore 6/10。需要人工审查后方可升级至 bruce-tested。

moleworks-subagent-orchestrator on SkillsMP

Related profiles

subagent-driven-development

Use this profile when implementation work naturally splits into bounded subtasks that can be delegated to subagents. It is useful for teams trying to turn parallel Claude Code execution into a repeatable development pattern.

Subagents Workflow

Use this profile when one Claude Code session is becoming a bottleneck and the work can be split into parallel, scoped subtasks with cleaner context boundaries.

subagent-testing

Use this profile when you are authoring or refining subagent workflows and need a repeatable way to verify them. It is useful for teams that treat subagents as reusable operational units rather than one-off experiments.