一键导入
dispatch
Dispatch a task to a native worker process. Results arrive automatically when done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch a task to a native worker process. Results arrive automatically when done.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
View or change the AI model used by butler or workers. Supports canonical provider/model refs.
Use a portable local Project Ledger CLI to inspect, query, render, and validate project-management records before reading broad project files.
View or switch the active butler persona, or customize the active persona directly
Compatibility pointer for the packaged Project Ledger skill.
List all registered projects with their recent task history and status
Restart the butler system (orchestrator process, MCP server)
| name | dispatch |
| description | Dispatch a task to a native worker process. Results arrive automatically when done. |
| user-invocable | true |
| applicability | Use when the model decides the request should leave the current turn for a native worker, planned task, review-heavy implementation, or long-running investigation. |
| allowed-tools | dispatch_worker, create_planned_task, run_planned_task, review_planned_task, repair_planned_task, write_planned_public_report, request_principal_decision |
| dispatch | auto |
| review | recommended |
| reporting | Send a concise plan before long work, then report reviewed outcome only. |
Dispatch a task to a native worker.
Usage: The user provides a task description and optionally a project path and model.
For the caller (butler/steward): Use Butler's native worker dispatch path. Do not block the active session while waiting for worker completion.
Choose the path autonomously:
Reading the result: The background task output contains the worker's result directly. When notified of completion, read the output file to get the result.