domain-modeling: drop the "another skill needs to maintain" caveat
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>
What happened
A change was made to the domain-modeling skill in a GitHub repository, dropping an unnecessary caveat about maintenance by other skills.
Why it matters
This simplifies the code dependencies and clarifies the responsibility for invoking skills, potentially reducing confusion and improving maintainability for developers working with this framework.