mit einem Klick
templates
文档模板集合;创建文档时读取;包含所有知识库模板和方案文件模板
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
文档模板集合;创建文档时读取;包含所有知识库模板和方案文件模板
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | templates |
| description | 文档模板集合;创建文档时读取;包含所有知识库模板和方案文件模板 |
模板使用说明:
{...} 内容替换为实际内容。blueprint/README.md 只保留轻量入口索引。blueprint/ 根层存在额外长期专题文档,必须在 blueprint/README.md 里显式列入口。blueprint/tasks.md 只保留未完成长期项与明确延后项;已完成项不继续保留在该文件。# 项目技术约定
## 技术栈
- 核心: {语言版本} / {框架版本}
- 构建: {构建工具}
- 测试: {测试框架}
## 使用约定
- 这里只沉淀可复用的长期技术约定。
- 一次性实现细节不默认写入本文件。
## 文档边界
- `project.md`: 可复用技术约定
- `blueprint/background.md`: 长期目标、范围、非目标
- `blueprint/design.md`: 模块/宿主/目录/消费契约
- `blueprint/tasks.md`: 未完成长期项与明确延后项
# 项目蓝图索引
状态: {当前状态}
维护方式: 仅保留状态、当前目标、当前焦点与阅读入口;长说明进入其他 blueprint 文件
## 当前目标
- 项目:`{项目名}`
- 长期目标与范围进入 `./background.md`
## 当前焦点
- 当前活动 plan:{有/无}
- history 归档:{状态}
## 深入阅读入口
- [项目技术约定](../project.md)
- [蓝图背景](./background.md)
- [蓝图设计](./design.md)
- [蓝图任务](./tasks.md)
- [长期专题蓝图](./{extra_blueprint_doc}.md) # 如存在额外长期专题文档,则逐项列出
- [变更历史](../history/index.md)
# 蓝图背景
## 长期目标
- {目标1}
- {目标2}
## 范围
- 范围内: {内容}
- 范围外: {内容}
## 非目标
- {内容}
# 蓝图设计
## 正式契约
- `knowledge_sync` 是唯一正式同步契约。
- `active_plan = current_plan.path + current_plan.files`。
## 消费契约
| Context Profile | Reads | Fail-open Rule | Notes |
|-----|------|------|------|
| `consult` | `project.md`, `preferences.md`, `blueprint/README.md` | 缺 deep blueprint 不报错 | 不强制物化 plan |
| `plan` | `L1` + `active_plan` | 缺 deep blueprint 时按生命周期补齐 | history 不是默认上下文 |
| `finalize` | `active_plan`, `knowledge_sync`, `blueprint/*`, `history/index.md` | 缺 `history/index.md` 时现场创建 | `required` 未满足则阻断 |
# 蓝图任务
状态: 只保留未完成长期项与明确延后项;已完成项不继续留在本文件。
## 未完成长期项
- [ ] {长期项}
## 明确延后项
- [-] {延后项}
# 变更历史索引
| 时间戳 | 功能名称 | 状态 | 方案包 |
|--------|----------|------|--------|
| {YYYYMMDD} | {功能} | ✓ | [链接](YYYY-MM/...) |
# 用户长期偏好
> 仅记录用户明确声明的长期偏好;一次性指令不入库。
当前暂无已确认的长期偏好。
{"timestamp":"2026-01-15T10:30:00Z","source":"chat","message":"以后默认先给最小改动清单","scope":"planning","promote_to_preference":true,"preference_id":"pref-002"}
{"timestamp":"2026-01-15T11:10:00Z","source":"chat","message":"这次把输出写详细点","scope":"current_task","promote_to_preference":false}
# {功能名称}
## 背景
{1-2 句话描述需求背景}
评分:
- 方案质量: {X}/10
- 落地就绪: {Y}/10
评分理由:
- 优点: {1 行}
- 扣分: {1 行}
## 方案
- {技术方案要点1}
- {技术方案要点2}
## 任务
- [ ] {任务1}
- [ ] {任务2}
## 变更文件
- {file1}
- {file2}
# 变更提案: {功能名称}
## 需求背景
{描述现状、痛点及变更驱动因素}
评分:
- 方案质量: {X}/10
- 落地就绪: {Y}/10
评分理由:
- 优点: {1 行}
- 扣分: {1 行}
## 变更内容
1. {变更点1}
2. {变更点2}
## 影响范围
- 模块: {列表}
- 文件: {列表}
## 风险评估
- 风险: {描述}
- 缓解: {措施}
# 技术设计: {功能名称}
## 技术方案
- 核心技术: {语言/框架/库}
- 实现要点:
- {要点1}
- {要点2}
## 架构设计
{如有架构变更}
## 安全与性能
- 安全: {措施}
- 性能: {优化}
# 任务清单: {功能名称}
目录: `.sopify/plan/{YYYYMMDD}_{feature}/`
## 1. {模块名称}
- [ ] 1.1 在 `{文件路径}` 中实现 {功能}
- [ ] 1.2 在 `{文件路径}` 中实现 {功能}
## 2. 测试
- [ ] 2.1 {测试任务}
## 3. 文档更新
- [ ] 3.1 更新 `project.md / blueprint/background.md / blueprint/design.md / blueprint/tasks.md`
# ADR-{NNN}: {决策标题}
## 状态
已采纳 | 待定 | 已废弃
## 日期
{YYYY-MM-DD}
## 上下文
{背景和问题描述}
## 决策
{核心决策内容}
| 符号 | 含义 |
|---|---|
[ ] | 待执行 |
[x] | 已完成 |
[-] | 已跳过 |
[!] | 阻塞中 |
Analyze phase entry. Aggregates scoring, follow-up, and scope-check rules; loads references/assets/scripts on demand.
Design phase entry. Aggregates plan-level selection, task breakdown, and package output rules; loads references/assets/scripts on demand.
Develop phase entry; routes task execution, state updates, KB sync, and plan close-out through references/assets/scripts.
Knowledge base management skill; read during KB operations; includes init, update, sync strategies
Document template collection; read when creating docs; includes all KB templates and plan file templates
需求分析阶段入口;聚合评分、追问与范围判定规则,按需加载 references/assets/scripts。