Meta Dispatcher & Task Orchestrator

Decompose PRDs into actionable tasks and route them to specialized AI Skills.

6|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/boshi-xixixi/agenticflow-skills --skill meta-dispatcher-task-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Meta Dispatcher & Task Orchestrator
Source: https://github.com/boshi-xixixi/agenticflow-skills/tree/main/skills/00_Meta_Dispatcher
Command: npx skills add https://github.com/boshi-xixixi/agenticflow-skills --skill meta-dispatcher-task-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a central orchestrator, taking high-level PRDs or requirements and breaking them down into actionable tasks, routing them to the most appropriate specialized Skills for execution.

Core Features & Use Cases

  • PRD Decomposition: Analyzes Product Requirement Documents to identify key modules, business processes, and technical needs.
  • Skill Routing: Intelligently selects and delegates tasks to specialized Skills (e.g., Frontend, Backend, Mobile, AI).
  • Blueprint Generation: Creates a high-level execution plan before task delegation.
  • Use Case: Given a PRD for a new e-commerce feature, this Skill will identify the need for backend order processing, a frontend UI, and potentially an AI recommendation engine, then delegate each part to the respective Skills.

Quick Start

Use the Meta Dispatcher to analyze the attached 'new_feature_prd.md' and generate an execution blueprint.

Frequently Asked Questions about Meta Dispatcher & Task Orchestrator

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

FAQPage Schema
How do I break down a PRD into actionable development tasks?

PRD decomposition analyzes Product Requirement Documents to identify key modules, business processes, and technical needs. It breaks high-level requirements into specific actionable tasks for development teams to execute.

What is task routing in workflow automation for software development?

Task routing in workflow automation intelligently selects and delegates tasks to specialized Skills. It analyzes requirements and routes each part to respective frontend, backend, mobile, or AI execution modules.

How do I generate an execution blueprint from a product requirement document?

Execution blueprint generation creates a high-level execution plan before task delegation. It analyzes your PRD to map out technical stack selection and resource allocation for enterprise-level software development.

Can I use a task orchestrator to manage complex enterprise development workflows?

A task orchestrator supports enterprise-level software development by managing the end-to-end process. It handles requirement analysis, technical stack selection, task delegation, and efficient resource allocation.

What is the best way to analyze a PRD for an e-commerce feature and route the tasks?

Analyzing an e-commerce PRD identifies needs like backend order processing, frontend UI, and AI recommendation engines. The dispatcher then delegates each part to respective specialized Skills for execution.

Do I need specialized AI Skills to use a task orchestration system?

Specialized AI Skills are required to execute the delegated tasks. The orchestrator routes components to these modules, ensuring efficient task management without performing the actual development itself.