From bd8e81baafe43e3e4a3e06f0d256da595edcdeca Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 08:13:05 +0000 Subject: [PATCH] domain-modeling: trigger on CONTEXT.md / ADR writes explicitly The description only fired on conversational framing ("pin down terminology", "record a decision"). Add explicit triggers for writing or editing a CONTEXT.md or an ADR directly, so the skill loads even when the file operation itself is the request rather than the underlying activity. Co-Authored-By: Claude Sonnet 5 --- skills/engineering/domain-modeling/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/engineering/domain-modeling/SKILL.md b/skills/engineering/domain-modeling/SKILL.md index d0f7e1a..d3a4c1c 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 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 the user wants to pin down domain terminology or a ubiquitous language, write or edit a CONTEXT.md, record or edit an ADR, or when another skill needs to maintain the domain model. --- # Domain Modeling