What problem does it solve? Production systems fail in ways nobody predicted, and teams flying blind cannot explain what broke, why, or whether users are affected. This Skill turns a running system into an explainable one by designing the telemetry, SLOs, and alerting that let you ask new questions of live traffic without shipping new code. ## Core Features & Use Cases - Telemetry Design: Structures the three pillars (logs, metrics, traces) with OpenTelemetry instrumentation, context propagation, and correlation IDs so you can pivot from metric to trace to log during an incident. - SLO and Error Budget Engineering: Defines SLIs as good-to-valid event ratios, sets realistic SLO targets, computes error budgets, and builds multiwindow burn-rate alerting policies. - Alert Noise Reduction: Applies the symptom-vs-cause and actionable-alert tests to eliminate pager fatigue, kill vanity dashboards, and enforce cardinality budgets that control observability costs. - Use Case: Your on-call rotation receives 200 alerts a night for pod restarts and disk trends while a real outage went unnoticed. Use this Skill to redesign alerting around SLO burn rate and the Four Golden Signals, cutting noise and restoring trust in the pager. ## Quick Start Ask the agent to design the instrumentation and alerting plan for your production service, for example: "We just launched a payments API and are flying blind, tell me what to instrument first and how to alert on it."