What problem does it solve?
Many teams choose a database technology before defining the conceptual data model, which leads to inconsistent structures, unclear ownership, schema conflicts, and costly migrations. This Skill enforces a technology-agnostic data modeling workflow that defines entities, attributes, relationships, ownership, lifecycle, and access patterns before any database selection or schema implementation.
Core Features & Use Cases
- Structured Gate 5 Workflow: Stepwise phases for data analysis, modeling, and Gate 5 validation to ensure completeness and consistency.
- Technology-Agnostic Modeling Rules: Clear DO/NEVER lists and abstraction rules to keep models free of SQL, product names, or ORM code.
- Validation & Templates: A comprehensive Gate 5 checklist, per-entity template, relationship diagrams, access pattern analysis, and confidence scoring for go/no-go decisions.
- Use Case: For large-track features with persistent state, convert an approved API Design into a complete data model that assigns ownership and documents lifecycle policies before choosing storage.
Quick Start
Draft a technology-agnostic data model from the approved API Design (Gate 4) listing entities, attributes with types and constraints, relationships with cardinality, owning components, lifecycle rules, access patterns, and a completed Gate 5 validation checklist.