dsh-plugin-t-expert 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/THIRD-PARTY-NOTICES +11 -2
- package/data/experts/academic/academic-study-planner.md +40 -0
- package/data/experts/company/chief-executive-officer.md +23 -0
- package/data/experts/company/chief-marketing-officer.md +23 -0
- package/data/experts/company/chief-operating-officer.md +23 -0
- package/data/experts/company/chief-product-officer.md +23 -0
- package/data/experts/company/chief-technology-officer.md +23 -0
- package/data/experts/design/design-video-prompt-engineer.md +40 -0
- package/data/experts/engineering/engineering-dingtalk-integration-developer.md +40 -0
- package/data/experts/engineering/engineering-embedded-linux-driver-engineer.md +40 -0
- package/data/experts/engineering/engineering-fpga-digital-design-engineer.md +40 -0
- package/data/experts/engineering/engineering-iot-solution-architect.md +40 -0
- package/data/experts/engineering/engineering-mechanical-design-engineer.md +40 -0
- package/data/experts/engineering/engineering-pc-host-engineer.md +40 -0
- package/data/experts/finance/finance-fraud-detector.md +40 -0
- package/data/experts/finance/finance-hk-stock-compliance-reviewer.md +40 -0
- package/data/experts/finance/finance-invoice-manager.md +40 -0
- package/data/experts/hr/hr-performance-reviewer.md +23 -0
- package/data/experts/legal/legal-contract-reviewer.md +23 -0
- package/data/experts/legal/legal-policy-writer.md +23 -0
- package/data/experts/marketing/marketing-daily-news-briefing.md +40 -0
- package/data/experts/marketing/marketing-knowledge-commerce-strategist.md +40 -0
- package/data/experts/marketing/marketing-weixin-channels-strategist.md +40 -0
- package/data/experts/specialized/authenticity-appraiser.md +23 -0
- package/data/experts/specialized/gaokao-college-advisor.md +40 -0
- package/data/experts/specialized/livestock-archive-auditor.md +21 -0
- package/data/experts/specialized/specialized-ai-policy-writer.md +40 -0
- package/data/experts/specialized/specialized-meeting-assistant.md +40 -0
- package/data/experts/specialized/specialized-risk-assessor.md +40 -0
- package/data/experts/specialized/technical-translator-agent.md +40 -0
- package/data/experts/specialized/travel-planner.md +40 -0
- package/data/experts/supply-chain/supply-chain-garment-factory-planning-engineer.md +21 -0
- package/data/experts/supply-chain/supply-chain-inventory-forecaster.md +21 -0
- package/data/experts/supply-chain/supply-chain-route-optimizer.md +21 -0
- package/data/experts/supply-chain/supply-chain-vendor-evaluator.md +21 -0
- package/data/experts/testing/testing-embedded-qa-engineer.md +40 -0
- package/data/source.json +89 -2
- package/data/t-team.config.json +1226 -381
- package/data/teams.json +625 -285
- package/data/teams.resolved.json +1279 -456
- package/data/zh/COVERAGE.json +5 -5
- package/data/zh/academic/academic-study-planner.md +262 -0
- package/data/zh/company/chief-executive-officer.md +104 -0
- package/data/zh/company/chief-marketing-officer.md +95 -0
- package/data/zh/company/chief-operating-officer.md +88 -0
- package/data/zh/company/chief-product-officer.md +91 -0
- package/data/zh/company/chief-technology-officer.md +98 -0
- package/data/zh/descriptions.json +35 -0
- package/data/zh/design/design-video-prompt-engineer.md +110 -0
- package/data/zh/divisions.json +16 -0
- package/data/zh/engineering/engineering-dingtalk-integration-developer.md +574 -0
- package/data/zh/engineering/engineering-embedded-linux-driver-engineer.md +255 -0
- package/data/zh/engineering/engineering-fpga-digital-design-engineer.md +227 -0
- package/data/zh/engineering/engineering-iot-solution-architect.md +220 -0
- package/data/zh/engineering/engineering-mechanical-design-engineer.md +311 -0
- package/data/zh/engineering/engineering-pc-host-engineer.md +231 -0
- package/data/zh/finance/finance-fraud-detector.md +241 -0
- package/data/zh/finance/finance-hk-stock-compliance-reviewer.md +316 -0
- package/data/zh/finance/finance-invoice-manager.md +242 -0
- package/data/zh/hr/hr-performance-reviewer.md +248 -0
- package/data/zh/legal/legal-contract-reviewer.md +240 -0
- package/data/zh/legal/legal-policy-writer.md +308 -0
- package/data/zh/marketing/marketing-daily-news-briefing.md +303 -0
- package/data/zh/marketing/marketing-knowledge-commerce-strategist.md +384 -0
- package/data/zh/marketing/marketing-weixin-channels-strategist.md +297 -0
- package/data/zh/names.json +35 -0
- package/data/zh/specialized/authenticity-appraiser.md +38 -0
- package/data/zh/specialized/gaokao-college-advisor.md +333 -0
- package/data/zh/specialized/livestock-archive-auditor.md +135 -0
- package/data/zh/specialized/specialized-ai-policy-writer.md +217 -0
- package/data/zh/specialized/specialized-meeting-assistant.md +236 -0
- package/data/zh/specialized/specialized-risk-assessor.md +240 -0
- package/data/zh/specialized/technical-translator-agent.md +167 -0
- package/data/zh/specialized/travel-planner.md +38 -0
- package/data/zh/supply-chain/supply-chain-garment-factory-planning-engineer.md +262 -0
- package/data/zh/supply-chain/supply-chain-inventory-forecaster.md +212 -0
- package/data/zh/supply-chain/supply-chain-route-optimizer.md +224 -0
- package/data/zh/supply-chain/supply-chain-vendor-evaluator.md +232 -0
- package/data/zh/testing/testing-embedded-qa-engineer.md +258 -0
- package/lib/index.js +1 -1
- package/package.json +2 -2
- package/vendor/third-party-licenses/README.md +1 -1
package/data/teams.json
CHANGED
|
@@ -24,42 +24,64 @@
|
|
|
24
24
|
"engineering-code-reviewer"
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
-
"t-team-
|
|
28
|
-
"description": "T专家 ·
|
|
27
|
+
"t-team-frontend": {
|
|
28
|
+
"description": "T专家 · 前端与界面小队",
|
|
29
29
|
"aliases": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"渗透测试",
|
|
37
|
-
"安全测试"
|
|
30
|
+
"前端",
|
|
31
|
+
"界面",
|
|
32
|
+
"UI",
|
|
33
|
+
"网页",
|
|
34
|
+
"交互",
|
|
35
|
+
"frontend"
|
|
38
36
|
],
|
|
39
37
|
"members": [
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
38
|
+
"engineering-frontend-developer",
|
|
39
|
+
"design-ui-designer",
|
|
40
|
+
"design-ux-architect",
|
|
41
|
+
"design-ui-finish-gate-reviewer",
|
|
42
|
+
"engineering-uswds-developer",
|
|
43
|
+
"engineering-i18n-engineer"
|
|
45
44
|
]
|
|
46
45
|
},
|
|
47
|
-
"t-team-
|
|
48
|
-
"description": "T专家 ·
|
|
46
|
+
"t-team-backend": {
|
|
47
|
+
"description": "T专家 · 后端与架构小队",
|
|
49
48
|
"aliases": [
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
49
|
+
"后端",
|
|
50
|
+
"架构",
|
|
51
|
+
"服务端",
|
|
52
|
+
"API",
|
|
53
|
+
"数据库",
|
|
54
|
+
"backend"
|
|
56
55
|
],
|
|
57
56
|
"members": [
|
|
58
|
-
"engineering-
|
|
57
|
+
"engineering-backend-architect",
|
|
58
|
+
"engineering-software-architect",
|
|
59
|
+
"engineering-api-platform-engineer",
|
|
59
60
|
"engineering-database-optimizer",
|
|
60
|
-
"engineering-
|
|
61
|
-
"engineering-
|
|
62
|
-
"
|
|
61
|
+
"engineering-database-reliability-engineer",
|
|
62
|
+
"engineering-senior-developer",
|
|
63
|
+
"engineering-rust-refactoring-specialist"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"t-team-design": {
|
|
67
|
+
"description": "T专家 · 视觉与体验小队",
|
|
68
|
+
"aliases": [
|
|
69
|
+
"视觉",
|
|
70
|
+
"品牌",
|
|
71
|
+
"平面",
|
|
72
|
+
"插画",
|
|
73
|
+
"图像",
|
|
74
|
+
"visual"
|
|
75
|
+
],
|
|
76
|
+
"members": [
|
|
77
|
+
"design-brand-guardian",
|
|
78
|
+
"design-visual-storyteller",
|
|
79
|
+
"design-image-prompt-engineer",
|
|
80
|
+
"design-video-prompt-engineer",
|
|
81
|
+
"design-inclusive-visuals-specialist",
|
|
82
|
+
"design-ux-researcher",
|
|
83
|
+
"design-persona-walkthrough",
|
|
84
|
+
"design-whimsy-injector"
|
|
63
85
|
]
|
|
64
86
|
},
|
|
65
87
|
"t-team-qa": {
|
|
@@ -68,7 +90,7 @@
|
|
|
68
90
|
"测试",
|
|
69
91
|
"质量",
|
|
70
92
|
"qa",
|
|
71
|
-
"
|
|
93
|
+
"用例",
|
|
72
94
|
"验收",
|
|
73
95
|
"回归"
|
|
74
96
|
],
|
|
@@ -77,86 +99,72 @@
|
|
|
77
99
|
"testing-api-tester",
|
|
78
100
|
"testing-performance-benchmarker",
|
|
79
101
|
"testing-accessibility-auditor",
|
|
80
|
-
"testing-reality-checker"
|
|
102
|
+
"testing-reality-checker",
|
|
103
|
+
"testing-embedded-qa-engineer",
|
|
104
|
+
"testing-evidence-collector",
|
|
105
|
+
"testing-tool-evaluator"
|
|
81
106
|
]
|
|
82
107
|
},
|
|
83
|
-
"t-team-
|
|
84
|
-
"description": "T专家 ·
|
|
85
|
-
"aliases": [
|
|
86
|
-
"写作",
|
|
87
|
-
"诗人",
|
|
88
|
-
"诗歌",
|
|
89
|
-
"写手",
|
|
90
|
-
"文案",
|
|
91
|
-
"poet",
|
|
92
|
-
"writing",
|
|
93
|
-
"诗",
|
|
94
|
-
"写诗",
|
|
95
|
-
"作诗",
|
|
96
|
-
"润色",
|
|
97
|
-
"散文",
|
|
98
|
-
"写文章"
|
|
99
|
-
],
|
|
100
|
-
"members": [
|
|
101
|
-
"academic-narratologist",
|
|
102
|
-
"marketing-book-co-author",
|
|
103
|
-
"marketing-content-creator",
|
|
104
|
-
"academic-historian",
|
|
105
|
-
"specialized-cultural-intelligence-strategist"
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
"t-team-frontend": {
|
|
109
|
-
"description": "T专家 · 前端与界面小队",
|
|
108
|
+
"t-team-data": {
|
|
109
|
+
"description": "T专家 · 数据分析小队",
|
|
110
110
|
"aliases": [
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
111
|
+
"数据",
|
|
112
|
+
"分析",
|
|
113
|
+
"data",
|
|
114
|
+
"报表",
|
|
115
|
+
"可视化",
|
|
116
|
+
"看板"
|
|
117
117
|
],
|
|
118
118
|
"members": [
|
|
119
|
-
"engineering-
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
119
|
+
"engineering-data-engineer",
|
|
120
|
+
"engineering-data-visualization-engineer",
|
|
121
|
+
"support-analytics-reporter",
|
|
122
|
+
"testing-test-results-analyzer",
|
|
123
|
+
"academic-statistician",
|
|
124
|
+
"data-consolidation-agent",
|
|
125
|
+
"report-distribution-agent",
|
|
126
|
+
"engineering-ai-data-remediation-engineer"
|
|
124
127
|
]
|
|
125
128
|
},
|
|
126
|
-
"t-team-
|
|
127
|
-
"description": "T专家 ·
|
|
129
|
+
"t-team-ai": {
|
|
130
|
+
"description": "T专家 · AI与智能体小队",
|
|
128
131
|
"aliases": [
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
132
|
+
"AI",
|
|
133
|
+
"智能体",
|
|
134
|
+
"模型",
|
|
135
|
+
"LLM",
|
|
136
|
+
"RAG",
|
|
137
|
+
"提示词"
|
|
135
138
|
],
|
|
136
139
|
"members": [
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"engineering-ai-engineer",
|
|
141
|
+
"engineering-llm-post-training-engineer",
|
|
142
|
+
"engineering-rag-pipeline-engineer",
|
|
143
|
+
"engineering-multi-agent-systems-architect",
|
|
144
|
+
"engineering-prompt-engineer",
|
|
145
|
+
"agents-orchestrator",
|
|
146
|
+
"specialized-mcp-builder",
|
|
147
|
+
"specialized-model-qa"
|
|
142
148
|
]
|
|
143
149
|
},
|
|
144
|
-
"t-team-
|
|
145
|
-
"description": "T专家 ·
|
|
150
|
+
"t-team-platform": {
|
|
151
|
+
"description": "T专家 · 平台与工程效率小队",
|
|
146
152
|
"aliases": [
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"backend"
|
|
153
|
+
"平台",
|
|
154
|
+
"工具链",
|
|
155
|
+
"Git",
|
|
156
|
+
"开发体验",
|
|
157
|
+
"效率"
|
|
153
158
|
],
|
|
154
159
|
"members": [
|
|
155
|
-
"engineering-
|
|
156
|
-
"engineering-
|
|
157
|
-
"engineering-
|
|
158
|
-
"engineering-
|
|
159
|
-
"engineering-
|
|
160
|
+
"engineering-platform-engineer",
|
|
161
|
+
"engineering-developer-tooling-engineer",
|
|
162
|
+
"engineering-git-workflow-master",
|
|
163
|
+
"engineering-codebase-onboarding-engineer",
|
|
164
|
+
"engineering-minimal-change-engineer",
|
|
165
|
+
"specialized-codebase-archaeologist",
|
|
166
|
+
"engineering-rapid-prototyper",
|
|
167
|
+
"specialized-salesforce-architect"
|
|
160
168
|
]
|
|
161
169
|
},
|
|
162
170
|
"t-team-infra": {
|
|
@@ -175,25 +183,27 @@
|
|
|
175
183
|
"engineering-sre",
|
|
176
184
|
"engineering-incident-response-commander",
|
|
177
185
|
"support-infrastructure-maintainer",
|
|
178
|
-
"engineering-finops-engineer"
|
|
186
|
+
"engineering-finops-engineer",
|
|
187
|
+
"engineering-it-service-manager"
|
|
179
188
|
]
|
|
180
189
|
},
|
|
181
|
-
"t-team-
|
|
182
|
-
"description": "T专家 ·
|
|
190
|
+
"t-team-cms": {
|
|
191
|
+
"description": "T专家 · 建站与CMS小队",
|
|
183
192
|
"aliases": [
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
193
|
+
"建站",
|
|
194
|
+
"网站",
|
|
195
|
+
"CMS",
|
|
196
|
+
"商城",
|
|
197
|
+
"WordPress",
|
|
198
|
+
"Drupal"
|
|
190
199
|
],
|
|
191
200
|
"members": [
|
|
192
|
-
"engineering-
|
|
193
|
-
"engineering-
|
|
194
|
-
"engineering-
|
|
195
|
-
"engineering-
|
|
196
|
-
"engineering-
|
|
201
|
+
"engineering-cms-developer",
|
|
202
|
+
"engineering-wordpress-performance",
|
|
203
|
+
"engineering-wordpress-shopping-cart",
|
|
204
|
+
"engineering-drupal-performance",
|
|
205
|
+
"engineering-drupal-shopping-cart",
|
|
206
|
+
"engineering-filament-optimization-specialist"
|
|
197
207
|
]
|
|
198
208
|
},
|
|
199
209
|
"t-team-client": {
|
|
@@ -201,35 +211,58 @@
|
|
|
201
211
|
"aliases": [
|
|
202
212
|
"移动",
|
|
203
213
|
"App",
|
|
204
|
-
"小程序",
|
|
205
214
|
"桌面",
|
|
206
|
-
"
|
|
207
|
-
"
|
|
215
|
+
"客户端",
|
|
216
|
+
"发布"
|
|
208
217
|
],
|
|
209
218
|
"members": [
|
|
210
219
|
"engineering-mobile-app-builder",
|
|
211
220
|
"engineering-mobile-release-engineer",
|
|
212
221
|
"engineering-desktop-app-engineer",
|
|
222
|
+
"engineering-realtime-collaboration-engineer",
|
|
223
|
+
"engineering-webassembly-engineer",
|
|
224
|
+
"engineering-video-streaming-engineer",
|
|
225
|
+
"engineering-voice-ai-integration-engineer"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"t-team-hardware": {
|
|
229
|
+
"description": "T专家 · 硬件与嵌入式小队",
|
|
230
|
+
"aliases": [
|
|
231
|
+
"硬件",
|
|
232
|
+
"嵌入式",
|
|
233
|
+
"FPGA",
|
|
234
|
+
"机械",
|
|
235
|
+
"上位机",
|
|
236
|
+
"固件",
|
|
237
|
+
"IoT"
|
|
238
|
+
],
|
|
239
|
+
"members": [
|
|
213
240
|
"engineering-embedded-firmware-engineer",
|
|
214
|
-
"engineering-
|
|
241
|
+
"engineering-embedded-linux-driver-engineer",
|
|
242
|
+
"engineering-fpga-digital-design-engineer",
|
|
243
|
+
"engineering-mechanical-design-engineer",
|
|
244
|
+
"engineering-pc-host-engineer",
|
|
245
|
+
"engineering-iot-fleet-engineer",
|
|
246
|
+
"engineering-iot-solution-architect"
|
|
215
247
|
]
|
|
216
248
|
},
|
|
217
|
-
"t-team-
|
|
218
|
-
"description": "T专家 ·
|
|
249
|
+
"t-team-china-stack": {
|
|
250
|
+
"description": "T专家 · 国内技术栈集成小队",
|
|
219
251
|
"aliases": [
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
252
|
+
"钉钉",
|
|
253
|
+
"飞书",
|
|
254
|
+
"小程序",
|
|
255
|
+
"信创",
|
|
256
|
+
"国产化",
|
|
257
|
+
"国内"
|
|
226
258
|
],
|
|
227
259
|
"members": [
|
|
228
|
-
"engineering-
|
|
229
|
-
"engineering-
|
|
230
|
-
"engineering-
|
|
231
|
-
"engineering-
|
|
232
|
-
"engineering-
|
|
260
|
+
"engineering-dingtalk-integration-developer",
|
|
261
|
+
"engineering-feishu-integration-developer",
|
|
262
|
+
"engineering-wechat-mini-program-developer",
|
|
263
|
+
"engineering-china-network-engineer",
|
|
264
|
+
"engineering-network-engineer",
|
|
265
|
+
"engineering-gaussdb-expert"
|
|
233
266
|
]
|
|
234
267
|
},
|
|
235
268
|
"t-team-payments": {
|
|
@@ -246,42 +279,237 @@
|
|
|
246
279
|
"engineering-payments-billing-engineer",
|
|
247
280
|
"engineering-solidity-smart-contract-engineer",
|
|
248
281
|
"zk-steward",
|
|
249
|
-
"engineering-
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
},
|
|
253
|
-
"t-team-platform": {
|
|
254
|
-
"description": "T专家 · 平台与工具链小队",
|
|
255
|
-
"aliases": [
|
|
256
|
-
"平台",
|
|
257
|
-
"工具链",
|
|
258
|
-
"Git",
|
|
259
|
-
"开发体验",
|
|
260
|
-
"效率"
|
|
261
|
-
],
|
|
262
|
-
"members": [
|
|
263
|
-
"engineering-platform-engineer",
|
|
264
|
-
"engineering-developer-tooling-engineer",
|
|
265
|
-
"engineering-git-workflow-master",
|
|
266
|
-
"engineering-codebase-onboarding-engineer",
|
|
267
|
-
"engineering-rapid-prototyper"
|
|
282
|
+
"engineering-identity-access-engineer",
|
|
283
|
+
"identity-graph-operator",
|
|
284
|
+
"security-blockchain-security-auditor"
|
|
268
285
|
]
|
|
269
286
|
},
|
|
270
287
|
"t-team-docs": {
|
|
271
|
-
"description": "T专家 ·
|
|
288
|
+
"description": "T专家 · 文档与知识小队",
|
|
272
289
|
"aliases": [
|
|
273
290
|
"文档",
|
|
274
291
|
"手册",
|
|
275
292
|
"说明书",
|
|
276
293
|
"技术写作",
|
|
277
|
-
"
|
|
294
|
+
"知识库"
|
|
278
295
|
],
|
|
279
296
|
"members": [
|
|
280
297
|
"engineering-technical-writer",
|
|
281
298
|
"specialized-document-generator",
|
|
282
299
|
"engineering-universal-document-compiler",
|
|
283
300
|
"engineering-knowledge-graph-engineer",
|
|
284
|
-
"
|
|
301
|
+
"engineering-pdf-engine-architect",
|
|
302
|
+
"specialized-developer-advocate"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"t-team-product": {
|
|
306
|
+
"description": "T专家 · 产品小队",
|
|
307
|
+
"aliases": [
|
|
308
|
+
"产品",
|
|
309
|
+
"需求",
|
|
310
|
+
"用户研究",
|
|
311
|
+
"用户反馈",
|
|
312
|
+
"增长产品"
|
|
313
|
+
],
|
|
314
|
+
"members": [
|
|
315
|
+
"product-manager",
|
|
316
|
+
"product-sprint-prioritizer",
|
|
317
|
+
"product-feedback-synthesizer",
|
|
318
|
+
"product-behavioral-nudge-engine",
|
|
319
|
+
"product-trend-researcher"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
"t-team-pm": {
|
|
323
|
+
"description": "T专家 · 项目与流程小队",
|
|
324
|
+
"aliases": [
|
|
325
|
+
"项目",
|
|
326
|
+
"排期",
|
|
327
|
+
"流程",
|
|
328
|
+
"会议",
|
|
329
|
+
"Jira",
|
|
330
|
+
"制片"
|
|
331
|
+
],
|
|
332
|
+
"members": [
|
|
333
|
+
"project-manager-senior",
|
|
334
|
+
"project-management-project-shepherd",
|
|
335
|
+
"project-management-jira-workflow-steward",
|
|
336
|
+
"project-management-meeting-notes-specialist",
|
|
337
|
+
"project-management-experiment-tracker",
|
|
338
|
+
"project-management-studio-operations",
|
|
339
|
+
"project-management-studio-producer",
|
|
340
|
+
"specialized-meeting-assistant"
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"t-team-security": {
|
|
344
|
+
"description": "T专家 · 安全审计小队",
|
|
345
|
+
"aliases": [
|
|
346
|
+
"安全",
|
|
347
|
+
"审计",
|
|
348
|
+
"security",
|
|
349
|
+
"渗透",
|
|
350
|
+
"漏洞",
|
|
351
|
+
"安全测试"
|
|
352
|
+
],
|
|
353
|
+
"members": [
|
|
354
|
+
"security-architect",
|
|
355
|
+
"security-appsec-engineer",
|
|
356
|
+
"security-penetration-tester",
|
|
357
|
+
"security-cloud-security-architect",
|
|
358
|
+
"security-threat-intelligence-analyst",
|
|
359
|
+
"security-ai-generated-code-auditor"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"t-team-secops": {
|
|
363
|
+
"description": "T专家 · 检测与响应小队",
|
|
364
|
+
"aliases": [
|
|
365
|
+
"检测响应",
|
|
366
|
+
"应急",
|
|
367
|
+
"SOC",
|
|
368
|
+
"SIEM",
|
|
369
|
+
"威胁狩猎",
|
|
370
|
+
"蓝队"
|
|
371
|
+
],
|
|
372
|
+
"members": [
|
|
373
|
+
"security-threat-detection-engineer",
|
|
374
|
+
"security-incident-responder",
|
|
375
|
+
"security-senior-secops",
|
|
376
|
+
"security-secrets-credential-engineer",
|
|
377
|
+
"automation-governance-architect"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
"t-team-compliance": {
|
|
381
|
+
"description": "T专家 · 合规与审计小队",
|
|
382
|
+
"aliases": [
|
|
383
|
+
"合规",
|
|
384
|
+
"等保",
|
|
385
|
+
"隐私",
|
|
386
|
+
"认证",
|
|
387
|
+
"FedRAMP"
|
|
388
|
+
],
|
|
389
|
+
"members": [
|
|
390
|
+
"security-compliance-auditor",
|
|
391
|
+
"specialized-fedramp-rmf-compliance",
|
|
392
|
+
"support-legal-compliance-checker",
|
|
393
|
+
"engineering-privacy-engineer",
|
|
394
|
+
"data-privacy-officer",
|
|
395
|
+
"engineering-section-508-specialist",
|
|
396
|
+
"agentic-identity-trust",
|
|
397
|
+
"specialized-ai-policy-writer"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"t-team-legal": {
|
|
401
|
+
"description": "T专家 · 法务与合同小队",
|
|
402
|
+
"aliases": [
|
|
403
|
+
"法务",
|
|
404
|
+
"合同",
|
|
405
|
+
"律师",
|
|
406
|
+
"条款",
|
|
407
|
+
"监管"
|
|
408
|
+
],
|
|
409
|
+
"members": [
|
|
410
|
+
"legal-contract-reviewer",
|
|
411
|
+
"legal-policy-writer",
|
|
412
|
+
"legal-document-review",
|
|
413
|
+
"legal-client-intake",
|
|
414
|
+
"legal-billing-time-tracking"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"t-team-hr": {
|
|
418
|
+
"description": "T专家 · 人力资源小队",
|
|
419
|
+
"aliases": [
|
|
420
|
+
"人事",
|
|
421
|
+
"HR",
|
|
422
|
+
"招聘",
|
|
423
|
+
"培训",
|
|
424
|
+
"入职",
|
|
425
|
+
"绩效"
|
|
426
|
+
],
|
|
427
|
+
"members": [
|
|
428
|
+
"hr-performance-reviewer",
|
|
429
|
+
"recruitment-specialist",
|
|
430
|
+
"hr-onboarding",
|
|
431
|
+
"corporate-training-designer",
|
|
432
|
+
"organizational-psychologist",
|
|
433
|
+
"resume-tailor",
|
|
434
|
+
"sales-coach",
|
|
435
|
+
"engineering-ats-validator-architect"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"t-team-company": {
|
|
439
|
+
"description": "T专家 · 公司经营小队",
|
|
440
|
+
"aliases": [
|
|
441
|
+
"公司",
|
|
442
|
+
"经营",
|
|
443
|
+
"高管",
|
|
444
|
+
"C-level",
|
|
445
|
+
"决策",
|
|
446
|
+
"董事会"
|
|
447
|
+
],
|
|
448
|
+
"members": [
|
|
449
|
+
"chief-executive-officer",
|
|
450
|
+
"chief-operating-officer",
|
|
451
|
+
"chief-technology-officer",
|
|
452
|
+
"chief-product-officer",
|
|
453
|
+
"chief-marketing-officer",
|
|
454
|
+
"specialized-chief-of-staff",
|
|
455
|
+
"operations-manager"
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"t-team-finance": {
|
|
459
|
+
"description": "T专家 · 财务与税务小队",
|
|
460
|
+
"aliases": [
|
|
461
|
+
"财务",
|
|
462
|
+
"会计",
|
|
463
|
+
"税务",
|
|
464
|
+
"预算",
|
|
465
|
+
"发票",
|
|
466
|
+
"报销"
|
|
467
|
+
],
|
|
468
|
+
"members": [
|
|
469
|
+
"chief-financial-officer",
|
|
470
|
+
"finance-fpa-analyst",
|
|
471
|
+
"finance-bookkeeper-controller",
|
|
472
|
+
"finance-tax-strategist",
|
|
473
|
+
"finance-invoice-manager",
|
|
474
|
+
"accounts-payable-agent",
|
|
475
|
+
"support-finance-tracker"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"t-team-invest": {
|
|
479
|
+
"description": "T专家 · 投资与风控小队",
|
|
480
|
+
"aliases": [
|
|
481
|
+
"投资",
|
|
482
|
+
"风控",
|
|
483
|
+
"尽调",
|
|
484
|
+
"并购",
|
|
485
|
+
"反欺诈",
|
|
486
|
+
"港股"
|
|
487
|
+
],
|
|
488
|
+
"members": [
|
|
489
|
+
"finance-investment-researcher",
|
|
490
|
+
"finance-financial-analyst",
|
|
491
|
+
"finance-fraud-detector",
|
|
492
|
+
"finance-hk-stock-compliance-reviewer",
|
|
493
|
+
"specialized-risk-assessor",
|
|
494
|
+
"ma-integration-manager"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
"t-team-supply-chain": {
|
|
498
|
+
"description": "T专家 · 供应链与采购小队",
|
|
499
|
+
"aliases": [
|
|
500
|
+
"供应链",
|
|
501
|
+
"采购",
|
|
502
|
+
"库存",
|
|
503
|
+
"物流",
|
|
504
|
+
"供应商",
|
|
505
|
+
"工厂"
|
|
506
|
+
],
|
|
507
|
+
"members": [
|
|
508
|
+
"supply-chain-vendor-evaluator",
|
|
509
|
+
"supply-chain-inventory-forecaster",
|
|
510
|
+
"supply-chain-route-optimizer",
|
|
511
|
+
"supply-chain-garment-factory-planning-engineer",
|
|
512
|
+
"supply-chain-strategist"
|
|
285
513
|
]
|
|
286
514
|
},
|
|
287
515
|
"t-team-marketing": {
|
|
@@ -291,67 +519,153 @@
|
|
|
291
519
|
"增长",
|
|
292
520
|
"推广",
|
|
293
521
|
"获客",
|
|
294
|
-
"marketing"
|
|
522
|
+
"marketing",
|
|
523
|
+
"私域"
|
|
295
524
|
],
|
|
296
525
|
"members": [
|
|
297
526
|
"marketing-growth-hacker",
|
|
298
527
|
"marketing-social-media-strategist",
|
|
299
528
|
"marketing-carousel-growth-engine",
|
|
300
529
|
"marketing-email-strategist",
|
|
301
|
-
"marketing-
|
|
530
|
+
"marketing-private-domain-operator",
|
|
531
|
+
"marketing-pr-communications-manager",
|
|
532
|
+
"engineering-email-intelligence-engineer"
|
|
302
533
|
]
|
|
303
534
|
},
|
|
304
535
|
"t-team-content": {
|
|
305
|
-
"description": "T专家 ·
|
|
536
|
+
"description": "T专家 · 内容运营小队",
|
|
306
537
|
"aliases": [
|
|
307
538
|
"内容",
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
539
|
+
"内容运营",
|
|
540
|
+
"选题",
|
|
541
|
+
"图文",
|
|
542
|
+
"播客",
|
|
543
|
+
"短视频"
|
|
544
|
+
],
|
|
545
|
+
"members": [
|
|
546
|
+
"marketing-content-creator",
|
|
547
|
+
"marketing-multi-platform-publisher",
|
|
548
|
+
"marketing-short-video-editing-coach",
|
|
549
|
+
"marketing-video-optimization-specialist",
|
|
550
|
+
"marketing-knowledge-commerce-strategist",
|
|
551
|
+
"marketing-podcast-strategist",
|
|
552
|
+
"marketing-global-podcast-strategist",
|
|
553
|
+
"marketing-daily-news-briefing"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"t-team-china-social": {
|
|
557
|
+
"description": "T专家 · 国内社媒小队",
|
|
558
|
+
"aliases": [
|
|
312
559
|
"小红书",
|
|
313
|
-
"
|
|
560
|
+
"抖音",
|
|
561
|
+
"公众号",
|
|
562
|
+
"视频号",
|
|
563
|
+
"知乎",
|
|
564
|
+
"微博",
|
|
565
|
+
"B站",
|
|
566
|
+
"快手"
|
|
314
567
|
],
|
|
315
568
|
"members": [
|
|
316
569
|
"marketing-xiaohongshu-specialist",
|
|
317
570
|
"marketing-douyin-strategist",
|
|
318
571
|
"marketing-wechat-official-account",
|
|
572
|
+
"marketing-weixin-channels-strategist",
|
|
573
|
+
"marketing-zhihu-strategist",
|
|
574
|
+
"marketing-weibo-strategist",
|
|
319
575
|
"marketing-bilibili-content-strategist",
|
|
320
|
-
"marketing-
|
|
576
|
+
"marketing-kuaishou-strategist"
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
"t-team-global-social": {
|
|
580
|
+
"description": "T专家 · 海外社媒小队",
|
|
581
|
+
"aliases": [
|
|
582
|
+
"海外",
|
|
583
|
+
"TikTok",
|
|
584
|
+
"Instagram",
|
|
585
|
+
"LinkedIn",
|
|
586
|
+
"Reddit",
|
|
587
|
+
"X"
|
|
588
|
+
],
|
|
589
|
+
"members": [
|
|
590
|
+
"marketing-tiktok-strategist",
|
|
591
|
+
"marketing-instagram-curator",
|
|
592
|
+
"marketing-linkedin-content-creator",
|
|
593
|
+
"marketing-reddit-community-builder",
|
|
594
|
+
"marketing-twitter-engager",
|
|
595
|
+
"marketing-x-twitter-intelligence-analyst"
|
|
321
596
|
]
|
|
322
597
|
},
|
|
323
598
|
"t-team-seo": {
|
|
324
|
-
"description": "T专家 ·
|
|
599
|
+
"description": "T专家 · 搜索与AI可见性小队",
|
|
325
600
|
"aliases": [
|
|
326
601
|
"SEO",
|
|
327
602
|
"搜索",
|
|
328
603
|
"排名",
|
|
329
604
|
"关键词",
|
|
330
|
-
"AEO"
|
|
605
|
+
"AEO",
|
|
606
|
+
"GEO"
|
|
331
607
|
],
|
|
332
608
|
"members": [
|
|
333
609
|
"marketing-seo-specialist",
|
|
334
610
|
"marketing-baidu-seo-specialist",
|
|
335
611
|
"marketing-aeo-foundations",
|
|
336
612
|
"marketing-agentic-search-optimizer",
|
|
337
|
-
"marketing-ai-citation-strategist"
|
|
613
|
+
"marketing-ai-citation-strategist",
|
|
614
|
+
"engineering-search-relevance-engineer"
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
"t-team-ecommerce": {
|
|
618
|
+
"description": "T专家 · 电商与直播小队",
|
|
619
|
+
"aliases": [
|
|
620
|
+
"电商",
|
|
621
|
+
"直播",
|
|
622
|
+
"带货",
|
|
623
|
+
"跨境",
|
|
624
|
+
"店铺"
|
|
625
|
+
],
|
|
626
|
+
"members": [
|
|
627
|
+
"marketing-china-ecommerce-operator",
|
|
628
|
+
"marketing-cross-border-ecommerce",
|
|
629
|
+
"marketing-livestream-commerce-coach",
|
|
630
|
+
"marketing-app-store-optimizer"
|
|
338
631
|
]
|
|
339
632
|
},
|
|
340
633
|
"t-team-ads": {
|
|
341
634
|
"description": "T专家 · 广告投放小队",
|
|
342
635
|
"aliases": [
|
|
343
636
|
"广告",
|
|
344
|
-
"
|
|
637
|
+
"投放",
|
|
345
638
|
"归因",
|
|
346
639
|
"PPC",
|
|
347
|
-
"程序化"
|
|
640
|
+
"程序化",
|
|
641
|
+
"竞价"
|
|
348
642
|
],
|
|
349
643
|
"members": [
|
|
350
644
|
"paid-media-auditor",
|
|
351
645
|
"paid-media-creative-strategist",
|
|
352
646
|
"paid-media-programmatic-buyer",
|
|
353
647
|
"paid-media-tracking-specialist",
|
|
354
|
-
"paid-media-search-query-analyst"
|
|
648
|
+
"paid-media-search-query-analyst",
|
|
649
|
+
"paid-media-ppc-strategist",
|
|
650
|
+
"paid-media-paid-social-strategist"
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
"t-team-localization": {
|
|
654
|
+
"description": "T专家 · 出海与本地化小队",
|
|
655
|
+
"aliases": [
|
|
656
|
+
"出海",
|
|
657
|
+
"本地化",
|
|
658
|
+
"跨文化",
|
|
659
|
+
"翻译",
|
|
660
|
+
"海外市场"
|
|
661
|
+
],
|
|
662
|
+
"members": [
|
|
663
|
+
"specialized-cultural-intelligence-strategist",
|
|
664
|
+
"marketing-china-market-localization-strategist",
|
|
665
|
+
"language-translator",
|
|
666
|
+
"technical-translator-agent",
|
|
667
|
+
"specialized-french-consulting-market",
|
|
668
|
+
"specialized-korean-business-navigator"
|
|
355
669
|
]
|
|
356
670
|
},
|
|
357
671
|
"t-team-sales": {
|
|
@@ -362,100 +676,114 @@
|
|
|
362
676
|
"客户",
|
|
363
677
|
"谈判",
|
|
364
678
|
"提案",
|
|
365
|
-
"
|
|
679
|
+
"管线"
|
|
366
680
|
],
|
|
367
681
|
"members": [
|
|
368
682
|
"sales-account-strategist",
|
|
369
683
|
"sales-deal-strategist",
|
|
370
684
|
"sales-proposal-strategist",
|
|
371
|
-
"sales-
|
|
372
|
-
"sales-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"description": "T专家 · 产品小队",
|
|
377
|
-
"aliases": [
|
|
378
|
-
"产品",
|
|
379
|
-
"需求",
|
|
380
|
-
"用户研究",
|
|
381
|
-
"用户反馈",
|
|
382
|
-
"增长产品"
|
|
383
|
-
],
|
|
384
|
-
"members": [
|
|
385
|
-
"product-manager",
|
|
386
|
-
"product-sprint-prioritizer",
|
|
387
|
-
"product-feedback-synthesizer",
|
|
388
|
-
"product-behavioral-nudge-engine",
|
|
389
|
-
"product-trend-researcher"
|
|
685
|
+
"sales-pipeline-analyst",
|
|
686
|
+
"sales-outbound-strategist",
|
|
687
|
+
"sales-offer-lead-gen-strategist",
|
|
688
|
+
"sales-engineer",
|
|
689
|
+
"sales-discovery-coach"
|
|
390
690
|
]
|
|
391
691
|
},
|
|
392
|
-
"t-team-
|
|
393
|
-
"description": "T专家 ·
|
|
692
|
+
"t-team-support": {
|
|
693
|
+
"description": "T专家 · 客服与支持小队",
|
|
394
694
|
"aliases": [
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
695
|
+
"客服",
|
|
696
|
+
"工单",
|
|
697
|
+
"支持响应",
|
|
698
|
+
"售后",
|
|
699
|
+
"宾客"
|
|
400
700
|
],
|
|
401
701
|
"members": [
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
702
|
+
"customer-service",
|
|
703
|
+
"support-support-responder",
|
|
704
|
+
"customer-success-manager",
|
|
705
|
+
"retail-customer-returns",
|
|
706
|
+
"hospitality-guest-services",
|
|
707
|
+
"support-executive-summary-generator"
|
|
407
708
|
]
|
|
408
709
|
},
|
|
409
|
-
"t-team-
|
|
410
|
-
"description": "T专家 ·
|
|
411
|
-
"aliases": [
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
710
|
+
"t-team-life": {
|
|
711
|
+
"description": "T专家 · 生活服务小队",
|
|
712
|
+
"aliases": [
|
|
713
|
+
"生活",
|
|
714
|
+
"旅行",
|
|
715
|
+
"房产",
|
|
716
|
+
"鉴定",
|
|
717
|
+
"养老",
|
|
718
|
+
"升学"
|
|
719
|
+
],
|
|
720
|
+
"members": [
|
|
721
|
+
"travel-planner",
|
|
722
|
+
"real-estate-buyer-seller",
|
|
723
|
+
"authenticity-appraiser",
|
|
724
|
+
"healthcare-aging-parent-care-companion",
|
|
725
|
+
"gaokao-college-advisor",
|
|
726
|
+
"personal-growth-mentor",
|
|
727
|
+
"loan-officer-assistant",
|
|
728
|
+
"study-abroad-advisor"
|
|
424
729
|
]
|
|
425
730
|
},
|
|
426
|
-
"t-team-
|
|
427
|
-
"description": "T专家 ·
|
|
731
|
+
"t-team-consulting": {
|
|
732
|
+
"description": "T专家 · 战略与咨询小队",
|
|
428
733
|
"aliases": [
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
734
|
+
"咨询",
|
|
735
|
+
"战略",
|
|
736
|
+
"商业",
|
|
737
|
+
"变革",
|
|
738
|
+
"规划"
|
|
434
739
|
],
|
|
435
740
|
"members": [
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"specialized-
|
|
440
|
-
"
|
|
741
|
+
"business-strategist",
|
|
742
|
+
"specialized-strategy-duel-agent",
|
|
743
|
+
"specialized-master-plan-architect",
|
|
744
|
+
"specialized-civil-engineer",
|
|
745
|
+
"change-management-consultant",
|
|
746
|
+
"specialized-pricing-analyst",
|
|
747
|
+
"esg-sustainability-officer",
|
|
748
|
+
"government-digital-presales-consultant"
|
|
441
749
|
]
|
|
442
750
|
},
|
|
443
751
|
"t-team-academic": {
|
|
444
|
-
"description": "T专家 ·
|
|
752
|
+
"description": "T专家 · 学术与研究小队",
|
|
445
753
|
"aliases": [
|
|
446
754
|
"学术",
|
|
447
755
|
"考据",
|
|
448
756
|
"人文",
|
|
449
757
|
"史料",
|
|
450
|
-
"
|
|
451
|
-
"
|
|
758
|
+
"研究证据",
|
|
759
|
+
"基金"
|
|
452
760
|
],
|
|
453
761
|
"members": [
|
|
454
|
-
"academic-anthropologist",
|
|
455
762
|
"academic-geographer",
|
|
456
763
|
"academic-psychologist",
|
|
457
764
|
"academic-statistician",
|
|
458
|
-
"
|
|
765
|
+
"academic-study-planner",
|
|
766
|
+
"research-synthesist",
|
|
767
|
+
"grant-writer"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
"t-team-writing": {
|
|
771
|
+
"description": "T专家 · 写作出版小队",
|
|
772
|
+
"aliases": [
|
|
773
|
+
"写作",
|
|
774
|
+
"诗人",
|
|
775
|
+
"写手",
|
|
776
|
+
"文案",
|
|
777
|
+
"诗",
|
|
778
|
+
"润色",
|
|
779
|
+
"散文"
|
|
780
|
+
],
|
|
781
|
+
"members": [
|
|
782
|
+
"academic-narratologist",
|
|
783
|
+
"academic-historian",
|
|
784
|
+
"academic-anthropologist",
|
|
785
|
+
"marketing-book-co-author",
|
|
786
|
+
"design-visual-storyteller"
|
|
459
787
|
]
|
|
460
788
|
},
|
|
461
789
|
"t-team-game": {
|
|
@@ -465,14 +793,54 @@
|
|
|
465
793
|
"关卡",
|
|
466
794
|
"数值",
|
|
467
795
|
"玩法",
|
|
468
|
-
"技术美术"
|
|
796
|
+
"技术美术",
|
|
797
|
+
"音频"
|
|
469
798
|
],
|
|
470
799
|
"members": [
|
|
471
800
|
"game-designer",
|
|
472
801
|
"level-designer",
|
|
473
802
|
"economy-designer",
|
|
474
|
-
"
|
|
475
|
-
"technical-artist"
|
|
803
|
+
"narrative-designer",
|
|
804
|
+
"technical-artist",
|
|
805
|
+
"game-audio-engineer"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
"t-team-game-engine": {
|
|
809
|
+
"description": "T专家 · 游戏引擎小队",
|
|
810
|
+
"aliases": [
|
|
811
|
+
"Unity",
|
|
812
|
+
"Unreal",
|
|
813
|
+
"引擎",
|
|
814
|
+
"多人联机",
|
|
815
|
+
"着色器"
|
|
816
|
+
],
|
|
817
|
+
"members": [
|
|
818
|
+
"unity-architect",
|
|
819
|
+
"unity-multiplayer-engineer",
|
|
820
|
+
"unity-shader-graph-artist",
|
|
821
|
+
"unity-editor-tool-developer",
|
|
822
|
+
"unreal-multiplayer-architect",
|
|
823
|
+
"unreal-systems-engineer",
|
|
824
|
+
"unreal-technical-artist",
|
|
825
|
+
"unreal-world-builder"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
"t-team-godot-roblox": {
|
|
829
|
+
"description": "T专家 · Godot与Roblox小队",
|
|
830
|
+
"aliases": [
|
|
831
|
+
"Godot",
|
|
832
|
+
"Roblox",
|
|
833
|
+
"Blender",
|
|
834
|
+
"虚拟形象"
|
|
835
|
+
],
|
|
836
|
+
"members": [
|
|
837
|
+
"godot-gameplay-scripter",
|
|
838
|
+
"godot-multiplayer-engineer",
|
|
839
|
+
"godot-shader-developer",
|
|
840
|
+
"roblox-experience-designer",
|
|
841
|
+
"roblox-systems-scripter",
|
|
842
|
+
"roblox-avatar-creator",
|
|
843
|
+
"blender-addon-engineer"
|
|
476
844
|
]
|
|
477
845
|
},
|
|
478
846
|
"t-team-xr": {
|
|
@@ -482,14 +850,16 @@
|
|
|
482
850
|
"XR",
|
|
483
851
|
"元宇宙",
|
|
484
852
|
"3D",
|
|
485
|
-
"visionOS"
|
|
853
|
+
"visionOS",
|
|
854
|
+
"座舱"
|
|
486
855
|
],
|
|
487
856
|
"members": [
|
|
488
857
|
"visionos-spatial-engineer",
|
|
489
858
|
"xr-immersive-developer",
|
|
490
859
|
"xr-cockpit-interaction-specialist",
|
|
491
860
|
"xr-interface-architect",
|
|
492
|
-
"macos-spatial-metal-engineer"
|
|
861
|
+
"macos-spatial-metal-engineer",
|
|
862
|
+
"terminal-integration-specialist"
|
|
493
863
|
]
|
|
494
864
|
},
|
|
495
865
|
"t-team-gis": {
|
|
@@ -503,10 +873,29 @@
|
|
|
503
873
|
],
|
|
504
874
|
"members": [
|
|
505
875
|
"gis-analyst",
|
|
876
|
+
"gis-cartography-designer",
|
|
506
877
|
"gis-geoprocessing-specialist",
|
|
507
878
|
"gis-spatial-data-engineer",
|
|
879
|
+
"gis-drone-reality-mapping",
|
|
880
|
+
"gis-bim-specialist",
|
|
881
|
+
"gis-spatial-data-scientist"
|
|
882
|
+
]
|
|
883
|
+
},
|
|
884
|
+
"t-team-gis-platform": {
|
|
885
|
+
"description": "T专家 · GIS平台与交付小队",
|
|
886
|
+
"aliases": [
|
|
887
|
+
"GIS平台",
|
|
888
|
+
"WebGIS",
|
|
889
|
+
"三维场景",
|
|
890
|
+
"地理AI"
|
|
891
|
+
],
|
|
892
|
+
"members": [
|
|
508
893
|
"gis-web-gis-developer",
|
|
509
|
-
"gis-
|
|
894
|
+
"gis-3d-scene-developer",
|
|
895
|
+
"gis-geoai-ml-engineer",
|
|
896
|
+
"gis-qa-engineer",
|
|
897
|
+
"gis-solution-engineer",
|
|
898
|
+
"gis-technical-consultant"
|
|
510
899
|
]
|
|
511
900
|
},
|
|
512
901
|
"t-team-health": {
|
|
@@ -516,66 +905,17 @@
|
|
|
516
905
|
"健康",
|
|
517
906
|
"临床",
|
|
518
907
|
"循证",
|
|
519
|
-
"医院"
|
|
908
|
+
"医院",
|
|
909
|
+
"医疗计费"
|
|
520
910
|
],
|
|
521
911
|
"members": [
|
|
522
912
|
"healthcare-clinical-evidence-agent",
|
|
523
913
|
"healthcare-innovation-strategist",
|
|
524
914
|
"healthcare-sovereign-health-systems-agent",
|
|
525
915
|
"healthcare-customer-service",
|
|
526
|
-
"healthcare-marketing-compliance"
|
|
527
|
-
|
|
528
|
-
},
|
|
529
|
-
"t-team-support": {
|
|
530
|
-
"description": "T专家 · 客服与支持小队",
|
|
531
|
-
"aliases": [
|
|
532
|
-
"客服",
|
|
533
|
-
"工单",
|
|
534
|
-
"支持响应",
|
|
535
|
-
"管理报告"
|
|
536
|
-
],
|
|
537
|
-
"members": [
|
|
538
|
-
"customer-service",
|
|
539
|
-
"support-support-responder",
|
|
540
|
-
"support-analytics-reporter",
|
|
541
|
-
"support-executive-summary-generator",
|
|
542
|
-
"customer-success-manager"
|
|
543
|
-
]
|
|
544
|
-
},
|
|
545
|
-
"t-team-consulting": {
|
|
546
|
-
"description": "T专家 · 战略与咨询小队",
|
|
547
|
-
"aliases": [
|
|
548
|
-
"咨询",
|
|
549
|
-
"战略",
|
|
550
|
-
"商业",
|
|
551
|
-
"变革",
|
|
552
|
-
"供应链",
|
|
553
|
-
"定价"
|
|
554
|
-
],
|
|
555
|
-
"members": [
|
|
556
|
-
"business-strategist",
|
|
557
|
-
"specialized-strategy-duel-agent",
|
|
558
|
-
"specialized-pricing-analyst",
|
|
559
|
-
"supply-chain-strategist",
|
|
560
|
-
"change-management-consultant"
|
|
561
|
-
]
|
|
562
|
-
},
|
|
563
|
-
"t-team-ops": {
|
|
564
|
-
"description": "T专家 · 人事与招聘小队",
|
|
565
|
-
"aliases": [
|
|
566
|
-
"人事",
|
|
567
|
-
"HR",
|
|
568
|
-
"招聘",
|
|
569
|
-
"培训",
|
|
570
|
-
"入职"
|
|
571
|
-
],
|
|
572
|
-
"members": [
|
|
573
|
-
"recruitment-specialist",
|
|
574
|
-
"hr-onboarding",
|
|
575
|
-
"corporate-training-designer",
|
|
576
|
-
"resume-tailor",
|
|
577
|
-
"organizational-psychologist"
|
|
916
|
+
"healthcare-marketing-compliance",
|
|
917
|
+
"medical-billing-coding-specialist"
|
|
578
918
|
]
|
|
579
919
|
}
|
|
580
920
|
}
|
|
581
|
-
}
|
|
921
|
+
}
|