mongodb-data-modeling
Installation
SKILL.md
MongoDB Data Modeling
Model MongoDB from access patterns and lifecycle first; encode consistency through document shape, indexes, validation, write concern, and application boundaries.
Process
- Identify access patterns, trust boundaries, runtime constraints, ownership, and operational requirements before choosing structure.
- Prefer the simplest design that satisfies current requirements and leaves clear extension points for known near-term changes.
- Make data flow, failure handling, observability, and rollout constraints explicit.
- Translate the design into concrete implementation and review checks before coding.
Coordination
Use this skill together with itsol-task-intake for ambiguous work, itsol-self-review before handoff, and focused security-* or infra-* skills when the change touches trust boundaries or deployment behavior.