一键导入
data-model-discovery
Essential questions to ask before designing a data model
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Essential questions to ask before designing a data model
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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?