chore: update existing rule docs with AI output schema
This commit is contained in:
1
01 - Knowledge & Prompts/AI Prompts/P1_生成项目蓝图.md
Normal file
1
01 - Knowledge & Prompts/AI Prompts/P1_生成项目蓝图.md
Normal file
@@ -0,0 +1 @@
|
||||
提取需求,梳理用户角色与核心用例,确定前后端与数据库技术栈选型,输出 project_blueprint.md。
|
||||
3
01 - Knowledge & Prompts/AI Prompts/P2_生成数据库设计.md
Normal file
3
01 - Knowledge & Prompts/AI Prompts/P2_生成数据库设计.md
Normal file
@@ -0,0 +1,3 @@
|
||||
读取项目蓝图,进行数据库表结构设计。按规定格式输出实体关系图和数据字典。
|
||||
|
||||
@02 - Design Standard/2.3 数据库与存储设计规范.md
|
||||
4
01 - Knowledge & Prompts/AI Prompts/P3_生成基础脚手架.md
Normal file
4
01 - Knowledge & Prompts/AI Prompts/P3_生成基础脚手架.md
Normal file
@@ -0,0 +1,4 @@
|
||||
读取蓝图确认技术栈,生成标准分层目录树结构、依赖包文件(如 requirements.txt)及基础配置。
|
||||
|
||||
@03 - Coding & Frameworks/01 - Language Coding Specification/Python 编码与开发规范.md
|
||||
@03 - Coding & Frameworks/02 - Framework Development Specification/Django_DRF开发规范.md
|
||||
4
01 - Knowledge & Prompts/AI Prompts/P4_生成核心业务代码.md
Normal file
4
01 - Knowledge & Prompts/AI Prompts/P4_生成核心业务代码.md
Normal file
@@ -0,0 +1,4 @@
|
||||
为指定模块编写核心逻辑与 API。必须遵守严格的分层原则和统一的接口响应格式。
|
||||
|
||||
@03 - Coding & Frameworks/02 - Framework Development Specification/Django_DRF开发规范.md
|
||||
@02 - Design Standard/2.2 API 接口设计规范.md
|
||||
3
01 - Knowledge & Prompts/AI Prompts/P5_生成自动化测试.md
Normal file
3
01 - Knowledge & Prompts/AI Prompts/P5_生成自动化测试.md
Normal file
@@ -0,0 +1,3 @@
|
||||
读取刚生成的业务代码,编写单元测试。必须包含完整的行为排列与外部依赖 Mock。
|
||||
|
||||
@04 - Quality & Review/4.1 自动化测试规范.md
|
||||
4
01 - Knowledge & Prompts/AI Prompts/P6_执行代码审查与修复.md
Normal file
4
01 - Knowledge & Prompts/AI Prompts/P6_执行代码审查与修复.md
Normal file
@@ -0,0 +1,4 @@
|
||||
作为严苛的架构师,扫描当前变更代码的安全与架构漏洞,打回违规代码并直接提供修复代码块。
|
||||
|
||||
@04 - Quality & Review/4.2 代码审查规范.md
|
||||
@04 - Quality & Review/4.3 安全编码规范.md
|
||||
3
01 - Knowledge & Prompts/AI Prompts/P7_生成部署流水线.md
Normal file
3
01 - Knowledge & Prompts/AI Prompts/P7_生成部署流水线.md
Normal file
@@ -0,0 +1,3 @@
|
||||
读取项目依赖,生成多环境隔离的容器化构建脚本与 CI/CD 流水线配置文件。
|
||||
|
||||
@05 - Collaboration & Delivery/5.2 CI_CD 与环境部署规范.md
|
||||
Reference in New Issue
Block a user