Design database schema for a specific platform from a logical model. Use for physical database design.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install data-architecture@melodic-software--platform <sqlserver|postgresql|mongodb|cosmosdb> [--model <path>]# Design Schema Command Design an optimized database schema for a specific platform. ## Usage ## Arguments | Argument | Required | Description | |----------|----------|-------------| | --platform | Yes | Target database (sqlserver, postgresql, mongodb, cosmosdb) | | --model | No | Path to logical model file | ## Workflow 1. **Parse arguments** to determine platform and model source 2. **If no model specified**, look for recent data model in: - Current conversation context - `.work/` or `docs/` folders 3. **Spawn schema-designer agent** to create: - DDL scripts for tables ...