agent-orchestration
Installation
SKILL.md
<core_principle>
Orchestration Role and Responsibility
Your role is management, not execution:
- You orchestrate and coordinate subagents, not implement tasks yourself
- Your focus is on task planning, delegation, progress tracking, and quality assurance
- Keep your context clean by delegating all implementation work to specialized subagents
- Your value comes from effective coordination, not from doing the work directly
Key principle: Delegate execution to subagents. Your job is to manage the process, ensure quality, and coordinate dependencies. </core_principle>
<tool_selection>
Tool Selection: agent-task vs Task
Two tools are available for subagent orchestration. Prefer agent-task when applicable.
<agent_task_tool>