From ad5eeaaf5b0f4ad407ecd8c5d974e954a91328f5 Mon Sep 17 00:00:00 2001 From: "ci[bot]" Date: Thu, 13 Aug 2026 17:38:25 +0800 Subject: [PATCH] :package: deps(thirdparty): update snapshots --- .../.changeset/domain-modeling-trigger-context-adr.md | 5 +++++ matt-pocock-skills/SOURCE.md | 4 ++-- .../skills/engineering/domain-modeling/SKILL.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 matt-pocock-skills/.changeset/domain-modeling-trigger-context-adr.md diff --git a/matt-pocock-skills/.changeset/domain-modeling-trigger-context-adr.md b/matt-pocock-skills/.changeset/domain-modeling-trigger-context-adr.md new file mode 100644 index 00000000..da0fe9cd --- /dev/null +++ b/matt-pocock-skills/.changeset/domain-modeling-trigger-context-adr.md @@ -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. diff --git a/matt-pocock-skills/SOURCE.md b/matt-pocock-skills/SOURCE.md index 4e9f436d..79c0d122 100644 --- a/matt-pocock-skills/SOURCE.md +++ b/matt-pocock-skills/SOURCE.md @@ -1,8 +1,8 @@ # Source - Repo: https://github.com/mattpocock/skills -- Ref: 84fdeffd12f2ee307994d1eb6feb48173b6e0502 +- Ref: 8b78b531ab965735c5dc74f6f7a219e1e37326df - Remove-Paths: -- Snapshot: 2026-08-12 +- Snapshot: 2026-08-13 - Sync-Mode: copy_skill_dirs - Notes: vendored into playbook branch thirdparty/skill diff --git a/matt-pocock-skills/skills/engineering/domain-modeling/SKILL.md b/matt-pocock-skills/skills/engineering/domain-modeling/SKILL.md index d0f7e1a5..e660e8cc 100644 --- a/matt-pocock-skills/skills/engineering/domain-modeling/SKILL.md +++ b/matt-pocock-skills/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 discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR. --- # Domain Modeling