From 074066195e6aca16ba39f20fcff58783693b67b2 Mon Sep 17 00:00:00 2001 From: ittoview Date: Sun, 22 Feb 2026 13:37:04 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E8=B5=84=E6=BA=90):=20=E6=B7=BB=E5=8A=A0K?= =?UTF-8?q?A06=E9=A1=B9=E7=9B=AE=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9A=84=E8=A3=81=E5=89=AA=E8=80=83=E8=99=91=E5=9B=A0=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包含:多元化、物理位置、行业特定资源、团队成员的获得、团队管理、生命周期方法 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/knowledge-areas.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/data/knowledge-areas.json b/src/data/knowledge-areas.json index e70df04..33bda3e 100644 --- a/src/data/knowledge-areas.json +++ b/src/data/knowledge-areas.json @@ -98,7 +98,33 @@ "order": 6, "color": "#3B82F6", "description": "识别、获取和管理所需资源以成功完成项目", - "processCount": 6 + "processCount": 6, + "tailoringFactors": [ + { + "title": "多元化", + "description": "团队的多元化背景是什么?" + }, + { + "title": "物理位置", + "description": "团队成员和实物资源的物理位置在哪里?" + }, + { + "title": "行业特定资源", + "description": "所在行业需要哪些特殊资源?" + }, + { + "title": "团队成员的获得", + "description": "如何获得项目团队成员?项目团队成员是全职还是兼职?" + }, + { + "title": "团队管理", + "description": "如何管理项目团队建设?组织是否有管理团队建设的工具或是否需要创建新工具?是否存在有特殊需求的团队成员?是否需要为团队提供有关多元化管理的特别培训?" + }, + { + "title": "生命周期方法", + "description": "项目采用哪些生命周期方法?" + } + ] }, { "id": "KA07",