What problem does it solve? Systems often ship without the instrumentation needed to diagnose failures, leaving teams unable to answer which users are affected, since when, and what changed when an incident occurs at 3am. ## Core Features & Use Cases - Structured Logging Standards: Enforces event-based logs with stable names, variable fields, consistent levels, and logger-level redaction of secrets and personal data. - Metrics and Cardinality Control: Applies RED and USE methods, mandates latency histograms and error ratios, and prevents unbounded label cardinality that turns metrics bills into outages. - Tracing and Alerting Design: Covers context propagation across HTTP, queues, and jobs, plus symptom-based alerts tied to SLO burn rates with runbook guidance. - Use Case: Before shipping a new payment endpoint, use this Skill to decide which spans, histograms, error ratios, and alerts to add so a future latency regression is diagnosable without a deploy. ## Quick Start Use the observability skill to design the logging, metrics, traces, and alerts for the new checkout service before it ships.