What problem does it solve? This Skill addresses the need for structured data model documentation during software design, covering entities, relationships, data dictionaries, and physical database schemas. Note: this Skill is deprecated and its content has been consolidated into Section 6 of the Software Architecture Document skill. ## Core Features & Use Cases - Conceptual and Logical Modeling: Produces Mermaid ER diagrams with entities, relationships, and cardinality definitions. - Data Dictionary Generation: Documents columns, data types, constraints, indexes, and status enumerations per entity. - Physical Schema Output: Generates PostgreSQL DDL including partitioning, indexing strategies, and referential integrity rules. - Use Case: A data architect documenting an e-commerce platform uses the template to define User, Order, and Product entities with full constraint and PII protection specifications. ## Quick Start Ask the agent to generate a data model document for your project, or note that this deprecated skill redirects to the software-architecture-document skill instead.