What problem does it solve? Code tells you what it does but rarely why it exists. This Skill reconstructs the historical motivation behind code—design decisions, tradeoffs, rejected alternatives, and business constraints—by searching fragmented evidence across source control, tickets, docs, chat, observability, error tracking, and analytics systems. ## Core Features & Use Cases - Parallel Multi-Source Investigation: Discovers available MCP servers at runtime, maps them to seven evidence categories, and spawns one investigator subagent per category to search concurrently. - Confidence-Calibrated Synthesis: A dedicated synthesizer merges findings into a cited narrative that strictly separates direct evidence, supported inferences, competing hypotheses, and explicit gaps. - Epistemic Discipline: Enforces a five-tier confidence framework with hedged phrasing rules, preventing confident-sounding guesses from masquerading as facts. - Use Case: Ask why a retry limit is set to 3 in a payment service. The Skill searches git history, Linear tickets, Notion docs, Slack threads, Datadog monitors, Sentry issues, and Databricks analytics, then returns a cited answer showing the threshold came from a postmortem action item. ## Quick Start Ask why the retry logic in backend/retry.ts was designed with exponential backoff and a limit of three attempts.