domain-modeling: drop the "another skill needs to maintain" caveat

Every skill that delegates to domain-modeling (grill-with-docs,
wayfinder, improve-codebase-architecture, triage) already invokes
/domain-modeling explicitly by name, so the description never needed
to carry that branch — it's the invoking skill's job to say so, not
this one's to anticipate it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-08-13 08:34:35 +00:00
parent e12e7ec6a7
commit 54bc6b6040
2 changed files with 2 additions and 2 deletions
@@ -2,4 +2,4 @@
"mattpocock-skills": patch "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. 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 discussing codebase terminology, writing or editing a CONTEXT.md, recording or editing an ADR, 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