What problem does it solve? Code rarely explains why it exists. This Skill answers "why does X work this way" questions by investigating the historical record—commits, PRs, tickets, docs, chat, telemetry, and error tracking—instead of guessing from the code itself. ## Core Features & Use Cases - Parallel Evidence Investigation: Spawns one investigator subagent per available evidence category (source control, issue tracker, docs, chat, observability, error tracking, analytics warehouse), each following a source-specific playbook. - Confidence-Tiered Synthesis: A synthesizer subagent classifies every claim as Direct, Supported, Inferred, Speculative, or Unknown, with citations and an explicit "What We Don't Know" section. - Use Case: Ask "why is this API response clamped to 100 items?" and receive a cited answer tracing the threshold to a PR discussion, a linked ticket, and a Datadog monitor—plus honest gaps where evidence is missing. ## Quick Start Ask why the retry logic in src/payments/client.ts exists and have the skill investigate the code's history and all connected evidence sources.