task-orchestrator

Plan complex multi-step tasks with dependency graphs and batch sequencing.

34|6|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/mahidalhan/claude-hacks --skill task-orchestrator-mahidalhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestrator
Source: https://github.com/mahidalhan/claude-hacks/tree/main/skills/task-orchestrator/skills/task-orchestrator
Command: npx skills add https://github.com/mahidalhan/claude-hacks --skill task-orchestrator-mahidalhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complex initiatives often fail due to poor planning and undefined dependencies, leading to delays and misaligned teams.

Core Features & Use Cases

  • Builds explicit dependency graphs for tasks and identifies parallelizable work to minimize total duration.
  • Produces an executable, batch-aware plan with clearly labeled sequential and parallel tasks.
  • Use Case: When planning a new feature, generate a dependency-driven task plan that the team can review and execute only after approval.

Quick Start

Provide a complex request to the planner and ask for a validated plan.

Frequently Asked Questions about task-orchestrator

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

FAQPage Schema
How do I plan complex project tasks with dependencies and parallel execution?

To plan complex project tasks with dependencies, you provide a multi-step request to generate a dependency graph. This maps sequential and parallelizable work batches to minimize total duration and produce an executable plan.

What is the best way to break down a feature development roadmap into parallelizable tasks?

Breaking down a feature development roadmap requires mapping task dependencies to identify parallelizable work batches. This structured planning process produces a batch-aware plan with clearly labeled sequential and parallel tasks before execution.

How does dependency orchestration work for cross-team task handoffs?

Dependency orchestration for cross-team handoffs works by building an explicit dependency graph that sequences tasks into parallel batches. It enforces a planning-only workflow with a gate requiring explicit user confirmation before any execution begins.

Can I automatically execute tasks after the workflow plan is generated?

No, you cannot automatically execute tasks after the workflow plan is generated. The system enforces a planning-only workflow that requires explicit user confirmation at a designated gate before any batch execution of the dependency graph begins.

Do I need a structured project request to generate a batch-aware task plan?

Yes, you need to provide a complex, multi-step request to generate a batch-aware task plan. The planner maps the dependencies and identifies parallelizable work from this initial input to create a validated execution sequence.