Database architecture skills, docs, and rules for high-demand multi-tenant commerce platforms (PostgreSQL source of truth, Neo4j as derived GraphRAG projection, transactional outbox, RLS-based tenant isolation). Includes live schema introspection workflow via Postgres MCP.
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Each domain shapes the model: recipes for restaurants, lots for pharmacies, serials for appliances, weight pricing for grocery.
tenancy, identity, catalog, inventory, ordering, payments,
pricing, purchasing, suppliers, customers, audit, graph_sync,
reporting.
Each module owns its tables and emits its own outbox events. Cross-module calls go through public service interfaces or domain events — never direct table reads.
docs
skills
adr-drafting
commerce-database-architecture
graph-rag-boundary-review
mermaid-diagram-review
outbox-and-eventing-design
postgres-schema-introspection
schema-evolution-workflow