agent-orchestrator

Select the optimal subagent for tasks using a structured dispatch workflow.

1|Updated Jan 5, 2023
One-click install
npx skills add https://github.com/riez/dots --skill agent-orchestrator-riez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-orchestrator
Source: https://github.com/riez/dots/tree/main/.config/agentic/skills/agent-orchestrator
Command: npx skills add https://github.com/riez/dots --skill agent-orchestrator-riez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Intelligent agent selection to dispatch tasks to the most suitable subagent before spawning any subagents, reducing misallocation and improving outcomes.

Core Features & Use Cases

  • Agent selection matrix guiding task dispatch based on signals (research-first, debugging pivots, safety checks, parallel processing, autonomous loops, read-only exploration, and implementation).
  • Quick reference, dispatch templates, and agent chaining patterns to streamline complex workflows.
  • Auto-detection signals and SLICE/TDD-Guard integration to ensure compliance and quality across agent-driven tasks.

Quick Start

Provide task context and let the orchestrator choose the right agent before spawning any subagents.

Frequently Asked Questions about agent-orchestrator

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

FAQPage Schema
How do I select the right AI agent before spawning subagents for a software task?

To select the right AI agent before spawning subagents, you provide task context to the orchestrator, which evaluates signals like research-first needs or debugging pivots to determine the optimal agent. This prevents misallocation and maximizes task outcomes.

What is agent orchestration and how does it improve workflow automation?

Agent orchestration is the process of intelligently selecting and dispatching tasks to suitable subagents before execution. It improves workflow automation by using an agent selection matrix to evaluate signals, reducing misallocation and streamlining complex coordinated workflows.

Can I use a structured dispatch workflow for debugging sessions and parallel processing?

Yes, you can use a structured dispatch workflow for debugging sessions and parallel processing. The orchestrator evaluates auto-detection signals to guide task dispatch, supporting diverse scenarios including safety checks, autonomous loops, and implementation.

What's the best way to ensure deterministic agent selection in coordinated software engineering workflows?

The best way to ensure deterministic agent selection is to apply SLICE-aligned governance and auto-detection signals before spawning subagents. This structured dispatch workflow guides which agent should act in each scenario, ensuring compliance and quality.

When should I not use an AI agent orchestrator for task dispatch?

You should not use an AI agent orchestrator when a task requires no subagent coordination or falls outside software development contexts. If your workflow lacks multiple agent types or complex chaining patterns, direct implementation without orchestration is more efficient.