subagent-delegation

Coordinate parallel autonomous subagents through delegation workflows and two-stage reviews.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/dzackgarza/ai --skill subagent-delegation-dzackgarza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-delegation
Source: https://github.com/dzackgarza/ai/tree/main/opencode/skills/subagent-delegation
Command: npx skills add https://github.com/dzackgarza/ai --skill subagent-delegation-dzackgarza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple autonomous subagents to execute complex plans with high fidelity and minimizing task drift across long horizons.

Core Features & Use Cases

  • Fresh-context per task to prevent leakage from prior work.
  • Two-stage review: spec compliance followed by quality verification.
  • Parallel subagent deployment for independent domains with safe isolation.
  • Transcript-driven auditing and git-diff verification before commit.
  • Live-reference framework for subagent capability classes and delegation standards.

Quick Start

Orchestrate a two-stage review for a new multi-component feature by assigning subagents with distinct roles and verifying outputs via transcript review.

Frequently Asked Questions about subagent-delegation

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

FAQPage Schema
How do I coordinate multiple autonomous subagents to execute complex plans?

Autonomous subagent coordination applies an operational lifecycle and delegation workflow to dispatch parallel tasks across independent domains, executing complex plans with high fidelity and minimized task drift.

What is the best way to prevent task drift when running parallel subagents?

Preventing task drift in parallel subagents requires using fresh-context per task to prevent leakage from prior work, combined with a two-stage review cycle for spec compliance and quality verification.

How does transcript-driven auditing work for subagent delegation?

Transcript-driven auditing for subagent delegation works by reviewing subagent transcripts and verifying git-diffs before commit, ensuring outputs meet operational lifecycle standards and audit readiness.

When do I need a two-stage review cycle for subagent task management?

A two-stage review cycle for subagent task management is needed when executing complex multi-component features, ensuring distinct roles undergo both spec compliance and quality verification before final integration.

Can I deploy parallel subagents across independent domains with safe isolation?

Yes, deploying parallel subagents across independent domains with safe isolation is supported, applying a live-reference framework for subagent capability classes and delegation standards to maintain strict boundaries.

Does subagent orchestration require fresh context for every dispatched task?

Subagent orchestration requires fresh context for every dispatched task to prevent context leakage from prior work, ensuring each autonomous subagent operates within its designated operational lifecycle without contamination.