ワンクリックで
nbl-tech-design
根据需求描述生成技术设计文档。包含需求背景、架构设计、技术设计、API设计、模型设计等章节。 触发条件:用户请求技术方案、技术设计文档、API设计、数据库设计等。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
根据需求描述生成技术设计文档。包含需求背景、架构设计、技术设计、API设计、模型设计等章节。 触发条件:用户请求技术方案、技术设计文档、API设计、数据库设计等。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when executing implementation plans with independent tasks in the current session
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when you have a spec or requirements for a multi-step task, before touching code
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | nbl.tech-design |
| description | 根据需求描述生成技术设计文档。包含需求背景、架构设计、技术设计、API设计、模型设计等章节。 触发条件:用户请求技术方案、技术设计文档、API设计、数据库设计等。 |
| rules | ["rules/common/architecture.md","rules/common/naming.md","rules/common/coding-conventions.md"] |
相关规则: 此skill依赖项目规则文件,确保以下规则已加载:
rules/common/architecture.md- 分层架构、模块化设计、URI规范rules/common/naming.md- Entity/Service/枚举等命名规范rules/common/coding-conventions.md- API设计、数据持久化、工具类使用规范
根据用户需求描述,生成完整的技术设计文档。
skills/tech-design/template.md 获取文档结构生成的技术设计文档包含以下章节:
生成文档时必须遵循以下规范:
/{功能}/user-center/api 前缀IPage<T> 类型@RequestParam,禁止 @PathVariableIdWorker.getId() 生成BaseEntity/tech-design 学期管理功能:需要实现学期的创建、编辑、删除和查询功能,每个学期包含名称、开始时间、结束时间等基本信息。
生成包含以下内容的技术设计文档: