What problem does it solve?
This Skill helps engineers design reliable, scalable database systems and resolve production data problems before they become outages, performance failures, migration incidents, or security issues.
Core Features & Use Cases
- Schema and Data Modeling: Design normalized schemas, entity relationships, constraints, indexes, multi-tenant models, and MongoDB document structures.
- Performance and Reliability: Diagnose slow queries and N+1 patterns, choose indexes, plan partitioning, configure connection pooling, and evaluate replication, failover, and consistency requirements.
- Safe Operations: Plan reversible, lock-conscious migrations; select transaction isolation and locking strategies; protect sensitive data; and validate backups and point-in-time recovery.
- Use Case: When a production query becomes slow as data grows, use this Skill to analyze access patterns, review the execution plan, recommend targeted indexes or query changes, and define monitoring and rollout safeguards.
Quick Start
Ask the database architect skill to design a production-ready schema for a multi-tenant SaaS application, including indexes, transaction boundaries, migration steps, and backup requirements.