deep-agents-orchestration

Orchestrate deep agents with subagents, TodoList planning, and human approval.

3|1|Updated Jun 4, 2025
One-click install
npx skills add https://github.com/jillesca/sp_oncall --skill deep-agents-orchestration-jillesca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-agents-orchestration
Source: https://github.com/jillesca/sp_oncall/tree/main/.agents/skills/deep-agents-orchestration
Command: npx skills add https://github.com/jillesca/sp_oncall --skill deep-agents-orchestration-jillesca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a cohesive framework to orchestrate Deep Agents across subagents, planning (TodoList), and human-in-the-loop approval to handle complex decision tasks.

Core Features & Use Cases

  • SubAgentMiddleware delegates work to specialized subagents
  • TodoListMiddleware plans and tracks multi-step tasks
  • HumanInTheLoopMiddleware enables approval workflows for sensitive actions
  • Automatic inclusion in create_deep_agent() for streamlined usage
  • Supports robust HITL and retry controls for production-grade automation

Quick Start

Configure a deep agent with subagents, a TodoList workflow, and optional HITL interrupts to manage a complex planning and execution pipeline.

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 complex multi-step task planning?

You can coordinate subagents for complex multi-step planning by using orchestration middleware to delegate work to specialized subagents and tracking progress with a TodoList workflow.

What is human-in-the-loop approval workflow for agent automation?

Human-in-the-loop approval for agent automation is a workflow that optionally requires human oversight to validate sensitive actions before execution, ensuring safety checks and retry controls are applied during production-grade operations.

How do I set up a deep agent with subagents and planning workflows?

You set up a deep agent with subagents and planning workflows by configuring create_deep_agent() to automatically include SubAgentMiddleware for delegation and TodoListMiddleware for task tracking.

Can I add human-in-the-loop interrupts to an existing agent automation pipeline?

Yes, you can add human-in-the-loop interrupts to an agent automation pipeline by integrating HumanInTheLoopMiddleware to manage sensitive actions and enable approval workflows within your execution flow.

When do I need orchestration for multi-step investigations and operations?

Orchestration for multi-step investigations is needed when complex tasks can be split, tracked, and validated before execution, requiring coordinated delegation and optional human oversight to handle sensitive decisions safely.