From a3773abbd6fdd61f50d35a8c2ca9bb6ac6b9d697 Mon Sep 17 00:00:00 2001 From: ittoview Date: Wed, 4 Mar 2026 15:14:25 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E6=B2=9F=E9=80=9A=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B2=9F=E9=80=9A=E9=9C=80=E6=B1=82=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=B7=A5=E5=85=B7=E5=B9=B6=E4=BF=AE=E6=AD=A3=E8=A7=84?= =?UTF-8?q?=E5=88=92=E6=B2=9F=E9=80=9A=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增TT133沟通需求分析工具 - P7.1规划沟通管理删除TT008数据分析 - P7.1规划沟通管理在第二位置插入TT133沟通需求分析 via [HAPI](https://hapi.run) Co-Authored-By: HAPI Co-Authored-By: Claude Sonnet 4.6 --- src/data/processes.json | 2 +- src/data/tools.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 6bfdc2e..6749a3e 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -1886,10 +1886,10 @@ ], "tools": [ "TT001", + "TT133", "TT085", "TT086", "TT087", - "TT008", { "id": "TT022", "detail": [{ "label": "沟通风格评估" }, { "label": "政治意识" }, { "label": "文化意识" }] }, { "id": "TT034", "detail": [{ "label": "干系人参与度评估矩阵" }] }, "TT032" diff --git a/src/data/tools.json b/src/data/tools.json index 7529257..523196d 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -131,6 +131,7 @@ { "id": "TT129", "name": "系统交互图", "nameEn": "Context Diagram", "type": "technique", "category": "scope" }, { "id": "TT130", "name": "不确定性表现方式", "nameEn": "Representations of Uncertainty", "type": "technique", "category": "risk" }, { "id": "TT131", "name": "广告", "nameEn": "Advertising", "type": "technique", "category": "procurement" }, - { "id": "TT132", "name": "决策技术", "nameEn": "Decision-Making Techniques", "type": "technique", "category": "decision-making" } + { "id": "TT132", "name": "决策技术", "nameEn": "Decision-Making Techniques", "type": "technique", "category": "decision-making" }, + { "id": "TT133", "name": "沟通需求分析", "nameEn": "Communication Requirements Analysis", "type": "technique", "category": "communication" } ] }