orchestrator

Decompose user requests into subtasks and delegate them to specialized AI agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/drtonylove1963/pronetheia-os --skill orchestrator-drtonylove1963
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/drtonylove1963/pronetheia-os/tree/main/plugins/categories/automation/orchestrator
Command: npx skills add https://github.com/drtonylove1963/pronetheia-os --skill orchestrator-drtonylove1963

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages the complexity of multi-step, multi-agent workflows by intelligently breaking down user requests, creating detailed execution plans, and delegating tasks to specialized AI agents. It ensures efficient and coordinated completion of complex projects, saving users from managing intricate dependencies and accelerating project delivery.

Core Features & Use Cases

  • Task Decomposition: Analyzes complex user requests and breaks them down into logical, manageable subtasks.
  • Agent Delegation: Identifies and assigns each subtask to the most appropriate specialized AI agent from a wide range of available experts.
  • Execution Planning: Creates clear, sequenced execution plans with explicit dependencies, ensuring smooth multi-agent workflow coordination.
  • Use Case: You need to build a new user authentication system, including database schema, API endpoints, testing, and documentation. This Skill can analyze the request, create a phased execution plan, and delegate tasks to the db-agent, developer-agent, qa-tester, and docs-writer, coordinating the entire development process.

Quick Start

Use the orchestrator skill to create an execution plan for building a new user authentication system, including database, API, testing, and documentation.