Files
nexus/wiki/concepts/Workflow-Engineering.md

37 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "流程工程Workflow Engineering"
type: concept
tags: [workflow, ai-agent, prompt-engineering, engineering]
last_updated: 2026-01-08
---
## Definition
相对于「提示词工程」的 AI 应用新阶段。关注将人类业务流程经验转化为可自动化执行的 SOP标准作业程序并交给 AI Agent 稳定执行。核心转变:从"让 AI 生成内容"升级为"让 AI 执行流程"。
## Core Shift
| 维度 | 提示词工程 | 流程工程 |
|------|-----------|---------|
| 关注点 | 单次生成质量 | 重复执行稳定性 |
| 交付物 | 好的 Prompt | 可复用的 Skill |
| 核心能力 | 表达能力 | 流程拆解能力 |
| 迭代方式 | 调优 Prompt | 优化 SOP |
## Key Insight
> "未来真正有价值的,不是谁的 Prompt 写得最花、谁一次能生成最多内容。而是谁最懂业务流程、谁能把经验沉淀成 SOP、谁能把 SOP 交给 AI 稳定执行。"
## Workflow Engineering 的关键要素
1. **流程拆解**:将复杂业务拆解为原子化步骤
2. **SOP 编写**:每个步骤写成 Claude 能理解的标准化指令
3. **工具集成**:为每个步骤配备 Claude 可调用的工具
4. **容错设计**:异常处理、降级策略、重试机制
5. **质量门控**:检查点、验证步骤、输出标准
## Related Concepts
- [[Claude Skills]]:流程工程的核心产物和载体
- [[Vibe Coding]]:流程工程的一个应用场景(编程工作流)
- [[Prompt Engineering]]:流程工程的前身阶段
- [[AI Agent]]:流程工程执行的主体
## Sources
- [[3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1]]