feat: sdlc-repo-standard 补通用交付约定 + develop/deploy_test/deploy_prod 角色技能补引用
- sdlc-repo-standard 加「通用交付约定」:deliver+files 列出产出、git 提交由 PM 审核后统一执行 - develop/deploy_test/deploy_prod 角色技能应遵守规范补 sdlc-repo-standard(交付件格式+交付约定), 配合 system_prompt 精简后不丢交付/审核约定
This commit is contained in:
parent
59f77f1756
commit
d47a4a5d47
@ -48,6 +48,11 @@ description: SDLC 交付件规格——模块说明/模块级设计/应用说明
|
||||
- **状态**: <规划中/开发中/已上线>
|
||||
```
|
||||
|
||||
## 通用交付约定(所有角色)
|
||||
|
||||
- 完成后用 `deliver` 交付,`files` 列出所有产出文件路径——这是 QC/PM 核验「实际产出」的依据,别只写文档不列文件
|
||||
- git 提交由 PM 审核通过后系统统一执行,角色无需自己提交(develop 例外:模块仓库本地 commit 是 QC 核验的硬证据,见下)
|
||||
|
||||
## 各角色产出内容(落点路径见 project-directory-spec)
|
||||
|
||||
### requirement(需求分析师)
|
||||
|
||||
@ -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 冒泡,见「四·五」)
|
||||
|
||||
@ -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 冒泡,见「四·五」)
|
||||
|
||||
@ -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 等)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user