task-orchestration

Coordinate dependency-aware parallel task execution with automatic specialist routing and progress monitoring.

200|22|Updated May 22, 2025
One-click install
npx skills add https://github.com/jpicklyk/task-orchestrator --skill task-orchestration-jpicklyk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestration
Source: https://github.com/jpicklyk/task-orchestrator/tree/main/src/main/resources/claude/skills/task-orchestration
Command: npx skills add https://github.com/jpicklyk/task-orchestrator --skill task-orchestration-jpicklyk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates task execution by handling dependencies, batching, and parallel launches, dramatically reducing manual coordination overhead.

Core Features & Use Cases

  • Dependency-aware batching and parallel specialist launching
  • Progress monitoring and cascade-triggered completion
  • Automatic routing of tasks to specialists
  • Task completion summaries and line-by-line execution plans

Quick Start

Ask: "What tasks are ready to start for feature X?" and receive a plan with ready tasks, dependencies, and next行动 steps to execute in parallel.

Frequently Asked Questions about task-orchestration

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

FAQPage Schema
How do I coordinate tasks with dependencies and run them in parallel?

Task orchestration coordinates dependency-aware parallel execution by identifying which tasks are ready to start, batching them, and launching specialists in parallel. It automatically routes tasks to appropriate specialists and monitors progress until completion.

What's the best way to manage task dependencies in a workflow?

Dependency-aware orchestration handles task sequencing by reading task states, detecting which tasks have unmet dependencies, and cascading state progression through batches. This eliminates manual coordination overhead and ensures correct execution order.

Can I automatically route tasks to different specialists based on task type?

Yes, orchestration uses automatic specialist routing via recommend_agent with fallback, directing each task to the appropriate specialist. Failed routing attempts fall back to defaults, ensuring all tasks get processed.

How do I monitor task progress and get a completion summary?

The orchestration tracks task execution through state queries and produces task summaries upon completion, including line-by-line execution plans. Progress monitoring integrates with cascade-triggered completion across batches.

Do I need to manually trigger each task batch or can they progress automatically?

Orchestration enables automatic cascade progression—tasks advance through batches based on dependency resolution without manual triggering. Once dependencies are satisfied, ready tasks launch in parallel automatically.