What problem does it solve? Code rarely explains why it exists. This Skill reconstructs the motivation, tradeoffs, and constraints behind a piece of code by searching historical evidence across source control, issue trackers, docs, chat, observability, error tracking, and analytics systems, then returns a cited, confidence-calibrated answer instead of a confident guess. ## Core Features & Use Cases - Parallel evidence investigation: Discovers available MCPs 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 Direct, Supported, Inferred, Speculative, and Unknown tiers with explicit citations and documented gaps. - Use Case: Ask why a retry limit is set to 3 in a backend service. The Skill traces the PR, linked ticket, Slack incident thread, Datadog monitor, and Sentry spike around the ship date, then reports which claims are directly evidenced and which are inference. ## Quick Start Ask the agent why a specific function or design decision in the current codebase was made and request a cited historical investigation.