What problem does it solve? Teams often pick a database engine from familiarity or hype before understanding their data, then discover the access pattern does not fit. This Skill inverts that process by forcing the access pattern to be documented first, then mapping it to the right database family and managed offering. ## Core Features & Use Cases - Access-Pattern-First Method: Captures read/write ratio, query shapes, data volume, consistency needs, and latency budgets before any engine is named. - Family Matching Tables: Maps access patterns to relational, document, key-value, wide-column, and time-series families with managed examples like RDS, Aurora, DynamoDB, Spanner, and Timestream. - Operational Model Guidance: Distinguishes instance-based, cloud-native distributed, and serverless models, and separates read replicas, multi-AZ HA, cross-region DR, and backups. - Use Case: An architect designing a new service documents a spiky, key-based lookup workload with eventual consistency, and uses the checklist to select DynamoDB on-demand instead of defaulting to a provisioned relational instance. ## Quick Start Ask the assistant to help you choose a managed database for your workload by describing your read/write ratio, query shapes, data size, and consistency requirements.