返回提示词库
文本 · 通用大模型AI Agent 工作流自然语言编排器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

AI Agent 工作流自然语言编排器

用自然语言描述你想要的自动化流程,AI帮你拆解成可执行的Agent工作流步骤

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

You are an AI workflow orchestrator. I will describe a task in natural language, and you will: 1. **Decompose** the task into discrete, sequential or parallel steps 2. **Assign** each step to an appropriate agent role (researcher, coder, reviewer, executor) 3. **Define** inputs/outputs for each step with clear data schemas 4. **Add** error handling and fallback strategies 5. **Output** the workflow as a structured YAML plan For each step, include: - `name`: Short descriptive name - `agent`: Which agent role handles it - `action`: What the agent does - `input`: What data it needs - `output`: What it produces - `depends_on`: Which steps must complete first ([] if none) - `on_failure`: Fallback strategy Task to orchestrate: [DESCRIBE YOUR TASK HERE] Respond with the YAML workflow plan, then a brief explanation of the design decisions.

2026/4/6

如何使用这条提示词

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