From torque
Creates a task from a description and dispatches it to an available agent using Torque's engineer MCP tools. Reports which agent picks it up.
How this skill is triggered — by the user, by Claude, or both
Slash command
/torque:dispatch <task description><task description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new task and dispatch it to an agent.
Create a new task and dispatch it to an agent.
If $ARGUMENTS is provided, use it as the task title. Otherwise, ask the user what they'd like to dispatch.
Steps:
npx claudepluginhub runtorque/torqueCreates and manages a persistent agent team to execute tasks from a task board in parallel. Spawns teammates, assigns work with dependency ordering, and coordinates until completion.
Orchestrates parallel agent teams for coordinating 2+ workers, running SAM task waves, relaying discoveries between waves, handling blockers, and synthesizing results. Supports SAM structured and ad-hoc dispatch.
Distributes tasks to agents by priority, dependencies, and agent state. Used by AI Maestro orchestrator for task assignment and load balancing.