deep-agents-orchestration

Coordinate subagents, task planning, and HITL approvals in Deep Agents workflows.

Updated May 29, 2026
One-click install
npx skills add https://github.com/patorn/langgraph-template --skill deep-agents-orchestration-patorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-agents-orchestration
Source: https://github.com/patorn/langgraph-template/tree/main/.agents/skills/deep-agents-orchestration
Command: npx skills add https://github.com/patorn/langgraph-template --skill deep-agents-orchestration-patorn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep Agents orchestration brings together subagents, planning via a TodoList, and HITL approval into a single, cohesive workflow, reducing manual coordination and errors.

Core Features & Use Cases

  • SubAgentMiddleware for delegating tasks to specialized subagents
  • TodoListMiddleware for automatic task planning and tracking
  • HumanInTheLoopMiddleware for approved, auditable sensitive actions Use cases include complex automation, software deployment pipelines, and data analysis tasks requiring oversight.

Quick Start

Create a deep agent with create_deep_agent(), issue a multi-step task, and observe subagents, planning artifacts, and HITL prompts coordinating the flow.

Frequently Asked Questions about deep-agents-orchestration

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

FAQPage Schema
How do I coordinate subagents for multi-step task automation?

You coordinate subagents for multi-step task automation by using SubAgentMiddleware to delegate specialized tasks within a cohesive workflow. This reduces manual coordination and errors across complex software automation pipelines.

What is the best way to add human-in-the-loop approval to an automated workflow?

Human-in-the-loop approval is added to automated workflows using HumanInTheLoopMiddleware. This ensures sensitive actions are explicitly approved and auditable during complex data processing or deployment tasks.

How does task planning work with subagents and HITL orchestration?

Task planning works with subagents and HITL orchestration by using TodoListMiddleware to automatically generate and track planning artifacts. This structures multi-step delegation and coordinates human oversight across the workflow.

Can I use deep agent orchestration for software deployment pipelines requiring oversight?

Yes, you can use deep agent orchestration for software deployment pipelines requiring oversight. It integrates subagent delegation, automatic task planning, and HITL approvals to manage complex deployments safely.

How do I create a deep agent to manage complex data analysis tasks?

You create a deep agent to manage complex data analysis tasks by calling create_deep_agent() with a guided workflow. This enables the three orchestration capabilities to coordinate subagents, planning, and approvals.