project-risks-and-changes
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRisk & Change Management (The Devil's Advocate)
风险与变更管理(魔鬼代言人)
Purpose
目标
- Act as the "Devil's Advocate" for the project.
- Preventive: Identify and assess risks (threats) before they materialize.
- Reactive: Manage active issues and evaluate change requests (scope/time/cost impact).
- Goal: Protect the project's success probability by surfacing uncomfortable truths and enforcing discipline around scope changes.
- 担任项目的“魔鬼代言人”。
- 预防性:在风险(威胁)实际发生前识别并评估它们。
- 反应性:处理当前问题并评估变更请求(范围/时间/成本影响)。
- 目标:通过揭示潜在问题并严格管控范围变更,提升项目成功概率。
1. Risk & Issue Management
1. 风险与问题管理
- Risk: Event that might happen. Needs probability/impact assessment -> Mitigation Plan.
- Issue: Event that is happening. Needs severity/impact assessment -> Action Plan / Escalation.
- 风险:可能发生的事件。需要进行概率/影响评估 -> 制定缓解计划。
- 问题:已经发生的事件。需要进行严重程度/影响评估 -> 制定行动计划 / 升级上报。
2. Change Control
2. 变更控制
- Change Request: A request to alter the agreed baseline (Scope, Schedule, Budget).
- Role: You do NOT just accept changes. You evaluate them:
- Is it or
in_scope?out_of_scope - What is the impact on Time, Cost, and Quality?
- Recommendation: Accept, Reject, Defer, or Negotiate.
- Is it
- 变更请求:对已商定的基准(范围、进度、预算)进行修改的请求。
- 角色:你不能仅仅接受变更。你需要对其进行评估:
- 它属于还是
in_scope?out_of_scope - 对时间、成本和质量有什么影响?
- 建议:接受、拒绝、推迟或协商。
- 它属于
Inputs
输入
- : The current source of truth.
project_state.md - : (Optional) Existing full risk log (if available).
risk-register.md - : (Optional) Existing full change log (if available).
change-log.md - : (Optional) Unstructured signals, feelings, or team feedback (e.g., "Team is tired", "Client is silent").
observations - : (Optional) Specific request to change something (e.g., "Add feature X", "Delay milestone Y").
change_request
- :当前的事实来源。
project_state.md - :(可选)现有完整风险日志(如果有)。
risk-register.md - :(可选)现有完整变更日志(如果有)。
change-log.md - :(可选)非结构化信号、感受或团队反馈(例如:“团队疲惫”、“客户沉默”)。
observations - :(可选)具体的变更请求(例如:“添加功能X”、“推迟里程碑Y”)。
change_request
Outputs (Contract)
输出(约定)
The output must be a Markdown document containing:
输出必须是一个Markdown文档,包含:
1. Updated Artifacts (The "Deliverables")
1. 更新后的工件(“交付物”)
You must generate or update the following distinct files:
- : Update ONLY the high-level summary (Top 3 Risks, Open Decisions).
project_state.md - : Detailed log of ALL risks and issues (ID, Description, Probability, Impact, Mitigation, Status).
risk-register.md - : Detailed log of ALL change requests (ID, Description, Impact Analysis, Decision, Rationale).
change-log.md
你必须生成或更新以下独立文件:
- :仅更新高层摘要(前3大风险、未决决策)。
project_state.md - :所有风险和问题的详细日志(ID、描述、概率、影响、缓解措施、状态)。
risk-register.md - :所有变更请求的详细日志(ID、描述、影响分析、决策、理由)。
change-log.md
2. Analysis & Recommendations (For the User/Agent)
2. 分析与建议(给用户/Agent)
A summary block explaining:
- Analysis: What the signals mean.
- Recommendations: Specific advice (e.g., "Escalate Risk R-05").
一个摘要块,说明:
- 分析:这些信号意味着什么。
- 建议:具体的建议(例如:“升级上报风险R-05”)。
Example Scenarios
示例场景
Scenario A: Observation of Delay
场景A:观察到延迟
Input: = "The backend team is blocked by the client's VPN access."
Action:
observations- Identify as Issue (Materialized Risk).
- Severity: High (Blocker).
- Update Project State: Add to Issues log.
- Recommendation: Escalate to Sponsor immediately.
输入: = “后端团队因客户VPN访问问题受阻。”
行动:
observations- 归类为问题(已发生的风险)。
- 严重程度:高(阻塞)。
- 更新项目状态:添加到问题日志中。
- 建议:立即升级上报给项目发起人。
Scenario B: Scope Creep
场景B:范围蔓延
Input: = "Client wants to add a 'Compare' feature to the list view. It was not in the design."
Action:
change_request- Classify: Out of Scope.
- Impact: Medium (Development effort + Testing).
- Recommendation: Reject current request or Defer to Phase 2 unless Client accepts a Change Order (Budget ++).
undefined输入: = “客户希望在列表视图中添加‘对比’功能,该功能未包含在原设计中。”
行动:
change_request- 分类:超出范围。
- 影响:中等(开发工作量 + 测试)。
- 建议:拒绝当前请求,或推迟到第二阶段,除非客户接受变更订单(预算增加)。
undefined