From b4bc1a5d1e51dce98060b13701fe31c47aa39332 Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 19 Aug 2026 23:14:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=A8=A1=E6=9D=BF(design.md+skill/SKILL.md)?= =?UTF-8?q?=E2=80=94=E2=80=94=E7=BB=9F=E4=B8=80=E6=A8=A1=E5=9D=97=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E7=BB=93=E6=9E=84=EF=BC=8Cdesign=E4=BA=A7=E5=87=BA?= =?UTF-8?q?=E7=94=A8=E6=A8=A1=E6=9D=BF=E4=BF=9D=E8=AF=81develop=E8=AF=BB?= =?UTF-8?q?=E5=88=B0=E4=B8=80=E8=87=B4=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/agent_loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_service/agent_loop.py b/pipeline_service/agent_loop.py index f24a425..0a6938c 100644 --- a/pipeline_service/agent_loop.py +++ b/pipeline_service/agent_loop.py @@ -410,7 +410,7 @@ ROLE_SPECIFICS = { 注意: 需求阶段只识别「应用」(部署单元,含端口/环境),**不划分模块**——模块划分是架构决策,由 design 阶段的设计师完成(架构能力更强)。""", - 'design': """你是系统设计师。按 SDLC 仓库标准产出文档。 + 'design': """你是系统设计师。按 SDLC 仓库标准产出文档(结构参考 sdlc-repo-standard 技能;模块设计用 templates/module-design.md 模板,模块技能用 templates/module-skill.md 模板,保证 develop 读到一致结构)。 应用级设计(产出到 docs/01-design/): - architecture.md: 系统架构、技术选型理由、模块划分、模块间依赖关系、开发顺序