What problem does it solve? Code rarely explains why it exists. This Skill answers "why does this code work this way" questions by searching historical evidence across source control, issue trackers, docs, chat, and monitoring tools, then returning a cited, confidence-calibrated answer instead of a guess. ## Core Features & Use Cases - Parallel evidence investigation: Spawns one investigator per evidence category (git/PRs, Jira, Confluence, Slack, Datadog, Sentry, data warehouses) based on available MCPs, each with a source-specific playbook. - Confidence-tiered synthesis: A synthesizer agent classifies every claim as Direct, Supported, Inferred, Speculative, or Unknown, with verbatim citations and explicit documentation of gaps and contradictions. - Use Case: Ask "why is this retry limit set to 3?" and receive a report tracing the PR discussion, linked incident postmortem, and Slack thread that motivated the defensive code, plus a Preserve/Change/Avoid/Risk constraint set if you plan to modify it. ## Quick Start Ask why a specific function, threshold, or pattern in your codebase exists and let the skill investigate the historical evidence across your connected tools.