Help us improve
Share bugs, ideas, or general feedback.
From torque
Creates a task and dispatches it to an agent via the Torque MCP server. Useful for delegating work to an agent with a specific task description.
npx claudepluginhub runtorque/torqueHow 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.
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.
Decompose complex tasks into parallel units, design dependency graphs with blockedBy/blocks, and write effective task descriptions with acceptance criteria.
Decomposes complex work into trackable tasks with dependency chains using TaskCreate, TaskUpdate, TaskGet, TaskList tools. For multi-step implementations, parallel coordination, and status tracking.
Share bugs, ideas, or general feedback.
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: