domain-modeling

Installation
SKILL.md

Domain awareness

During codebase exploration, look for existing documentation:

File structure

Most repos have a single context:

/
├── CONTEXT.md
├── docs/
│   └── adr/
│       ├── 0001-event-sourced-orders.md
│       └── 0002-postgres-for-write-model.md
└── src/

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

Installs
11
First Seen
Jul 8, 2026
domain-modeling — canhassancode/skills