Prisma schema filename. Convention: schema-{number}-{domain}.prisma where
number indicates dependency order.
Component group kind.
"authorization": Auth tables (users, sessions, password resets).
Processed by Authorization Agent."domain": Business tables (products, orders). Processed by Component
Agent.NamespacenamespaceBusiness domain namespace for Prisma directive.
Examples: "Systematic", "Actors", "Sales", "Orders", "Articles".
Final rationale cementing the component's structure.
Review considerations: relationships with other domains, grouping validation.
Initial thoughts on why these tables belong together.
Database component skeleton generated during the DATABASE_GROUP phase.
Field order is deliberate: reasoning fields (thinking → review → rationale) come BEFORE technical fields (namespace → filename → kind) to ensure the AI reasons through purpose before committing to technical details.
Author
Samchon