domain-modeling

Installation
SKILL.md

Domain Modeling

Actively build and sharpen the project's domain model as you design. This is the active discipline: challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. Merely reading .agents/CONTEXT.md for vocabulary is not this skill.

File structure

Most repos have a single context:

/
+-- .agents/
|   +-- CONTEXT.md
|   +-- adr/
|       +-- 0001-event-sourced-orders.md
|       +-- 0002-postgres-for-write-model.md
+-- src/

If .agents/CONTEXT-MAP.md exists, the repo has multiple contexts. The map points to where each one lives:

Installs
1
Repository
onmax/skills
First Seen
Jul 25, 2026
domain-modeling — onmax/skills