What problem does it solve?
Complex tasks often involve parallel workstreams, independent reviews, or long-running research that would clutter or overload a single conversation thread. This Skill provides the operational rules for delegating such work to scoped child Agents while keeping the parent thread responsive and accountable.
Core Features & Use Cases
- Automatic Delegation Decisions: Defines when to spawn child Agents (parallel workstreams, bounded reviews, isolated writes) and when not to (trivial questions, sequential work).
- Orchestration & Tracking: Covers delegate_work, agent_wait, agent_status, agent_message, agent_stop, and agent_retry for managing asynchronous child cohorts and joining results before finalizing.
- Profiles & Workspaces: Explains how to select Agent Profiles, assign distinct developer workspace folders for parallel writers, and use git Worktrees for isolated file editing.
- Use Case: When asked to research a topic and draft a report, delegate the research to a child Agent with the research profile, continue other work, then join the results with agent_wait before synthesizing the final answer.
Quick Start
Delegate the independent research and review tasks to child Agents, then wait for their results before giving me the final answer.