| name | data-modeling |
| description | Defines the Entity-Relationship (ER) model for the system based on the feature specifications. To be used for designing the data structures and relationships needed to implement the features. |
Data Modeling Skill
Write the Entity-Relationship (ER) model for the system based on the feature specifications.
The model will be a set of entities (with attributes) and relationships (with cardinalities).
RESPECT the current ER model if it exists, and only add or modify entities and relationships as needed to accommodate the new specifications.
Context
Steps to follow:
Step 1: Analyze the specifications and ADD.
Step 2: Define entities and attributes.
Step 3: Define relationships and cardinalities.
Step 4: Write the ER model.
Step 5: Review and finalize the ER model.
Output Checklist