pdd-skills 3.1.13 → 3.2.3
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/LICENSE +21 -21
- package/package.json +1 -1
- package/scaffolds/python-fullstack/.github/workflows/ci.yml +1 -1
- package/scaffolds/python-fullstack/Dockerfile +1 -1
- package/scaffolds/python-fullstack/docker-compose.yml +1 -1
- package/scaffolds/python-fullstack/frontend/Dockerfile +1 -1
- package/scaffolds/python-fullstack/frontend/nginx.conf +1 -1
- package/scaffolds/python-fullstack/frontend/postcss.config.js +1 -1
- package/scaffolds/python-fullstack/frontend/src/api/client.ts +1 -1
- package/scaffolds/python-fullstack/frontend/src/composables/useResponsive.ts +1 -1
- package/scaffolds/python-fullstack/frontend/src/router/index.ts +1 -1
- package/scaffolds/python-fullstack/frontend/src/stores/user.ts +1 -1
- package/scaffolds/python-fullstack/frontend/src/styles/responsive.css +1 -1
- package/scaffolds/python-fullstack/frontend/src/styles/variables.css +1 -1
- package/scaffolds/python-fullstack/frontend/src/views/DashboardView.vue +1 -1
- package/scaffolds/python-fullstack/frontend/src/views/HomeView.vue +1 -1
- package/scaffolds/python-fullstack/frontend/src/views/LoginView.vue +1 -1
- package/scaffolds/python-fullstack/frontend/tailwind.config.js +1 -1
- package/skills/core/official-doc-writer/README.md +232 -232
- package/skills/core/official-doc-writer/SKILL.md +4 -7
- package/skills/core/official-doc-writer/fonts/FONTS_LIST.md +44 -44
- package/skills/core/official-doc-writer/references/GBT_9704-2012_/345/205/232/346/224/277/346/234/272/345/205/263/345/205/254/346/226/207/346/240/274/345/274/217.md +422 -422
- package/skills/core/pdd-ba/SKILL.md +1 -11
- package/skills/core/pdd-entropy-reduction/SKILL.md +1 -9
- package/skills/core/pdd-extract-features/SKILL.md +1 -10
- package/skills/core/pdd-generate-spec/SKILL.md +1 -10
- package/skills/core/pdd-main/evals/evals.json +215 -215
- package/skills/core/pdd-verify-feature/SKILL.md +1 -10
- package/skills/core/pdd-vm/SKILL.md +1 -11
- package/skills/entropy/expert-arch-enforcer/SKILL.md +292 -292
- package/skills/entropy/expert-auto-refactor/SKILL.md +316 -327
- package/skills/entropy/expert-code-quality/SKILL.md +468 -468
- package/skills/entropy/expert-entropy-auditor/SKILL.md +276 -276
- package/skills/expert/expert-activiti/SKILL.md +488 -497
- package/skills/expert/expert-bug-fixer/SKILL.md +1 -26
- package/skills/expert/expert-mysql/SKILL.md +832 -832
- package/skills/expert/expert-ruoyi/SKILL.md +664 -674
- package/skills/expert/expert-springcloud/SKILL.md +1 -10
- package/skills/expert/expert-vue3/SKILL.md +1 -10
- package/skills/expert/testcase-agent/SKILL.md +5 -0
- package/skills/expert/testcase-modeler/SKILL.md +40 -2
- package/skills/pr/pdd-multi-review/SKILL.md +534 -534
- package/skills/pr/pdd-pr-batch/SKILL.md +303 -303
- package/skills/pr/pdd-pr-create/SKILL.md +344 -344
- package/skills/pr/pdd-pr-merge/SKILL.md +286 -286
- package/skills/pr/pdd-pr-review/SKILL.md +217 -217
- package/skills/pr/pdd-task-manager/SKILL.md +636 -636
- package/skills/pr/pdd-template-engine/SKILL.md +386 -386
- package/tests/login_manager.py +5 -30
- package/tests/recorder.py +362 -294
- package/tests/testcase-ai.py +1184 -11
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-ba
|
|
3
|
-
description: "PDD framework business analysis Skill for requirement elicitation and modeling. Invoke when users
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: 需要PRD文档或业务需求描述
|
|
6
|
-
metadata:
|
|
7
|
-
author: "neuqik@hotmail.com"
|
|
8
|
-
version: "2.0"
|
|
9
|
-
parent: pdd-main
|
|
10
|
-
triggers:
|
|
11
|
-
- "/analyze" | "/audit" | "/doc"
|
|
12
|
-
- "分析业务流程" | "需求建模" | "PRD审核"
|
|
13
|
-
- "业务分析" | "5W1H" | "MECE"
|
|
3
|
+
description: "PDD framework business analysis Skill for requirement elicitation and modeling. Invoke when users need business process analysis, requirement modeling, or 5W1H analysis. 支持中文触发:业务分析、需求分析、需求建模。"
|
|
14
4
|
---
|
|
15
5
|
|
|
16
6
|
# PDD-Business Analysis / 业务分析技能
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-entropy-reduction
|
|
3
|
-
description: PDD Entropy Reduction Agent monitoring technical debt and preventing system decay. Invoke for code cleanup, documentation updates, debt management
|
|
4
|
-
license: MIT
|
|
5
|
-
metadata:
|
|
6
|
-
author: neuqik@hotmail.com
|
|
7
|
-
version: "2.0"
|
|
8
|
-
parent: pdd-main
|
|
9
|
-
triggers:
|
|
10
|
-
- "熵减" | "清理技术债务" | "代码清理"
|
|
11
|
-
- "文档更新" | "技术债务管理" | "架构对齐"
|
|
3
|
+
description: "PDD Entropy Reduction Agent monitoring technical debt and preventing system decay. Invoke for code cleanup, documentation updates, or debt management. 支持中文触发:熵减、技术债务、代码清理。"
|
|
12
4
|
---
|
|
13
5
|
|
|
14
6
|
# PDD Entropy Reduction Agent - 熵减智能体 / Entropy Reduction Agent for Continuous System Hygiene
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-extract-features
|
|
3
|
-
description:
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: 需要业务分析报告和PRD文档
|
|
6
|
-
metadata:
|
|
7
|
-
author: "neuqik@hotmail.com"
|
|
8
|
-
version: "2.1"
|
|
9
|
-
parent: pdd-main
|
|
10
|
-
triggers:
|
|
11
|
-
- "提取功能点" | "功能点矩阵" | "FP-"
|
|
12
|
-
- "从PRD提取" | "功能点分析"
|
|
3
|
+
description: "Extract feature point matrix from PRD document system. Invoke when users want to extract features, identify requirements, or analyze business functions. 支持中文触发:提取功能点、PRD分析、需求拆解。"
|
|
13
4
|
---
|
|
14
5
|
|
|
15
6
|
# PDD-Extract Features - 功能点提取技能 / Feature Extraction Skill
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-generate-spec
|
|
3
|
-
description:
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: 需要功能点矩阵和业务分析报告
|
|
6
|
-
metadata:
|
|
7
|
-
author: "neuqik@hotmail.com"
|
|
8
|
-
version: "2.1"
|
|
9
|
-
parent: pdd-main
|
|
10
|
-
triggers:
|
|
11
|
-
- "生成开发规格" | "生成spec" | "/spec"
|
|
12
|
-
- "技术设计" | "接口设计" | "数据模型"
|
|
3
|
+
description: "Generate development specifications and acceptance criteria from feature point matrix. Invoke when users want to generate technical specs for features. 支持中文触发:生成规格、开发规格、技术规格。"
|
|
13
4
|
---
|
|
14
5
|
|
|
15
6
|
# PDD-Generate Spec - 开发规格生成技能 / Development Specification Generation Skill
|
|
@@ -1,215 +1,215 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skill_name": "pdd-main",
|
|
3
|
-
"evals": [
|
|
4
|
-
{
|
|
5
|
-
"id": 1,
|
|
6
|
-
"prompt": "我想开发ZCCZ-2资产转让模块",
|
|
7
|
-
"expected_output": "触发pdd-main,扫描docs/业务分析/目录发现PRD文档",
|
|
8
|
-
"should_trigger": true,
|
|
9
|
-
"trigger_reason": "明确提到模块编号和开发意图"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"id": 2,
|
|
13
|
-
"prompt": "帮我基于这个PRD文档开发国有产权转让功能",
|
|
14
|
-
"expected_output": "触发pdd-main,进入PDD流程",
|
|
15
|
-
"should_trigger": true,
|
|
16
|
-
"trigger_reason": "明确提到PRD文档和功能开发"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": 3,
|
|
20
|
-
"prompt": "docs/业务分析/资产处置/ZCCZ-1/PRD-国有产权转让.md 这个文档需要实现",
|
|
21
|
-
"expected_output": "触发pdd-main,解析PRD文档开始开发流程",
|
|
22
|
-
"should_trigger": true,
|
|
23
|
-
"trigger_reason": "提供了具体PRD文档路径,需要实现"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"id": 4,
|
|
27
|
-
"prompt": "我有一个需求文档,想把它转成代码",
|
|
28
|
-
"expected_output": "触发pdd-main,询问PRD文档位置",
|
|
29
|
-
"should_trigger": true,
|
|
30
|
-
"trigger_reason": "需求文档转代码是PDD核心场景"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"id": 5,
|
|
34
|
-
"prompt": "根据功能规格生成后端代码",
|
|
35
|
-
"expected_output": "触发pdd-main或pdd-implement-feature",
|
|
36
|
-
"should_trigger": true,
|
|
37
|
-
"trigger_reason": "功能规格生成代码是PDD流程的一部分"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"id": 6,
|
|
41
|
-
"prompt": "执行PDD流程开发ZCCZ-1模块",
|
|
42
|
-
"expected_output": "触发pdd-main",
|
|
43
|
-
"should_trigger": true,
|
|
44
|
-
"trigger_reason": "明确提到PDD流程"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"id": 7,
|
|
48
|
-
"prompt": "这个模块需要从需求分析到代码实现完整走一遍",
|
|
49
|
-
"expected_output": "触发pdd-main",
|
|
50
|
-
"should_trigger": true,
|
|
51
|
-
"trigger_reason": "需求分析到代码实现的完整流程"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"id": 8,
|
|
55
|
-
"prompt": "我有PRD,想生成功能点和开发规格",
|
|
56
|
-
"expected_output": "触发pdd-main",
|
|
57
|
-
"should_trigger": true,
|
|
58
|
-
"trigger_reason": "PRD生成功能点和规格是PDD流程"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": 9,
|
|
62
|
-
"prompt": "继续执行上次中断的开发任务",
|
|
63
|
-
"expected_output": "触发pdd-task-manager",
|
|
64
|
-
"should_trigger": false,
|
|
65
|
-
"trigger_reason": "这是任务恢复场景,应触发pdd-task-manager而非pdd-main"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"id": 10,
|
|
69
|
-
"prompt": "审查这段代码的质量",
|
|
70
|
-
"expected_output": "触发expert-code-quality或pdd-multi-review",
|
|
71
|
-
"should_trigger": false,
|
|
72
|
-
"trigger_reason": "代码审查场景,不是PDD主流程"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"id": 11,
|
|
76
|
-
"prompt": "帮我优化这个SQL查询",
|
|
77
|
-
"expected_output": "触发expert-mysql",
|
|
78
|
-
"should_trigger": false,
|
|
79
|
-
"trigger_reason": "SQL优化场景,应触发expert-mysql"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"id": 12,
|
|
83
|
-
"prompt": "这个BPMN流程定义有问题吗?",
|
|
84
|
-
"expected_output": "触发expert-activiti",
|
|
85
|
-
"should_trigger": false,
|
|
86
|
-
"trigger_reason": "工作流问题,应触发expert-activiti"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"id": 13,
|
|
90
|
-
"prompt": "若依框架的菜单怎么配置?",
|
|
91
|
-
"expected_output": "触发expert-ruoyi",
|
|
92
|
-
"should_trigger": false,
|
|
93
|
-
"trigger_reason": "若依框架问题,应触发expert-ruoyi"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"id": 14,
|
|
97
|
-
"prompt": "帮我重构这段代码,消除重复",
|
|
98
|
-
"expected_output": "触发expert-code-quality",
|
|
99
|
-
"should_trigger": false,
|
|
100
|
-
"trigger_reason": "代码重构场景,不是PDD流程"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"id": 15,
|
|
104
|
-
"prompt": "写一个快速排序算法",
|
|
105
|
-
"expected_output": "不触发任何PDD相关skill",
|
|
106
|
-
"should_trigger": false,
|
|
107
|
-
"trigger_reason": "简单算法实现,与PDD无关"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"id": 16,
|
|
111
|
-
"prompt": "这个接口返回404错误怎么解决?",
|
|
112
|
-
"expected_output": "不触发pdd-main",
|
|
113
|
-
"should_trigger": false,
|
|
114
|
-
"trigger_reason": "调试问题,不是开发流程"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"id": 17,
|
|
118
|
-
"prompt": "帮我设计一个用户注册的接口",
|
|
119
|
-
"expected_output": "可能触发software-architect",
|
|
120
|
-
"should_trigger": false,
|
|
121
|
-
"trigger_reason": "单一接口设计,不是完整PDD流程"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"id": 18,
|
|
125
|
-
"prompt": "根据这个spec.md实现功能点FP-ZCCZ1-001",
|
|
126
|
-
"expected_output": "触发pdd-implement-feature",
|
|
127
|
-
"should_trigger": true,
|
|
128
|
-
"trigger_reason": "有规格文档实现功能点,是PDD实现阶段"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"id": 19,
|
|
132
|
-
"prompt": "从PRD提取功能点",
|
|
133
|
-
"expected_output": "触发pdd-extract-features或pdd-main",
|
|
134
|
-
"should_trigger": true,
|
|
135
|
-
"trigger_reason": "PRD提取功能点是PDD流程的一部分"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"id": 20,
|
|
139
|
-
"prompt": "帮我写一个单元测试",
|
|
140
|
-
"expected_output": "不触发pdd-main",
|
|
141
|
-
"should_trigger": false,
|
|
142
|
-
"trigger_reason": "单一测试任务,不是完整PDD流程"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"id": 21,
|
|
146
|
-
"prompt": "根据这个文档开发",
|
|
147
|
-
"expected_output": "触发pdd-main",
|
|
148
|
-
"should_trigger": true,
|
|
149
|
-
"trigger_reason": "模糊表述但有文档和开发意图"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"id": 22,
|
|
153
|
-
"prompt": "帮我搞个资产转让的功能",
|
|
154
|
-
"expected_output": "触发pdd-main",
|
|
155
|
-
"should_trigger": true,
|
|
156
|
-
"trigger_reason": "口语化表述,有业务功能开发意图"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"id": 23,
|
|
160
|
-
"prompt": "这个spec要实现",
|
|
161
|
-
"expected_output": "触发pdd-implement-feature或pdd-main",
|
|
162
|
-
"should_trigger": true,
|
|
163
|
-
"trigger_reason": "简短表述,有规格和实现意图"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"id": 24,
|
|
167
|
-
"prompt": "开发ZCCZ模块",
|
|
168
|
-
"expected_output": "触发pdd-main",
|
|
169
|
-
"should_trigger": true,
|
|
170
|
-
"trigger_reason": "只有模块编号,但有开发意图"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"id": 25,
|
|
174
|
-
"prompt": "接着上次做",
|
|
175
|
-
"expected_output": "触发pdd-task-manager",
|
|
176
|
-
"should_trigger": false,
|
|
177
|
-
"trigger_reason": "任务恢复场景,应触发pdd-task-manager"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"id": 26,
|
|
181
|
-
"prompt": "代码有问题吗",
|
|
182
|
-
"expected_output": "触发pdd-multi-review",
|
|
183
|
-
"should_trigger": false,
|
|
184
|
-
"trigger_reason": "代码检查场景,应触发pdd-multi-review"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"id": 27,
|
|
188
|
-
"prompt": "用模板生成代码",
|
|
189
|
-
"expected_output": "触发pdd-template-engine",
|
|
190
|
-
"should_trigger": false,
|
|
191
|
-
"trigger_reason": "模板生成场景,应触发pdd-template-engine"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"id": 28,
|
|
195
|
-
"prompt": "生成脚手架",
|
|
196
|
-
"expected_output": "触发pdd-template-engine",
|
|
197
|
-
"should_trigger": false,
|
|
198
|
-
"trigger_reason": "脚手架生成场景,应触发pdd-template-engine"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"id": 29,
|
|
202
|
-
"prompt": "上次做到哪了",
|
|
203
|
-
"expected_output": "触发pdd-task-manager",
|
|
204
|
-
"should_trigger": false,
|
|
205
|
-
"trigger_reason": "进度查询场景,应触发pdd-task-manager"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"id": 30,
|
|
209
|
-
"prompt": "审查一下",
|
|
210
|
-
"expected_output": "触发pdd-multi-review",
|
|
211
|
-
"should_trigger": false,
|
|
212
|
-
"trigger_reason": "审查场景,应触发pdd-multi-review"
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "pdd-main",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "我想开发ZCCZ-2资产转让模块",
|
|
7
|
+
"expected_output": "触发pdd-main,扫描docs/业务分析/目录发现PRD文档",
|
|
8
|
+
"should_trigger": true,
|
|
9
|
+
"trigger_reason": "明确提到模块编号和开发意图"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": 2,
|
|
13
|
+
"prompt": "帮我基于这个PRD文档开发国有产权转让功能",
|
|
14
|
+
"expected_output": "触发pdd-main,进入PDD流程",
|
|
15
|
+
"should_trigger": true,
|
|
16
|
+
"trigger_reason": "明确提到PRD文档和功能开发"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 3,
|
|
20
|
+
"prompt": "docs/业务分析/资产处置/ZCCZ-1/PRD-国有产权转让.md 这个文档需要实现",
|
|
21
|
+
"expected_output": "触发pdd-main,解析PRD文档开始开发流程",
|
|
22
|
+
"should_trigger": true,
|
|
23
|
+
"trigger_reason": "提供了具体PRD文档路径,需要实现"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": 4,
|
|
27
|
+
"prompt": "我有一个需求文档,想把它转成代码",
|
|
28
|
+
"expected_output": "触发pdd-main,询问PRD文档位置",
|
|
29
|
+
"should_trigger": true,
|
|
30
|
+
"trigger_reason": "需求文档转代码是PDD核心场景"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": 5,
|
|
34
|
+
"prompt": "根据功能规格生成后端代码",
|
|
35
|
+
"expected_output": "触发pdd-main或pdd-implement-feature",
|
|
36
|
+
"should_trigger": true,
|
|
37
|
+
"trigger_reason": "功能规格生成代码是PDD流程的一部分"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": 6,
|
|
41
|
+
"prompt": "执行PDD流程开发ZCCZ-1模块",
|
|
42
|
+
"expected_output": "触发pdd-main",
|
|
43
|
+
"should_trigger": true,
|
|
44
|
+
"trigger_reason": "明确提到PDD流程"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": 7,
|
|
48
|
+
"prompt": "这个模块需要从需求分析到代码实现完整走一遍",
|
|
49
|
+
"expected_output": "触发pdd-main",
|
|
50
|
+
"should_trigger": true,
|
|
51
|
+
"trigger_reason": "需求分析到代码实现的完整流程"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": 8,
|
|
55
|
+
"prompt": "我有PRD,想生成功能点和开发规格",
|
|
56
|
+
"expected_output": "触发pdd-main",
|
|
57
|
+
"should_trigger": true,
|
|
58
|
+
"trigger_reason": "PRD生成功能点和规格是PDD流程"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": 9,
|
|
62
|
+
"prompt": "继续执行上次中断的开发任务",
|
|
63
|
+
"expected_output": "触发pdd-task-manager",
|
|
64
|
+
"should_trigger": false,
|
|
65
|
+
"trigger_reason": "这是任务恢复场景,应触发pdd-task-manager而非pdd-main"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": 10,
|
|
69
|
+
"prompt": "审查这段代码的质量",
|
|
70
|
+
"expected_output": "触发expert-code-quality或pdd-multi-review",
|
|
71
|
+
"should_trigger": false,
|
|
72
|
+
"trigger_reason": "代码审查场景,不是PDD主流程"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": 11,
|
|
76
|
+
"prompt": "帮我优化这个SQL查询",
|
|
77
|
+
"expected_output": "触发expert-mysql",
|
|
78
|
+
"should_trigger": false,
|
|
79
|
+
"trigger_reason": "SQL优化场景,应触发expert-mysql"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": 12,
|
|
83
|
+
"prompt": "这个BPMN流程定义有问题吗?",
|
|
84
|
+
"expected_output": "触发expert-activiti",
|
|
85
|
+
"should_trigger": false,
|
|
86
|
+
"trigger_reason": "工作流问题,应触发expert-activiti"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": 13,
|
|
90
|
+
"prompt": "若依框架的菜单怎么配置?",
|
|
91
|
+
"expected_output": "触发expert-ruoyi",
|
|
92
|
+
"should_trigger": false,
|
|
93
|
+
"trigger_reason": "若依框架问题,应触发expert-ruoyi"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": 14,
|
|
97
|
+
"prompt": "帮我重构这段代码,消除重复",
|
|
98
|
+
"expected_output": "触发expert-code-quality",
|
|
99
|
+
"should_trigger": false,
|
|
100
|
+
"trigger_reason": "代码重构场景,不是PDD流程"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": 15,
|
|
104
|
+
"prompt": "写一个快速排序算法",
|
|
105
|
+
"expected_output": "不触发任何PDD相关skill",
|
|
106
|
+
"should_trigger": false,
|
|
107
|
+
"trigger_reason": "简单算法实现,与PDD无关"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": 16,
|
|
111
|
+
"prompt": "这个接口返回404错误怎么解决?",
|
|
112
|
+
"expected_output": "不触发pdd-main",
|
|
113
|
+
"should_trigger": false,
|
|
114
|
+
"trigger_reason": "调试问题,不是开发流程"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": 17,
|
|
118
|
+
"prompt": "帮我设计一个用户注册的接口",
|
|
119
|
+
"expected_output": "可能触发software-architect",
|
|
120
|
+
"should_trigger": false,
|
|
121
|
+
"trigger_reason": "单一接口设计,不是完整PDD流程"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": 18,
|
|
125
|
+
"prompt": "根据这个spec.md实现功能点FP-ZCCZ1-001",
|
|
126
|
+
"expected_output": "触发pdd-implement-feature",
|
|
127
|
+
"should_trigger": true,
|
|
128
|
+
"trigger_reason": "有规格文档实现功能点,是PDD实现阶段"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 19,
|
|
132
|
+
"prompt": "从PRD提取功能点",
|
|
133
|
+
"expected_output": "触发pdd-extract-features或pdd-main",
|
|
134
|
+
"should_trigger": true,
|
|
135
|
+
"trigger_reason": "PRD提取功能点是PDD流程的一部分"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": 20,
|
|
139
|
+
"prompt": "帮我写一个单元测试",
|
|
140
|
+
"expected_output": "不触发pdd-main",
|
|
141
|
+
"should_trigger": false,
|
|
142
|
+
"trigger_reason": "单一测试任务,不是完整PDD流程"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": 21,
|
|
146
|
+
"prompt": "根据这个文档开发",
|
|
147
|
+
"expected_output": "触发pdd-main",
|
|
148
|
+
"should_trigger": true,
|
|
149
|
+
"trigger_reason": "模糊表述但有文档和开发意图"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": 22,
|
|
153
|
+
"prompt": "帮我搞个资产转让的功能",
|
|
154
|
+
"expected_output": "触发pdd-main",
|
|
155
|
+
"should_trigger": true,
|
|
156
|
+
"trigger_reason": "口语化表述,有业务功能开发意图"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": 23,
|
|
160
|
+
"prompt": "这个spec要实现",
|
|
161
|
+
"expected_output": "触发pdd-implement-feature或pdd-main",
|
|
162
|
+
"should_trigger": true,
|
|
163
|
+
"trigger_reason": "简短表述,有规格和实现意图"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": 24,
|
|
167
|
+
"prompt": "开发ZCCZ模块",
|
|
168
|
+
"expected_output": "触发pdd-main",
|
|
169
|
+
"should_trigger": true,
|
|
170
|
+
"trigger_reason": "只有模块编号,但有开发意图"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": 25,
|
|
174
|
+
"prompt": "接着上次做",
|
|
175
|
+
"expected_output": "触发pdd-task-manager",
|
|
176
|
+
"should_trigger": false,
|
|
177
|
+
"trigger_reason": "任务恢复场景,应触发pdd-task-manager"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": 26,
|
|
181
|
+
"prompt": "代码有问题吗",
|
|
182
|
+
"expected_output": "触发pdd-multi-review",
|
|
183
|
+
"should_trigger": false,
|
|
184
|
+
"trigger_reason": "代码检查场景,应触发pdd-multi-review"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": 27,
|
|
188
|
+
"prompt": "用模板生成代码",
|
|
189
|
+
"expected_output": "触发pdd-template-engine",
|
|
190
|
+
"should_trigger": false,
|
|
191
|
+
"trigger_reason": "模板生成场景,应触发pdd-template-engine"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": 28,
|
|
195
|
+
"prompt": "生成脚手架",
|
|
196
|
+
"expected_output": "触发pdd-template-engine",
|
|
197
|
+
"should_trigger": false,
|
|
198
|
+
"trigger_reason": "脚手架生成场景,应触发pdd-template-engine"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": 29,
|
|
202
|
+
"prompt": "上次做到哪了",
|
|
203
|
+
"expected_output": "触发pdd-task-manager",
|
|
204
|
+
"should_trigger": false,
|
|
205
|
+
"trigger_reason": "进度查询场景,应触发pdd-task-manager"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"id": 30,
|
|
209
|
+
"prompt": "审查一下",
|
|
210
|
+
"expected_output": "触发pdd-multi-review",
|
|
211
|
+
"should_trigger": false,
|
|
212
|
+
"trigger_reason": "审查场景,应触发pdd-multi-review"
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
}
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-verify-feature
|
|
3
|
-
description:
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: 需要功能点代码和验收标准
|
|
6
|
-
metadata:
|
|
7
|
-
author: "neuqik@hotmail.com"
|
|
8
|
-
version: "4.1"
|
|
9
|
-
parent: pdd-main
|
|
10
|
-
triggers:
|
|
11
|
-
- "验证功能" | "验收" | "/verify"
|
|
12
|
-
- "功能点验收" | "checklist验证"
|
|
3
|
+
description: "Verify feature implementation against development specs and acceptance criteria using a 3D verification model. Invoke when users need to verify features. 支持中文触发:验证功能、功能验证、验收检查。"
|
|
13
4
|
---
|
|
14
5
|
|
|
15
6
|
# PDD-Verify Feature - 功能点验证技能 / Feature Verification Skill
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pdd-vm
|
|
3
|
-
description: "PDD Visual Manager
|
|
4
|
-
license: MIT
|
|
5
|
-
compatibility: PDD-Skills v3.0+ 项目
|
|
6
|
-
metadata:
|
|
7
|
-
author: "PDD Team"
|
|
8
|
-
version: "1.0"
|
|
9
|
-
triggers:
|
|
10
|
-
- "/vm" | "/dashboard" | "/tui"
|
|
11
|
-
- "可视化监控" | "Dashboard" | "看板" | "TUI"
|
|
12
|
-
- "项目状态" | "流水线" | "质量评分" | "pdd vm"
|
|
13
|
-
- "Web Dashboard" | "Terminal TUI" | "SSE"
|
|
3
|
+
description: "PDD Visual Manager for project status monitoring, Dashboard, TUI terminal interface, pipeline progress, and quality scores. Invoke when users need visualization. 支持中文触发:可视化监控、Dashboard、看板、TUI。"
|
|
14
4
|
---
|
|
15
5
|
|
|
16
6
|
# PDD Visual Manager / PDD 可视化监控
|