What problem does it solve?
This Skill handles database schema design, migration planning, and ER diagrams so teams can translate requirements into safe, normalized data models with clear integrity, index, and rollback guidance.
Core Features & Use Cases
- Model: Document tables, PK/FK, and normalization rationale after analyzing requirements and reference guidance before proposing schema changes.
- Migrate: Sequence schema operations with rollback notes, lock-risk assessments, and expand-contract staging when needed, honoring constraints from the migration patterns references.
- Validate: Recommend indexes tied to query patterns, note delete behaviors, and align ORM or visualization handoffs while respecting the schema boundaries provided.
- Use Case: When launching a new service or changing payloads, Schema ensures the resulting PostgreSQL/MySQL/SQLite/Mongo patterns stay consistent, indexed, and reversible.
Quick Start
Ask Schema to design the normalized tables, foreign keys, indexes, and reversible migration steps for the new billing domain.