What problem does it solve?
Coordinating work across multiple specialized agents can be slow and error-prone. This Skill provides proven delegation patterns to assign tasks to the right agents, reducing handoffs and miscommunication.
Core Features & Use Cases
- Sequential Delegation: chain tasks through planning, execution, and verification to ensure quality and accountability.
- Parallel Delegation: run independent tasks concurrently to accelerate delivery.
- Background Delegation: offload long-running or research tasks without blocking core work.
- Context Handoff & Governance: standardize what state is shared and how decisions are communicated.
Quick Start
Describe a feature to be implemented, then use this skill to delegate planning, execution, and verification to specialized agents. For example: "Delegate user authentication flow to a planner, an executor, and a verifier, with clear handoff of the current spec and constraints."