원클릭으로
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?