From 72a1b534763d8e80f04b821d57b5003c392540ca Mon Sep 17 00:00:00 2001 From: ittoview Date: Mon, 23 Feb 2026 08:46:29 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E8=8C=83=E5=9B=B4):=20=E6=B7=BB=E5=8A=A0P?= =?UTF-8?q?2.4=E5=92=8CP2.5=E4=B8=BB=E8=A6=81=E4=BD=9C=E7=94=A8=E5=8F=8AIT?= =?UTF-8?q?TO=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/processes.json | 81 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 74 insertions(+), 7 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 7c8071e..66423ce 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -633,11 +633,36 @@ "knowledgeAreaId": "KA02", "processGroupId": "PG02", "order": 4, - "inputs": ["A008", "A076", "A005", "A006"], + "inputs": [ + { + "id": "A008", + "detail": [ + { "label": "范围管理计划" } + ] + }, + { + "id": "A076", + "detail": [ + { "label": "需求文件" }, + { "label": "项目范围说明书" } + ] + }, + "A005", + "A006" + ], "tools": ["TT001", "TT059"], - "outputs": ["A021", "A077"], + "outputs": [ + "A021", + { + "id": "A077", + "detail": [ + { "label": "假设日志" }, + { "label": "需求文件" } + ] + } + ], + "purpose": "为所要交付的内容提供架构。它仅开展一次或仅在项目的预定义点开展。", "w5h1": { - "who": "项目经理+团队成员", "what": "把项目可交付成果和项目工作分解成较小、更易于管理的组件", "when": "规划过程组,定义范围后", "where": "项目规划环境", @@ -653,11 +678,53 @@ "knowledgeAreaId": "KA02", "processGroupId": "PG04", "order": 5, - "inputs": ["A008", "A076", "A071", "A067", "A005", "A006"], - "tools": ["TT065", "TT018"], - "outputs": ["A072", "A068", "A053", "A077"], + "inputs": [ + { + "id": "A008", + "detail": [ + { "label": "范围管理计划" }, + { "label": "需求管理计划" }, + { "label": "范围基准" } + ] + }, + { + "id": "A076", + "detail": [ + { "label": "需求文件" }, + { "label": "需求跟踪矩阵" }, + { "label": "质量报告" }, + { "label": "经验教训登记册" } + ] + }, + "A071", + "A067", + "A005", + "A006" + ], + "tools": [ + "TT065", + { + "id": "TT018", + "detail": [ + { "label": "投票" } + ] + } + ], + "outputs": [ + "A072", + "A068", + "A053", + { + "id": "A077", + "detail": [ + { "label": "需求文件" }, + { "label": "需求跟踪矩阵" }, + { "label": "经验教训登记册" } + ] + } + ], + "purpose": "(1)使验收过程具有客观性;(2)通过确认每个可交付成果来提高最终产品、服务或成果获得验收的可能性。本过程应根据需要在整个项目期间定期开展。", "w5h1": { - "who": "项目经理+客户/发起人", "what": "正式验收已完成的项目可交付成果", "when": "监控过程组,可交付成果完成后", "where": "与客户验收会议",