整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,34 @@
---
id: workflow-engineering
title: "流程工程"
type: concept
tags: [AI, workflow, SOP, engineering]
sources:
- "[[Claude Skills最值得研究的AI范式]]"
last_updated: 2026-01-05
---
## Definition
流程工程是将重复任务拆解为AI能理解、稳定复用的流程并通过Skills实现标准化的工程化方法。
## vs 提示词工程
| 维度 | 提示词工程 | 流程工程 |
|------|------------|----------|
| 核心 | 单次Prompt优化 | 全流程标准化 |
| 稳定性 | 依赖模型表现 | SOP固化 |
| 复用性 | 低 | 高 |
| 目标 | 一次好结果 | 稳定可重复 |
## Key Elements
- **SOP标准化**:将经验沉淀为操作步骤
- **Skills封装**AI技能的模块化
- **自动化执行**交给AI稳定运行
- **反馈迭代**:持续优化流程
## Connections
- [[提示词工程]] ← evolves_to ← [[流程工程]]
- [[Claude Skills]] ← implements ← [[流程工程]]
- [[SOP标准化]] ← enables ← [[流程工程]]