Merge pull request #848 from mattpocock/domain-modeling-trigger-context-adr

domain-modeling: trigger on CONTEXT.md / ADR writes
This commit is contained in:
Matt Pocock
2026-08-13 10:06:21 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,5 @@
---
"mattpocock-skills": patch
---
domain-modeling: trigger on discussing codebase terminology and on writing or editing a CONTEXT.md or an ADR directly, replacing the narrower "pin down domain terminology or a ubiquitous language" / "record an architectural decision" phrasing. Also drops the "another skill needs to maintain the domain model" caveat — that's the invoking skill's job to state explicitly, not this description's.
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: domain-modeling name: domain-modeling
description: 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. description: Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
--- ---
# Domain Modeling # Domain Modeling