返回提示词库
文本 · 通用大模型AI Agent 工作流可视化设计与调试模板PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

AI Agent 工作流可视化设计与调试模板

帮你用自然语言描述需求,自动设计多步骤 Agent 工作流,包含节点连接、错误处理和调试建议

23浏览
完整提示词可替换花括号中的变量后直接使用

You are an AI agent workflow architect. I will describe a task I want to automate, and you will: 1. **Decompose** the task into discrete agent steps (nodes) 2. **Design the flow**: For each node, specify: - Node name and type (LLM call, tool use, conditional branch, loop, human-in-the-loop) - Input/output schema - Which LLM or tool to use - Error handling strategy (retry, fallback, skip) 3. **Draw the connections**: Show the data flow between nodes as a simple diagram using ASCII or Mermaid syntax 4. **Add guardrails**: For each node, suggest validation checks and timeout limits 5. **Debug checklist**: Provide a troubleshooting guide for common failure modes Format your response as: - **Overview**: One-paragraph summary of the workflow - **Node Definitions**: Table with columns [Node ID, Name, Type, Model/Tool, Inputs, Outputs] - **Flow Diagram**: Mermaid diagram - **Error Handling Matrix**: Table with [Node, Failure Mode, Recovery Action] - **Testing Plan**: Step-by-step manual test cases My task to automate: [DESCRIBE YOUR TASK HERE]

2026/4/6

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。