su-dispatch

Assign and execute subtasks to agents like Codex and Claude.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: su-dispatch
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/su-ccb/skills/su-dispatch
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of assigning clear and defined subtasks to execution agents, improving operational efficiency and ensuring tasks are executed accurately.

Core Features & Use Cases

  • Subtask Dispatch: Assign specific subtasks to Codex, Claude, or other execution agents.
  • Business Issue Resolution: Provides clarity on what to do, what not to do, verification methods, and feedback procedures for the executor.
  • Use Case: Simplify the task assignment process in a workflow by directly dispatching subtasks to the appropriate agent with precise instructions.

Quick Start

Dispatch a subtask using the 'su-dispatch' command: su-dispatch --payload {"subject":"subtask","task_id":"<subtaskId>","owner":"ccb_codex"}

Frequently Asked Questions about su-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign subtasks to execution agents like Codex or Claude?

To assign subtasks to execution agents, use the su-dispatch command with a JSON payload containing the subject, task_id, and owner parameters to route specific instructions to Codex or Claude.

What is task dispatch for agent integration in organizational workflows?

Task dispatch for agent integration is the process of assigning and executing subtasks to agents, ensuring clarity on what to do, verification methods, and feedback procedures for precise task management.

How do I structure executor instructions for subtask management?

You structure executor instructions by defining what to do, what not to do, verification methods, and feedback procedures within the dispatched payload to ensure accurate execution by the assigned agent.

Can I dispatch tasks to multiple execution agents in a single workflow?

Yes, you can dispatch tasks to multiple execution agents by specifying the target owner parameter, such as ccb_codex, in the payload for each subtask assignment within your operational workflow.

Does su-dispatch require any dependencies for task assignment?

No, su-dispatch requires no external dependencies to manage task dispatch operations, allowing you to directly assign subtasks to execution agents using the command-line payload format.

What's the best way to provide feedback procedures for executor agents?

The best way to provide feedback procedures is to include clear verification methods and operational instructions directly in the task payload before dispatching the subtask to the execution agent.