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>

agent-task (MCP agent-bridge) - Preferred

Installs
2
GitHub Stars
3
First Seen
Feb 3, 2026
agent-orchestration — d-kimuson/dotfiles