원클릭으로
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.