subagent-result-integration
OfficialDelegate tasks and integrate subagent results.
Software Engineering#agent delegation#session management#orchestration#asynchronous tasks#subagent communication#result integration
AuthorUmbral-Bot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the complexity of delegating tasks to subagents using sessions_spawn, ensuring that the parent agent correctly interprets and integrates the subagent's results, rather than prematurely concluding a task.
Core Features & Use Cases
- Asynchronous Task Delegation: Learn when and how to use
sessions_spawnfor tasks that are slow, heavy, or parallelizable. - Result Integration: Understand how to correctly identify and incorporate results from subagents, avoiding confusion between task acceptance and completion.
- Traceability: Implement proper tracking using
label,runId, andchildSessionKeyfor robust auditing. - Use Case: An agent needs to perform a complex data analysis that requires a separate, specialized model. It delegates this analysis to a subagent, then waits for the specific, structured output before synthesizing the final response for the user.
Quick Start
Delegate a heavy task to a subagent and wait for its specific result before responding.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: subagent-result-integration Download link: https://github.com/Umbral-Bot/umbral-agent-stack/archive/main.zip#subagent-result-integration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.