multi-plan

Decompose complex tasks into parallel subtasks with dependencies and agent assignments.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill multi-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-plan
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/multi-plan
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill multi-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill breaks down complex tasks into smaller, manageable subtasks that can be executed in parallel by multiple agents, optimizing efficiency and reducing overall execution time.

Core Features & Use Cases

  • Task Decomposition: Analyzes a complex task and identifies discrete units of work.
  • Parallel Planning: Creates an execution plan that maximizes concurrency among agents.
  • Dependency Management: Builds a dependency graph to ensure tasks are executed in the correct order.
  • Use Case: When faced with a large feature development task, use this Skill to generate a plan that assigns different parts of the feature (e.g., backend API, frontend UI, database schema) to specialized agents that can work on them simultaneously.

Quick Start

Use the multi-plan skill to create a parallel execution plan for the task 'Implement user authentication with JWT'.

Frequently Asked Questions about multi-plan

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

FAQPage Schema
What is parallel multi-agent task decomposition for workflow optimization?

Parallel multi-agent task decomposition breaks complex tasks into discrete subtasks for simultaneous execution by multiple agents. It generates a structured plan with task dependencies, agent assignments, and cost estimates to optimize workflow efficiency and reduce overall execution time.

How do I generate a dependency graph for parallel execution plans?

To generate a dependency graph for parallel execution, input a complex task description. The system analyzes the task, identifies discrete work units, builds a dependency graph to ensure correct execution order, and identifies the critical path for efficient workflow management.

Can I use multi-plan for large feature development tasks like implementing JWT authentication?

Yes, you can use task decomposition for large feature development tasks like implementing JWT authentication. The system generates a plan assigning different components, such as backend API or frontend UI, to specialized agents that can work simultaneously to maximize concurrency.

What's the best way to optimize maximum concurrency in multi-agent workflows?

The best way to optimize maximum concurrency in multi-agent workflows is by creating a structured execution plan that identifies the critical path. This approach manages task dependencies effectively and assigns discrete units of work to agents for simultaneous processing.

Does parallel execution planning provide cost estimates for agent assignments?

Yes, parallel execution planning provides cost estimates for agent assignments. The structured plan decomposes the complex task into manageable subtasks, assigns them to specialized agents, and calculates cost estimates alongside task dependencies to optimize overall workflow execution.