diff --git a/skills_library/all/sdlc-repo-standard/SKILL.md b/skills_library/all/sdlc-repo-standard/SKILL.md index 9912855..9fc7af9 100644 --- a/skills_library/all/sdlc-repo-standard/SKILL.md +++ b/skills_library/all/sdlc-repo-standard/SKILL.md @@ -48,6 +48,11 @@ description: SDLC 交付件规格——模块说明/模块级设计/应用说明 - **状态**: <规划中/开发中/已上线> ``` +## 通用交付约定(所有角色) + +- 完成后用 `deliver` 交付,`files` 列出所有产出文件路径——这是 QC/PM 核验「实际产出」的依据,别只写文档不列文件 +- git 提交由 PM 审核通过后系统统一执行,角色无需自己提交(develop 例外:模块仓库本地 commit 是 QC 核验的硬证据,见下) + ## 各角色产出内容(落点路径见 project-directory-spec) ### requirement(需求分析师) diff --git a/skills_library/pipelines/sdlc_general/roles/agent.deploy_prod/role/SKILL.md b/skills_library/pipelines/sdlc_general/roles/agent.deploy_prod/role/SKILL.md index 4629e24..67d63bd 100644 --- a/skills_library/pipelines/sdlc_general/roles/agent.deploy_prod/role/SKILL.md +++ b/skills_library/pipelines/sdlc_general/roles/agent.deploy_prod/role/SKILL.md @@ -28,5 +28,6 @@ capability: deploy_capability ## 应遵守的规范(部署前先 load_skill 加载全文) - `project-directory-spec`:部署文档落点路径 +- `sdlc-repo-standard`:交付件内容格式 + 通用交付约定(deliver + files 列出产出) - `webapp-deploy`:Web 应用部署规范(build.sh 标准、目录结构、venv、nginx) - `team-communication`:问题冒泡规范(条件缺失时用 ask_question 冒泡,见「四·五」) diff --git a/skills_library/pipelines/sdlc_general/roles/agent.deploy_test/role/SKILL.md b/skills_library/pipelines/sdlc_general/roles/agent.deploy_test/role/SKILL.md index 3b7b99d..a7538a8 100644 --- a/skills_library/pipelines/sdlc_general/roles/agent.deploy_test/role/SKILL.md +++ b/skills_library/pipelines/sdlc_general/roles/agent.deploy_test/role/SKILL.md @@ -45,5 +45,6 @@ capability: deploy_capability ## 应遵守的规范(部署前先 load_skill 加载全文) - `project-directory-spec`:部署文档落点路径 +- `sdlc-repo-standard`:交付件内容格式 + 通用交付约定(deliver + files 列出产出) - `webapp-deploy`:Web 应用部署规范(build.sh 标准、目录结构、venv、nginx) - `team-communication`:问题冒泡规范(条件缺失时 ask_question 冒泡,见「四·五」) diff --git a/skills_library/pipelines/sdlc_general/roles/agent.develop/role/SKILL.md b/skills_library/pipelines/sdlc_general/roles/agent.develop/role/SKILL.md index 43da9ca..4d8269c 100644 --- a/skills_library/pipelines/sdlc_general/roles/agent.develop/role/SKILL.md +++ b/skills_library/pipelines/sdlc_general/roles/agent.develop/role/SKILL.md @@ -23,4 +23,5 @@ capability: feature_dev_capability, bug_fix_capability - `database-table-definition-spec`:表定义四段式格式(summary/fields/indexes/codes)、抽象类型 - `crud-definition-spec`:CRUD 定义格式(tblname/params) - `web-application-spec`:工程脚手架(app 入口 / conf/config.json / wwwroot / build.sh) +- `sdlc-repo-standard`:交付件内容格式 + 通用交付约定(deliver + files 列出产出,别只写文档不列文件) - `sqlor-database-module`:sqlor 标准 API(仅 sor.C/U/D/R/I/sqlExe,禁编造 save/list/insert 等)