docs: add product requirements overview (#18)

This commit is contained in:
QiuSW
2026-08-17 09:59:27 +08:00
parent c2d7631119
commit 2e09b48f11
7 changed files with 159 additions and 21 deletions
+14
View File
@@ -27,6 +27,9 @@ CORE_PAGE_PATHS = {
"Existing-Project-Adoption-Guide": (
"docs/08-existing-project-adoption.md"
),
"Product-Requirements-Overview": (
"docs/09-product-requirements-overview.md"
),
"Delivery-Documentation-Guide": "docs/delivery/README.md",
"Audience-Document-Template": (
"docs/delivery/audience-document-template.md"
@@ -91,6 +94,7 @@ CORE_DOCUMENT_REQUIREMENTS = {
),
"docs/07-new-project-documentation-setup.md": (
"## 初始化顺序",
"#### 需求总览启用条件",
"### 2. 选择建设基线",
"#### 判断案例",
"### 3. 识别子项目与交付单元",
@@ -116,6 +120,16 @@ CORE_DOCUMENT_REQUIREMENTS = {
"## 最小验收清单",
"## 回退原则",
),
"docs/09-product-requirements-overview.md": (
"## 本页用途",
"## 事实来源边界",
"## 当前需求索引",
"## 登记规则",
"## 原型与设计资产",
"## 状态规则",
"## 更新时机",
"## 最小验收清单",
),
"docs/delivery/README.md": (
"## 什么时候需要交付文档",
"## 受众与文档选择",