Files
nexus/wiki/concepts/Gate-Process.md
2026-04-29 00:02:51 +08:00

64 lines
2.5 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: "Gate Process"
type: concept
tags: [CTP, Cloud, AWS, Governance]
sources: [ctp-topic-20-program-demand-process-flow-and-poc-onboarding]
last_updated: 2026-04-14
---
## Definition
网关审批流程Gate Process是用于治理云迁移项目进度的关键决策点框架。通过在关键里程碑设置"网关"Gate来确保项目在进入下一阶段前满足所有准入条件从而控制风险并确保治理严谨性。
## Gate Stages in CTP
### Gate 0 — 评估准入Assessment Gate
- **目的**:确认需求是否符合云转型范围
- **审查内容**:业务需求、技术可行性、资源可用性
- **产出**:准入决策,是否进入详细规划阶段
### Gate 1 — 设计审批Design Authority Gate
- **目的**:验证解决方案设计是否符合云原生原则
- **审查内容**:架构设计、安全策略、合规性、 IaC 规划
- **产出**Design Authority 批准或驳回
- **关键要求**:必须有经过审批的 [[Solution-Design]]
### Gate 3 — 迁移准入Migration Gate
- **目的**:确认产品已具备进入生产环境迁移的条件
- **审查内容**POC 成果、IaC 就绪状态、团队能力、安全评审结果
- **产出**:最终迁移批准
## Gate Process vs 敏捷方法
| 维度 | Gate Process | 敏捷方法Scrum/Kanban |
|------|-------------|--------------------------|
| 决策模式 | 阶段性审批节点 | 持续反馈循环 |
| 变更控制 | Gate 之间冻结 | 随时调整优先级 |
| 适用场景 | 大范围迁移治理 | 迭代式产品开发 |
| 风险控制 | 强制审查点 | 快速失败快速调整 |
| 文档要求 | 高(各 Gate 交付物) | 低Working Software |
## Relationship with Agile
两者非逻辑矛盾,而是适用场景不同:
- **Gate Process** 适用于需要严格治理的大范围企业迁移决策
- **敏捷方法** 适用于持续迭代的产品开发和交付
CTP 实践中可将两者结合:使用敏捷方法管理迭代交付,使用 Gate Process 治理迁移准入决策。
## Related Concepts
- [[Program-Demand-Process]]Gate Process 是需求流程的核心治理机制
- [[Proof-of-Concept]]Gate 3 前必须完成 POC 并验证成功标准
- [[Solution-Design]]Gate 1 的核心审批交付物
- [[Design-Authority]]Gate 1 审批的执行主体
- [[Agile]]:与 Gate Process 形成互补的迭代管理方法
## References
- [[ctp-topic-20-program-demand-process-flow-and-poc-onboarding]]