domain-modeling
仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 1 小时前
▸ 精选理由
能显著减少命名混乱并提升长周期协作一致性,适合启动新项目或划分边界。
这个 Skill 做什么
在项目初期建立共享语言与边界,产出术语表和决策记录以统一命名与概念。
▸ 展开 SKILL.md 英文原文
Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing domain concepts. Produces a CONTEXT.md glossary and decision records. Use at the start of a project or feature, or when the codebase and the people describing it speak different languages.
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/domain-modeling/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/domain-modeling/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# domain-modeling Most misbuilds start as a language gap: the agent is dropped into a project and left to infer the jargon, so it uses twenty words where the domain has one. A shared language closes the gap. When code, conversation, and the model all draw from the same vocabulary, names line up, navigation gets cheaper, and the model spends fewer tokens reasoning because it has a tighter language to reason in. ## Method 1. **Harvest the terms.** From the request, the codebase, and the user's own words, list the nouns and verbs that carry domain meaning - the concepts a newcomer would have to ask about. Prefer the user's word over a synonym you like better. 2. **Pin each one.** Wr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有