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

  • Build the model ("build domain model", "define entities", "model the domain") → discovery.md
Related skills
Installs
6
GitHub Stars
5
First Seen
7 days ago