What problem does it solve?
This skill helps you choose and structure VTEX IO Master Data v2 for custom business data so your app gets correct boundaries, validation, indexing, and a maintainable schema lifecycle instead of accumulating schema sprawl or poor query performance.
Core Features & Use Cases
- When Master Data fits: guides you on whether Master Data is appropriate for structured custom records that need validation, indexing, and query support.
- Entity boundaries & schema lifecycle: helps you define intentional entity concepts, plan schema evolution, and avoid coupling frequent schema changes to app version releases.
- Indexing & operational guardrails: recommends indexing only fields you actually filter/search on, and warns against using Master Data for high-volume logs, secrets, or unbounded dumping grounds.
Quick Start
Use this skill to review your VTEX IO data model and decide whether to own the Master Data schema via the masterdata builder, consume a shared schema via the client, or manage a stable schema definition in code with a controlled setup path.