with one click
data-model-discovery
Essential questions to ask before designing a data model
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Essential questions to ask before designing a data model
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run a genuinely-parallel multiagent implementation - plan, gate on environment, spawn subagents concurrently, aggregate
Run a genuinely-parallel multiagent implementation with detailed guidance - plan, gate on environment, spawn subagents concurrently, aggregate, and debug/retry
Apply Arrange-Act-Assert pattern for clear, maintainable tests with detailed guidance
Detect anomalies in data
Detect anomalies in data
Harden APIs against attacks
| name | data-model-discovery |
| description | Essential questions to ask before designing a data model |
| languages | ["all"] |
| subagents | ["architect/data-model"] |
| tools_needed | [] |
Before designing any data model, ask these questions:
What are the core entities and their relationships?
What are the most common read patterns?
What are the most common write patterns?
Are there soft-delete, audit trail, or versioning requirements?
Any known scale constraints?