domain-modeling
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
统一术语与边界,适合长期演进的产品/团队
这个 Skill 做什么
主动构建与精炼项目领域模型并记录术语与决策
主动梳理和打磨项目的 domain model,把术语、边界条件和设计决策写进词汇表或 ADR,确保团队用同一套 ubiquitous language。在要确定名词含义、记录架构决定或为其他技能提供领域上下文时使用。特点是会质疑模糊定义、补充边缘场景并随时更新文档,避免大家对同一概念有不同理解。
▸ 展开 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.
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/domain-modeling/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/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 公开信息 · 原文版权归作者所有