domain-modeling

Installation
SKILL.md

Domain Modeling

Actively build and sharpen the project's domain model as you design. This is the active discipline: challenge terms, invent edge-case scenarios, and write the glossary and decisions down the moment they crystallize.

Merely reading CONTEXT.md for vocabulary is not this skill. This skill is for when you are changing the model, not just consuming it.

File Structure

Most repos have a single context:

/
|-- CONTEXT.md
|-- docs/
|   `-- adr/
|       |-- 0001-event-sourced-orders.md
|       `-- 0002-postgres-for-write-model.md
`-- src/
Installs
3
GitHub Stars
63
First Seen
Jul 13, 2026
domain-modeling — stolinski/s-stack