subagent-coordination

Coordinate baselayer subagents for task delegation and workflow orchestration.

28|1|Updated Aug 30, 2025
One-click install
npx skills add https://github.com/outfitter-dev/agents --skill subagent-coordination
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-coordination
Source: https://github.com/outfitter-dev/agents/tree/main/baselayer/skills/subagent-coordination
Command: npx skills add https://github.com/outfitter-dev/agents --skill subagent-coordination

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates subagents by matching tasks to right agent+skill combinations, enabling multi-agent workflows.

Core Features & Use Cases

  • Available subagents: developer, reviewer, analyst, debugger, tester, skeptic, specialist, pattern-analyzer.
  • Task routing: Directs tasks to the appropriate agent and skills.
  • Workflows: Sequential, parallel, challenge loops, and investigation chains.

Quick Start

Route a clearly defined task to the right subagent and monitor handoffs across the workflow.

Frequently Asked Questions about subagent-coordination

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents to work together on complex tasks?

Coordinate subagents by routing tasks to the appropriate agent and skill combination based on the task requirements. This Skill matches tasks to developers, reviewers, analysts, debuggers, testers, skeptics, specialists, and pattern-analyzers, then orchestrates handoffs and parallel execution across your workflow.

What workflow patterns does agent orchestration support?

Agent orchestration supports sequential handoffs where agents pass work linearly, parallel execution for concurrent tasks, challenge loops for iterative review and refinement, and investigation chains for multi-step analysis. Choose the pattern that matches your task structure.

Can I assign different roles to subagents in a multi-agent workflow?

Yes, this Skill enforces single-owner handoffs and role assignment across eight agent types: developer, reviewer, analyst, debugger, tester, skeptic, specialist, and pattern-analyzer. Each agent handles tasks suited to its role within the orchestrated workflow.

How does task routing work across multiple subagents?

Task routing directs each task to the agent and skill combination best suited for its requirements. The Skill loads agent skills dynamically, evaluates task characteristics, and routes to the appropriate agent, ensuring efficient delegation and workflow progression.

What happens when subagent workflows need to escalate or follow user preferences?

This Skill integrates user preferences and escalation rules into the orchestration logic, allowing workflows to adapt based on priority, complexity, or custom conditions. Escalation triggers route tasks to higher-tier agents or alternative workflows when needed.