subagent-delegation

Delegate independent research and code-modifying tasks to isolated subagent processes with JSON contracts.

2|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/0xUrsanomics/utopia-os --skill subagent-delegation-0xursanomics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-delegation
Source: https://github.com/0xUrsanomics/utopia-os/tree/main/skills/subagent-delegation
Command: npx skills add https://github.com/0xUrsanomics/utopia-os --skill subagent-delegation-0xursanomics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of context bloat and main-thread bottlenecks by offloading independent, research-heavy, or parallelizable tasks to isolated subagent processes.

Core Features & Use Cases

  • Parallel Research: Execute multiple independent investigations simultaneously to achieve N-way speedups.
  • Context Isolation: Keep the main thread clean by delegating deep dives, inventory scans, or security audits to subagents that return only the final synthesis.
  • Worktree Safety: Automatically manage git worktrees for code-modifying tasks to ensure the main repository remains stable until verification.

Quick Start

Use the subagent-delegation skill to research the security implications of the three libraries listed in the project requirements file.

Frequently Asked Questions about subagent-delegation

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

FAQPage Schema
How do I delegate parallelizable tasks to subagents without bloating main thread context?

To delegate parallelizable tasks without context bloat, offload independent, research-heavy processes to isolated subagents that return only a final synthesis. This maintains main-thread efficiency by keeping deep dives and inventory scans separated from your primary working context.

What is the best way to run parallel research investigations for security audits?

The best way to run parallel research investigations for security audits is delegating them to autonomous subagents. This approach executes multiple independent investigations simultaneously, achieving N-way speedups while keeping the main repository stable through git worktree management.

How does git worktree management work when delegating code-modifying tasks to subagents?

Git worktree management for subagent delegation automatically manages isolated branches for code-modifying tasks. This ensures the main repository remains stable and unaffected until verification loops are complete, providing operational safety and auditability for multi-file refactoring.

Do I need structured JSON return contracts to use subagent delegation for multi-file refactoring?

Yes, structured JSON return contracts are required for subagent delegation during multi-file refactoring. These contracts ensure operational safety and auditability by enforcing clean verification loops and standardized data returns from isolated subagent processes.

Can I use subagent delegation for context-heavy inventory scans and multi-file refactoring?

Yes, you can use subagent delegation for context-heavy inventory scans and multi-file refactoring. It offloads these independent tasks to isolated processes, ensuring the main thread remains clean and efficient while requiring structured JSON return contracts for safe verification.

When should I not use subagent delegation for parallel task automation?

You should not use subagent delegation for tasks that are not independent, context-heavy, or parallelizable. If your workflow lacks clean verification loops or cannot enforce structured JSON return contracts, the overhead of managing isolated subagent processes and git worktrees outweighs the benefits.