subagent-orchestration

Coordinate durable subagent task delegation with lifecycle control via Task Manager.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/OpenCompany --skill subagent-orchestration-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-orchestration
Source: https://github.com/zeenie-ai/OpenCompany/tree/main/server/skills/assistant/subagent-skill
Command: npx skills add https://github.com/zeenie-ai/OpenCompany --skill subagent-orchestration-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you split work across connected subagents without losing control, so multi-step requests can be delegated, tracked, reviewed, and completed reliably.

Core Features & Use Cases

  • Durable Task Assignment: Create persisted teammate tasks through Task Manager instead of ad hoc delegation.
  • Bounded Parallel Execution: Run multiple assignments with concurrency limits so work stays deterministic and manageable.
  • Review and Recovery: Accept, retry, reassign, modify, or cancel submitted work based on explicit acceptance criteria.
  • Use Case: A lead agent can assign one teammate to research, another to code, and a third to test, then review each submission and finalize only the approved results.

Quick Start

Use this skill to assign the request to the best connected teammate, define clear acceptance criteria, and return once the tasks are queued.

Frequently Asked Questions about subagent-orchestration

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

FAQPage Schema
How do I delegate multi-step work to subagents without losing control of the workflow?

You can delegate multi-step work to subagents by creating durable Task Manager assignments with explicit acceptance criteria, bounded parallel execution, and controlled completion across queued, submitted, accepted, failed, and cancelled states.

What is the best way to track and review tasks assigned to multiple parallel subagents?

Tracking and reviewing tasks assigned to parallel subagents is handled through Task Manager lifecycle control, allowing a lead agent to inspect task status, review submitted work against acceptance criteria, and then accept, retry, reassign, or cancel.

Can I set concurrency limits when assigning parallel tasks to connected subagents?

Yes, you can set bounded parallel execution limits when assigning tasks to connected subagents, ensuring that concurrent workloads remain deterministic and manageable throughout the delegation lifecycle.

How do I reassign or cancel a subagent task that failed its acceptance criteria?

Failed subagent tasks can be reassigned or cancelled through controlled completion actions, letting the lead agent modify, retry, or cancel submitted work that does not meet explicit acceptance criteria.

When should I use durable task assignment instead of ad hoc delegation for subagents?

Durable task assignment is needed for multi-step workflows requiring revision-safe decisions, explicit acceptance criteria, and later review or reassignment, whereas ad hoc delegation lacks persisted lifecycle control and status inspection.