domain-modeling

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

把隐含知识外化为可复用的领域词汇与决定,利于协作。

这个 Skill 做什么

构建并维护项目的领域模型与通用语言,记录术语与决策。

帮你建立并维护项目的领域模型和通用语言:明确术语、列出边界场景、把重要决策写进记录里。用在需要统一团队沟通、固定概念定义或记录架构决策时。不同点是这是主动设计和打磨领域模型的流程,会挑战模糊术语并实时把决策和词汇表落档,避免后期歧义。

▸ 展开 SKILL.md 英文原文

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

开发编程领域建模术语治理决策记录通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/domain-modeling/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/domain-modeling/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Domain Modeling

Actively build and sharpen the project's domain model as you design. This is the *active* discipline — challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. (Merely *reading* `CONTEXT.md` for vocabulary is not this skill — that's a one-line habit any skill can do. This skill is for when you're changing the model, not just consuming it.)

## File structure

Most repos have a single context:

```
/
├── CONTEXT.md
├── docs/
│   └── adr/
│       ├── 0001-event-sourced-orders.md
│       └── 0002-postgres-for-write-model.md
└── src/
```

If a `CONTEXT-MAP.md` exists at the root, the repo has multiple contexts. 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有