plan-orchestration

Orchestrate parallel subagent tasks to execute complex plans.

Updated Mar 7, 2016
One-click install
npx skills add https://github.com/BarrettLowe/dotfiles --skill plan-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-orchestration
Source: https://github.com/BarrettLowe/dotfiles/tree/main/claude/skills/plan-orchestration
Command: npx skills add https://github.com/BarrettLowe/dotfiles --skill plan-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of executing complex plans by orchestrating parallel subagent tasks, ensuring efficient and accurate execution.

Core Features & Use Cases

  • Parallel Execution: Execute multiple subagent tasks simultaneously for faster execution of plans.
  • Plan Review & Execution: User reviews and invokes the plan, ensuring control and accuracy.
  • Task Decomposition: Breaks down high-level plans into self-contained subtasks for each agent.
  • Subtask Coordination: Sequences dependent subtasks and manages parallel execution.
  • Execution Reporting: Provides detailed reports on task completion, deviations, and next steps.
  • Use Case: Ideal for project management scenarios where multiple teams or agents need to execute a complex plan in parallel.

Quick Start

To execute the most recently discussed plan, simply type: /plan-orchestration.

Frequently Asked Questions about plan-orchestration

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

FAQPage Schema
How do I execute a complex project plan using parallel subagent tasks?

Parallel plan execution is achieved by breaking down a high-level plan into self-contained subtasks, sequencing dependent subtasks, and managing parallel subagent coordination for simultaneous execution. You invoke the orchestration after defining the plan.

What is task orchestration for project management scenarios with multiple agents?

Task orchestration coordinates parallel subagent execution by decomposing high-level plans into independent subtasks, managing dependencies between them, and providing detailed execution reports on task completion and deviations.

Do I need a fully defined plan before starting parallel task execution?

Yes, you need a clear plan definition before starting parallel task execution. The orchestration requires a structured plan to break it down into self-contained subtasks and sequence dependent operations for each agent.

How do I review and manage subtask coordination before full plan execution?

You review and manage subtask coordination by examining the decomposed subtasks generated from your plan definition. The orchestration sequences dependent subtasks and allows user review before invoking parallel execution.

What reporting is provided after parallel plan execution completes?

Execution reporting provides detailed summaries on task completion status, any deviations from the original plan, and recommended next steps. This ensures accurate tracking of all parallel subagent activities.

Can I use plan orchestration for sequential tasks instead of parallel processing?

Plan orchestration supports both parallel execution and dependent subtask sequencing. While designed for parallel processing, it manages task decomposition by sequencing dependent operations where necessary before parallel execution continues.