task-orchestration

Coordinate parallel subagents for concurrent investigation and background task execution.

1|Updated Feb 12, 2025
One-click install
npx skills add https://github.com/sotono-046/dotfiles --skill task-orchestration-sotono-046
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestration
Source: https://github.com/sotono-046/dotfiles/tree/main/claudecode/skills/task-orchestration
Command: npx skills add https://github.com/sotono-046/dotfiles --skill task-orchestration-sotono-046

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables efficient parallel operation of sub-agents using the Task tool, speeding up research, planning, execution, and verification by running subagents in parallel.

Core Features & Use Cases

  • Parallel investigation by multiple subagents to gather diverse perspectives.
  • Concurrent execution of independent subtasks for faster delivery.
  • Background task management to handle long-running operations.

Quick Start

Trigger the task orchestration by providing a high-level objective; for example, run task-researcher to gather context, run plan-digger to craft a plan, and run task-executor to implement, all in parallel, then use quality-gainner for verification.

Frequently Asked Questions about task-orchestration

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

FAQPage Schema
How do I run parallel AI agents to speed up complex workflows?

Running parallel AI agents to speed up complex workflows involves using an orchestration skill to coordinate subagents concurrently. This accelerates research, planning, execution, and verification by dispatching independent subtasks simultaneously rather than sequentially.

What is parallel subagent orchestration for concurrent task execution?

Parallel subagent orchestration is the coordination of multiple subagents to execute independent tasks concurrently. It applies to scenarios requiring concurrent investigation, independent task execution, and background task management to accelerate complex workflows.

How do I automate background task management for long-running operations?

Automating background task management for long-running operations is achieved through orchestration that enables optional background execution. This allows subagents to handle extended processes without blocking the main workflow or other concurrent investigations.

Can I use parallel subagents to gather diverse perspectives during research?

Yes, you can use parallel subagents to gather diverse perspectives during research. Parallel investigation by multiple subagents enables concurrent data gathering, allowing you to synthesize diverse viewpoints and context simultaneously for faster delivery.

How do I trigger parallel workflow orchestration with a high-level objective?

To trigger parallel workflow orchestration, provide a high-level objective to the orchestrator. It then dispatches specialized subagents concurrently, such as running a researcher for context, a planner for strategy, and an executor for implementation in parallel.

When should I use concurrent subagents instead of sequential execution?

Use concurrent subagents instead of sequential execution when facing complex workflows with independent subtasks. Concurrent execution accelerates delivery by running parallel investigations, while background task management handles long-running operations without blocking phase transitions.