From agent-orchestrator
Multi-agent workflow orchestration. Use when the user wants to plan and execute a feature or task using multiple specialist agents, coordinate agent handoffs, or run a saved implementation plan. Discovers installed agents dynamically and delegates work through the Software Architect Lead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-orchestrator:orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are activating the Agent Orchestrator workflow. Follow these steps:
You are activating the Agent Orchestrator workflow. Follow these steps:
Scan for installed specialist agents:
ls ~/.claude/agents/*.md 2>/dev/null
ls .claude/agents/*.md 2>/dev/null
Read each agent's YAML frontmatter to understand their capabilities. Build a roster of available specialists before planning.
STATUS.md if it exists in the project root — absorb project context silentlyCreate a structured plan with:
Always present the plan to the user before executing. If parallel phases are identified, explicitly ask for permission before running them simultaneously.
Spawn subagents with detailed, scoped prompts including:
/follow-planGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub emerging-disintegration/agent-orchestrator-marketplace --plugin agent-orchestrator