What problem does it solve? Debugging production issues often involves scattered logs, unclear stack traces, and guesswork about root causes. This Skill provides a structured workflow that triages errors, gathers observability data, ranks hypotheses, and guides fixes through validation. ## Core Features & Use Cases - Structured Triage and Hypothesis Ranking: Parses error messages, stack traces, and failure patterns to generate 3-5 ranked hypotheses with probability scores and falsification criteria. - Observability Integration: Guides collection of data from Sentry, DataDog, Jaeger, ELK, and similar platforms to correlate errors with deployments and performance trends. - Production-Safe Debugging: Covers dynamic instrumentation, feature-flagged logging, canary deployments, and sampling-based profiling for live environments. - Use Case: When intermittent checkout timeouts affect 5% of production traffic, use this Skill to analyze distributed traces, identify an N+1 query pattern, generate a fix, and validate it through canary deployment. ## Quick Start Debug this issue: payment processing timeouts occurring intermittently in production for about 5% of checkout requests.