Essential questions to ask before designing a data model
Scanned 9/10/2026
Install to Claude Code
npx -y skills add snoodleboot-io/prompticorn --skill minimal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Minimal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snoodleboot-io-minimal-2e46cb16)More formats (shields.io, HTML) on the badges page.
---
name: data-model-discovery
description: Essential questions to ask before designing a data model
languages: [all]
subagents: [architect/data-model]
tools_needed: []
---
## Data Model Discovery Questions
Before designing any data model, ask these questions:
1. **What are the core entities and their relationships?**
- Identify nouns in requirements
- Map relationships (1:1, 1:many, many:many)
2. **What are the most common read patterns?**
- Which queries will run most frequently?
- What filters/sorts are needed?
3. **What are the most common write patterns?**
- Insert frequency and volume
- Update patterns and triggers
4. **Are there soft-delete, audit trail, or versioning requirements?**
- Do records need to be recoverable?
- Is history tracking required?
5. **Any known scale constraints?**
- Expected row counts
- Request volume (reads/writes per second)
- Geographic distribution
### Usage
- Ask all questions before producing designs
- Document answers in design doc
- Use answers to inform indexing and denormalization decisions
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").
SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.
Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.