Merge pull request 'sync: d8d-prototype 新增 step-09-coverage-check 覆盖度检查步骤' (#66) from sync/d8d-skills-20260425-003546 into master
Reviewed-on: http://gitea.d8d.fun/d8dfun/bmad-method-template/pulls/66
This commit is contained in:
@@ -120,6 +120,7 @@ page_counts:
|
||||
[P] 更新特定页面 — 选择前台/后台/特定页面重新生成 → 关联页面同步(铁律六) → 重新生成 step-03 + step-04 → 加载 step-08-commit.md
|
||||
[A] 全部更新 — 文档 + 页面一起更新 → 关联页面同步(铁律六) → 重新生成 step-03 + step-04 → 加载 step-08-commit.md
|
||||
[V] 查看当前原型(启动服务器)
|
||||
[C] 运行覆盖度检查 — 对比需求文档与原型页面,生成量化覆盖度报告 → 加载 step-09-coverage-check.md
|
||||
```
|
||||
|
||||
### 恢复时的页面跳过逻辑
|
||||
@@ -137,16 +138,17 @@ for page in page_list:
|
||||
|
||||
## 步骤调度
|
||||
|
||||
| Step | 文件 | 输入 | 输出 |
|
||||
|------|------|------|------|
|
||||
| 1 | `steps/step-01-analyze.md` | 方案文档 .md 文件 | 页面清单 → 写入状态文件 |
|
||||
| 2 | `steps/step-02-generate-pages.md` | 状态文件中的页面清单 | 逐个生成 HTML 页面 |
|
||||
| 3 | `steps/step-03-generate-index.md` | 已生成的页面列表 | admin-index.html / mobile-index.html |
|
||||
| 4 | `steps/step-04-generate-entry.md` | - | index.html 统一入口 |
|
||||
| 5 | `steps/step-05-generate-docs.md` | 项目文档列表 | docs-index.html + view-doc.html |
|
||||
| 6 | `steps/step-06-generate-server.md` | - | server.js |
|
||||
| 7 | `steps/step-07-validate.md` | 所有已生成文件 | 验证报告 |
|
||||
| 8 | `steps/step-08-commit.md` | 所有已生成文件 + 状态文件 | git commit + push |
|
||||
| Step | 文件 | 输入 | 输出 | 说明 |
|
||||
|------|------|------|------|------|
|
||||
| 1 | `steps/step-01-analyze.md` | 方案文档 .md 文件 | 页面清单 → 写入状态文件 | |
|
||||
| 2 | `steps/step-02-generate-pages.md` | 状态文件中的页面清单 | 逐个生成 HTML 页面 | |
|
||||
| 3 | `steps/step-03-generate-index.md` | 已生成的页面列表 | admin-index.html / mobile-index.html | |
|
||||
| 4 | `steps/step-04-generate-entry.md` | - | index.html 统一入口 | |
|
||||
| 5 | `steps/step-05-generate-docs.md` | 项目文档列表 | docs-index.html + view-doc.html | |
|
||||
| 6 | `steps/step-06-generate-server.md` | - | server.cjs | |
|
||||
| 7 | `steps/step-07-validate.md` | 所有已生成文件 | VALIDATION-REPORT.md | |
|
||||
| 8 | `steps/step-08-commit.md` | 所有已生成文件 + 状态文件 | git commit + push | |
|
||||
| 9 | `steps/step-09-coverage-check.md` | prd.md / epic-journeys.md + 原型页面 | COVERAGE-REPORT.md | **可选增强步骤** - 双模式自适应验证 |
|
||||
|
||||
## 错误处理
|
||||
|
||||
|
||||
Reference in New Issue
Block a user