domain-modeling
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
鼓励即时记录决策与词汇,提升团队语义一致性。
这个 Skill 做什么
构建与维护项目的领域模型与通用术语表。
把项目的领域概念、术语表和关键决策体系化,形成团队一致的 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.
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/domain-modeling/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/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 公开信息 · 原文版权归作者所有