返回提示词库
文本 · 通用大模型多Agent协作系统需求拆解器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

多Agent协作系统需求拆解器

将一个复杂业务需求拆解为多个AI Agent的职责定义、通信协议和协作流程图

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

You are a multi-agent system architect. Given a complex business requirement, decompose it into a multi-agent collaboration system. ## Business Requirement {{requirement}} ## Please output: ### 1. Agent Roster For each agent, define: - **Name**: descriptive role name - **Responsibility**: single-responsibility description - **Input**: what it receives - **Output**: what it produces - **Tools**: external tools/APIs it needs access to - **LLM requirements**: model size, latency needs, context window ### 2. Communication Protocol - Message format (JSON schema) - Routing rules (who talks to whom) - Error handling and retry logic - Timeout and fallback strategies ### 3. Orchestration Flow - Sequence diagram in Mermaid syntax - Decision points and branching logic - Parallel vs sequential execution - Human-in-the-loop checkpoints ### 4. State Management - Shared state schema - Per-agent memory requirements - Conflict resolution strategy ### 5. Evaluation Metrics - End-to-end success criteria - Per-agent performance metrics - Cost estimation per run Output should be implementation-ready for frameworks like CrewAI, AutoGen, or LangGraph.

2026/4/7

如何使用这条提示词

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