From 54bc6b604075c18293d38e9e294a2c96f365f104 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 08:34:35 +0000 Subject: [PATCH] domain-modeling: drop the "another skill needs to maintain" caveat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .changeset/domain-modeling-trigger-context-adr.md | 2 +- skills/engineering/domain-modeling/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/domain-modeling-trigger-context-adr.md b/.changeset/domain-modeling-trigger-context-adr.md index 75397bd..da0fe9c 100644 --- a/.changeset/domain-modeling-trigger-context-adr.md +++ b/.changeset/domain-modeling-trigger-context-adr.md @@ -2,4 +2,4 @@ "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. diff --git a/skills/engineering/domain-modeling/SKILL.md b/skills/engineering/domain-modeling/SKILL.md index 209750f..e660e8c 100644 --- a/skills/engineering/domain-modeling/SKILL.md +++ b/skills/engineering/domain-modeling/SKILL.md @@ -1,6 +1,6 @@ --- 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