skills/smithery.ai/subagent-orchestration

subagent-orchestration

Installation
SKILL.md

Orchestrating Subagents

Core Principles

  • Always suggest subagent invocation when task matches their expertise
  • User has final decision on invocation
  • Prefer multiple parallel invocations for independent tasks with strict scopes
  • ALWAYS define: files to modify, files NOT to touch, specific task boundaries

When to Use Parallel Invocation

Invoke multiple subagents in a single message when:

  • Tasks are completely independent
  • Each task has strict, non-overlapping scope
  • No task depends on another's results

Examples:

Installs
1
First Seen
May 12, 2026
subagent-orchestration from smithery.ai