Files
nexus/wiki/concepts/流程工程.md

35 lines
990 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.
---
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 ← [[流程工程]]