Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology, define a ubiquitous language, create or update CONTEXT.md / CONTEXT-MAP.md, record an ADR, resolve overloaded terms, or when another planning/code skill needs shared domain vocabulary. Adapted from mattpocock/skills.
Actively maintain the project's shared language while designing or changing work. This skill changes the model; merely reading CONTEXT.md for vocabulary is a normal habit for any skill.
CONTEXT.md · root CONTEXT-MAP.md · nearest CONTEXT.md · docs/adr/, docs/adrs/, or docs/decisions/kevin-wiki, prefer wiki pages for durable facts and use repo-local CONTEXT.md only for project vocabulary.CONTEXT.md when a term is resolved. Do not batch resolved terms for later.Use concise glossary entries. This is not a spec and should not hold implementation decisions.
# Context
## Terms
### Materialization Cascade
A lesson becoming real in the file system. Avoid: "publish", "sync", "make live".For multi-context repos, create CONTEXT-MAP.md only when one root glossary would be ambiguous.
# Context Map
| Context | Glossary | Decisions |
| --- | --- | --- |
| Billing | `src/billing/CONTEXT.md` | `src/billing/docs/adr/` |Offer an ADR only when all three are true:
Otherwise, keep the decision in the conversation, PRD, or issue. ADRs should be short: context, decision, alternatives, consequences.
CONTEXT-FORMAT.md when creating or restructuring CONTEXT.md / CONTEXT-MAP.md.ADR-FORMAT.md when a decision passes the ADR gate.grill-with-docs for pre-PRD interrogation that discovers terms.to-prd for turning resolved context into a product spec.codebase-design for interface/module vocabulary.Upstream: github.com/mattpocock/skills/skills/engineering/domain-modeling/SKILL.md at 5d78bd0903420f97c791f834201e550c765699f8.