What problem does it solve? Production features often ship without telemetry, so when incidents occur engineers cannot tell what happened from the available data. This Skill guides you to instrument code alongside the feature so production behavior is visible and diagnosable. ## Core Features & Use Cases - Structured Logging: Emits JSON log events with stable event names, correlation IDs, and entry-point fields instead of unqueryable string interpolation. - Metrics and Tracing: Applies RED/USE metric patterns with bounded label cardinality and OpenTelemetry distributed tracing across services. - Symptom-Based Alerting: Creates actionable alerts tied to user-facing symptoms, each linked to a minimal runbook. - Use Case: When adding a payment retry flow, use this Skill to define the on-call questions first, then add structured payment_failed log events, latency histograms 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 alerting to my new checkout endpoint before it ships.