orchestrating-work

Decompose complex tasks into subtasks delegated to specialist worker agents.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/tslateman/bach --skill orchestrating-work-tslateman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-work
Source: https://github.com/tslateman/bach/tree/main/skills/orchestrating-work
Command: npx skills add https://github.com/tslateman/bach --skill orchestrating-work-tslateman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill tackles complex, multi-part tasks by breaking them down into smaller, manageable subtasks and delegating each to a specialized AI worker, ensuring focused execution and efficient synthesis of results.

Core Features & Use Cases

  • Task Decomposition: Breaks down large objectives into atomic, focused subtasks.
  • Worker Delegation: Assigns subtasks to appropriate specialist workers (e.g., coder, researcher, reviewer).
  • Result Synthesis: Integrates and verifies the outputs from individual workers.
  • Use Case: When asked to "Build a new feature for our web app," this Skill can decompose it into research for the best approach, coding the feature, and reviewing the implementation, with each step handled by a dedicated AI agent.

Quick Start

Use the orchestrating-work skill to decompose the task "Create a rate limiter middleware for Express with sliding window".

Frequently Asked Questions about orchestrating-work

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

FAQPage Schema
How do I break down complex tasks into subtasks for specialist workers?

Task decomposition breaks large objectives into atomic, focused subtasks assigned to specialist workers like coders or researchers. This approach manages multi-part workflows from initial analysis and planning through delegation to final result synthesis and verification.

What is agent delegation for workflow automation?

Agent delegation assigns focused subtasks to appropriate specialist workers within an automated workflow. It ensures each part of a complex objective, such as researching an approach and coding a feature, is handled by a dedicated subagent for efficient execution.

How do I orchestrate multi-part objectives requiring distinct skill sets?

Orchestrating multi-part objectives involves decomposing them into focused subtasks, delegating each to specialized workers, and synthesizing the results. This workflow supports scenarios needing distinct skills like research, coding, and review for complex tasks.

What's the best way to automate a workflow that needs research, coding, and review?

The best way to automate a multi-step workflow is decomposing the objective into research, coding, and review subtasks. Each subtask is delegated to a dedicated specialist worker, and the outputs are integrated and verified during final synthesis.

Do I need specific dependencies to use task decomposition and worker delegation?

No specific dependencies are required to use task decomposition and worker delegation. The skill operates independently to analyze, plan, and delegate subtasks to specialist subagents, managing the entire workflow without external tool prerequisites.

When should I not use an orchestration approach for complex tasks?

You should avoid orchestration for simple, single-step tasks that do not require distinct skill sets. If an objective lacks multi-part components needing specialist workers like researchers or reviewers, direct execution without decomposition is more efficient.