What problem does it solve?
This skill automates the delegation of user tasks to specialized agent roles using non-blocking, asynchronous workflows, reducing manual coordination overhead and keeping the workspace responsive.
Core Features & Use Cases
- Async-first delegation ensures tasks are dispatched in the background with delegate_task_async, while still allowing an explicit delegate_task call if blocking behavior is requested.
- Structured pre-dispatch steps, including roster inspection and task-scope classification, ensure the right role is selected for the task.
- Non-blocking follow-up keeps the user productive by avoiding waiting loops and providing status checks on demand.
- Use cases include directing vague multi-file work to PM, well-scoped changes to a dev, or specialist reviews (security, QA, audits).
Quick Start
Describe the task you want delegated and I will dispatch it asynchronously to the appropriate agent role.