domain-modeling: trigger on CONTEXT.md / ADR writes explicitly
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 <noreply@anthropic.com>
What happened
The commit adds explicit triggers for the domain-modeling skill in response to changes in CONTEXT.md and ADR files, improving the activation context for the skill.
Why it matters
This improvement enhances developer workflows by ensuring that relevant context is captured without needing to frame requests conversationally, potentially streamlining documentation and decision-recording processes in projects.