What problem does it solve? Production features often ship without telemetry, leaving teams unable to answer what the system is doing or why when incidents occur. This Skill guides you to instrument code alongside the feature so failures become queries instead of archaeology. ## Core Features & Use Cases - Structured Logging: Emits JSON log events with stable event names, correlation IDs, and entry-point attribution across schedulers, endpoints, and CLI runs. - Metrics and Tracing: Applies RED/USE metrics with bounded label cardinality and OpenTelemetry distributed tracing with context propagation across services. - Symptom-Based Alerting: Creates actionable alerts tied to user-facing symptoms, each linked to a minimal runbook, and verifies telemetry by inducing failures in staging. - Use Case: When adding a payment retry flow, define the on-call questions first, then add a payment_failed structured log event, a latency histogram for the provider, and an error-rate alert with a runbook before shipping. ## Quick Start Use the observability-and-instrumentation skill to add logging, metrics, tracing, and an alert with a runbook to the new checkout endpoint.