Add Entity

Scaffold a new domain entity or aggregate in this Vertical Slice Architecture template — the entity itself, its strongly typed ID, errors, specification, EF Core configuration, DbSet, the mandatory Vogen registration, and the migration. Use when the user says "add an entity", "add an aggregate", "create a domain model", "add a new table", "model X in the domain", or names a new domain concept that needs to be persisted. Use it before `/add-slice` when the use case needs a domain type that doesn't exist yet.

sswconsulting e2430db 3 files · 24.6 KB Updated

File contents

sswconsulting/ssw.verticalslicearchitecture/tree/main/.claude/skills/add-entity commit e2430db6b1

Frequently asked questions

npx skillmds@latest add sswconsulting/add-entity