What problem does it solve? Production services often lack the logging, metrics, and tracing needed to answer "is it broken and why" during an incident, and teams struggle to design actionable alerts, meaningful SLOs, and blameless postmortems. ## Core Features & Use Cases - Instrumentation Guidance: Structured JSON logging, correlation/trace ID propagation across SQS and EventBridge, RED metrics for services, USE metrics for resources, and distributed tracing with cardinality discipline. - Alerting and SLO Design: Derive SLIs, SLOs, and error budgets from real history, build symptom-based alerts with runbooks, and design RED dashboards and fleet views. - Incident Response and Postmortems: Severity classification, incident roles, 5-whys root cause analysis, and a blameless postmortem template with action items. - Use Case: A Lambda consumer of an SQS queue fails silently; use this Skill to add correlation IDs and structured logs, define an SLO on message processing latency, and write the postmortem after resolution. ## Quick Start Use the rc-observability skill to instrument my Lambda-based SQS consumer with structured logging, correlation IDs, and RED metrics.