home/productivity/dispatch-prompt-examples

Dispatch Prompt Examples

GPTClaudeDeepSeek··663 copies·updated 2026-07-14
dispatch-prompt-examples.prompt
# Dispatch Prompt 範例

來源:`src/tools/AgentTool/prompt.ts` — "Writing the prompt" section

---

## 核心原則(原文)

> Brief the agent like a smart colleague who just walked into the room — it hasn't seen this conversation, doesn't know what you've tried, doesn't understand why this task matters.

> **Never delegate understanding.** Don't write "based on your findings, fix the bug" or "based on the research, implement it." Those phrases push synthesis onto the agent instead of doing it yourself. Write prompts that prove you understood: include file paths, line numbers, what specifically to change.

> Terse command-style prompts produce shallow, generic work.

---

## 好的 dispatch — Fork(開放式調查)

when to use it

Community prompt sourced from the open-source GitHub repo cablate/ai-toolkit (MIT). A "Dispatch Prompt Examples" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

cablate/ai-toolkit · MIT