domain
Installation
SKILL.md
Domain Model Cooking Session
Interview relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Ask questions one at a time, waiting for feedback before continuing.
If a question can be answered by exploring the codebase, explore the codebase instead of asking.
Discover project context
Before starting, find and read existing domain documentation. Check these locations (in order):
docs/CONTEXT_MAP.md— if it exists, this is a multi-context project. Read it to understand bounded contexts and their relationships.docs/UBIQUITOUS_LANGUAGE.md— the shared glossary. Read it to understand canonical terms.docs/contexts/*/CONTEXT.md— per-context documentation. Read the ones relevant to the current plan.CLAUDE.md— project-level context.
If none of these exist, that's fine — create them lazily as decisions are made (see below).