بنقرة واحدة
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.