@xulthekl/team-flow 0.45.0 → 0.47.0
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/.claude/always/phase-guard.md +1 -1
- package/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +2 -2
- package/.codex-plugin/plugin.json +2 -2
- package/.cursor-plugin/marketplace.json +2 -2
- package/.cursor-plugin/plugin.json +2 -2
- package/.github/plugin/marketplace.json +2 -2
- package/AGENTS.md +11 -9
- package/CHANGELOG.md +31 -0
- package/GEMINI.md +1 -1
- package/INSTALL.md +1 -1
- package/README.md +5 -5
- package/agents/architecture-design.md +1 -1
- package/agents/prd-completeness-reviewer.md +22 -5
- package/agents/prd-writer.md +68 -0
- package/docs/README_en.md +1 -1
- package/docs/solutions/INDEX.md +2 -0
- package/docs/solutions/cross-phase/2026-08-19-no-summary.md +17 -0
- package/docs/solutions/cross-phase/2026-08-21-no-summary.md +17 -0
- package/docs/usage-guide.md +1 -1
- package/gemini-extension.json +2 -2
- package/hooks/session-start +2 -2
- package/llms.txt +1 -1
- package/package.json +2 -2
- package/plugin.json +2 -2
- package/skills/architecture-design/SKILL.md +1 -1
- package/skills/architecture-design/references/s3.5-architecture-template.md +1 -1
- package/skills/architecture-design/references/s3.5-product-architecture.md +2 -2
- package/skills/ce-brainstorm/SKILL.md +11 -19
- package/skills/ce-brainstorm/references/brainstorm-sections.md +3 -11
- package/skills/ce-brainstorm/references/evidence-chain-validation.md +1 -1
- package/skills/ce-brainstorm/references/prototype-loop.md +10 -8
- package/skills/project-initialize/SKILL.md +61 -0
- package/skills/project-initialize/references/architecture-choice.md +55 -0
- package/skills/project-initialize/references/glaf4-initialize-delegation.md +55 -0
- package/skills/project-initialize/references/service-layout.md +63 -0
- package/skills/workflow-bootstrap/SKILL.md +1 -1
- package/skills/workflow-orchestrator/SKILL.md +13 -7
- package/skills/workflow-orchestrator/references/s2-prd-prototype-loop.md +10 -1
- package/skills/workflow-orchestrator/references/s3-plan-pipeline.md +2 -2
- package/skills/workflow-orchestrator/references/s4-split-validate.md +1 -1
- package/skills/workflow-orchestrator/references/state-model.md +2 -2
- package/skills/workflow-start/SKILL.md +6 -0
- package/templates/prd-brainstorm-profile.md +4 -1
- package/templates/prd.md +32 -3
package/templates/prd.md
CHANGED
|
@@ -267,13 +267,42 @@
|
|
|
267
267
|
|
|
268
268
|
### 8.4 功能模块详细说明
|
|
269
269
|
|
|
270
|
+
**契约级详述规范(v0.47)**:每个功能模块按下述「必含维度检查清单」逐项详述。UI 功能覆盖 11 维、非 UI 功能覆盖 7 维(按「功能形态」选择其一);维度不适用时标注 `NA + 理由`;**缺失适用维度 = PRD 不完整**;核心维度缺失将判 FAIL,辅助维度缺失为 PASS_WITH_WARNINGS 交人工裁定(prd-completeness-reviewer D6,v0.47)。规范唯一权威为本节——撰写 agent(prd-writer)与审查 agent 均读取本节获得检查清单,不在他处重复维护。
|
|
271
|
+
|
|
270
272
|
#### 8.4.1 {模块名称}
|
|
271
273
|
|
|
272
274
|
##### 8.4.1.1 {功能名称}
|
|
273
275
|
|
|
274
|
-
|
|
|
275
|
-
|
|
276
|
-
|
|
|
276
|
+
| 功能形态 | UI 功能 / 非 UI 功能 | | |
|
|
277
|
+
|---|---|---|---|
|
|
278
|
+
| 所属流程 | BP-{xxx} | 关联需求 | REQ-{xxx} |
|
|
279
|
+
| 关联场景 | SC-{xxx} | 功能概述 | {1-2 句;若不能一句话说清,先拆分功能} |
|
|
280
|
+
|
|
281
|
+
**UI 功能必含维度(11 维)**:
|
|
282
|
+
|
|
283
|
+
- [ ] 页面布局:{布局结构(上下分栏/标准列表等)}
|
|
284
|
+
- [ ] 权限规则:{角色/状态/操作权限;与 §8.2.1 全局权限的差异}
|
|
285
|
+
- [ ] 区块说明:{各区块内容与职责}
|
|
286
|
+
- [ ] 搜索模块:{搜索组件/占位符/选项/筛选联动}
|
|
287
|
+
- [ ] 表格列定义:{完整列清单:列名/类型/格式/排序}
|
|
288
|
+
- [ ] 交互规则:{默认选中/点击切换/筛选联动/级联选择逻辑等}
|
|
289
|
+
- [ ] 弹层结构:{弹层触发/内容/交互}
|
|
290
|
+
- [ ] 动态字段:{按领域动态字段/动态列名说明}
|
|
291
|
+
- [ ] 导入导出规则:{格式/字段映射/校验}
|
|
292
|
+
- [ ] 状态操作差异:{已发布/草稿/已停用等状态下的操作差异}
|
|
293
|
+
- [ ] 异常边界:{空态/错误态/并发/极值}
|
|
294
|
+
|
|
295
|
+
**非 UI 功能必含维度(7 维)**:
|
|
296
|
+
|
|
297
|
+
- [ ] 触发条件:{定时/事件/手动触发}
|
|
298
|
+
- [ ] 输入输出:{输入参数/输出结果/格式}
|
|
299
|
+
- [ ] 处理步骤:{处理流程/算法/业务规则}
|
|
300
|
+
- [ ] 异常处理:{异常场景/重试/补偿}
|
|
301
|
+
- [ ] 权限角色:{可执行角色/鉴权}
|
|
302
|
+
- [ ] 幂等并发:{幂等性/并发控制}
|
|
303
|
+
- [ ] 性能约束:{耗时/吞吐/资源}
|
|
304
|
+
|
|
305
|
+
> **NA 机制**:维度不适用时标注 `NA + 一句理由`(如 `页面布局:NA,后台批处理无画面`);**未标注 NA 且未覆盖 = 缺失**,审查将判 FAIL。
|
|
277
306
|
|
|
278
307
|
### 8.5 非功能性需求说明
|
|
279
308
|
|