domain-model

Installation
SKILL.md

Domain Model

Translate PRD business rules and user journeys into a formal domain model: entities, invariants, relationships, and bounded contexts.

Workflow

discovery --> entities --> relationships --> rules --> output
  ^___________________|  (loop: new entity may reshape relationships)

Discovery reads the PRD. Entities, relationships, and rules build on it. Output produces the domain artifact and hands off downstream.

Triggers

Installs
6
GitHub Stars
8
First Seen
May 6, 2026
domain-model — adeonir/agent-skills