Files
nexus/wiki/concepts/流程工程.md
2026-04-15 16:33:26 +08:00

24 lines
848 B
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: "流程工程"
type: concept
tags: [ai, workflow, engineering]
---
## Definition
流程工程Process Engineering是将人类经验与业务知识沉淀为标准化操作流程SOP再交由 AI 稳定执行的工程化方法论。
## Core Claim
"未来真正有价值的,不是谁的 Prompt 写得最花,而是谁最懂业务流程、谁能把经验沉淀为 SOP、谁能把 SOP 交给 AI 稳定执行。"
## Distinction from Traditional Software Engineering
- 传统软件工程:代码即产品
- 流程工程流程描述即产品AI 为执行者
## Relationship to Skills
Skill 是流程工程的最小单元。一个 Skill = 一个完整的 SOP + 触发条件 + 边界处理。
## Connections
- [[AI技能封装]] ← 实施手段
- [[Claude Skills]] ← 标准化格式
- [[Vibe Coding]] ← 应用场景