What problem does it solve?
It solves the challenge of turning messy business requirements into clear, correct database structures by documenting entities, attributes, relationships, and constraints across conceptual, logical, and physical modeling levels.
Core Features & Use Cases
- Entity-Relationship Modeling Guidance: Create ERDs with proper entity types, attribute definitions, and relationship cardinality (including many-to-many via associative entities).
- Data Dictionary Production: Define columns with keys, nullability, defaults, and validations, plus indexes and constraints for implementation-ready rigor.
- Modeling Workflow From Requirements to Physical Design: Follow a phased approach to identify entities, define attributes, resolve relationships, normalize logical models, and map to physical database constructs.
Quick Start
Use the data-modeling skill to convert your requirements into a conceptual, logical, and physical model with an ERD, data dictionary, and suggested normalization decisions.