orchestrator-complete-task
Installation
SKILL.md
This skill provides the workflow for parent agents to properly complete and integrate work from child/worker tasks.
When to Use This Skill
Load this skill when:
- You spawned a subtask via
a2a_spawn_subtaskora2a_spawn_parallel_subtasks - You receive a completion notification from your child/worker
- The notification says:
[SUBTASK UPDATE] Task "task-name" completed successfully - Your child called
a2a_reportCompletion
Applies to:
- Orchestrators managing plan tasks
- Parent agents coordinating child workers
- Any agent that spawned subtasks and needs to integrate their work
Critical Understanding
Child task completion is a MULTI-STEP process that YOU (the parent) control!