40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
||
title: "Automation Decision Framework"
|
||
type: concept
|
||
tags: [automation, governance, decision, evaluation]
|
||
sources: [automation-governance-architect]
|
||
last_updated: 2026-05-01
|
||
---
|
||
|
||
# Automation Decision Framework
|
||
|
||
四维自动化评估框架,Automation Governance Architect 对每个自动化请求强制执行的决策前置步骤。
|
||
|
||
## 四维评估
|
||
|
||
### 1. Time Savings Per Month(月度时间节省)
|
||
- 节省是否可持续且有意义?
|
||
- 流程频率是否足以覆盖自动化开销?
|
||
|
||
### 2. Data Criticality(数据关键性)
|
||
- 是否涉及客户、财务、合同或调度记录?
|
||
- 错误 / 延迟 / 重复 / 缺失数据的 Impact 是什么?
|
||
|
||
### 3. External Dependency Risk(外部依赖风险)
|
||
- 链条中有多少外部 API/服务?
|
||
- 它们是否稳定、有文档、可观测?
|
||
|
||
### 4. Scalability 1x to 100x(可扩展性)
|
||
- 重试、去重、速率限制在高负载下是否仍然有效?
|
||
- 异常处理在大规模下是否仍可管理?
|
||
|
||
## 与 Verdict System 的关系
|
||
|
||
四维评估结果直接决定 [[Automation-Verdict-System]] 五级裁定:
|
||
- 四维均达标 → APPROVE
|
||
- 部分维度满足但有限制 → APPROVE AS PILOT / PARTIAL AUTOMATION ONLY
|
||
- 任一维度存在重大问题 → DEFER / REJECT
|
||
|
||
## Sources
|
||
- [[automation-governance-architect]]
|