What problem does it solve? Code rarely explains why it exists. This Skill reconstructs the motivation and intent behind a piece of code by searching source control, issue trackers, docs, chat, observability, error tracking, and analytics sources, then returns a cited, confidence-weighted answer instead of a guess. ## Core Features & Use Cases - Parallel evidence investigation: Spawns one read-only investigator subagent per available evidence category (git/GitHub, Linear/Jira, Notion/Confluence, Slack, Datadog, Sentry, Databricks), each following a source-specific playbook. - Calibrated confidence output: Synthesizes findings into Direct, Supported, Inferred, Speculative, and Unknown tiers with verbatim citations, explicit gaps, and a Sources Consulted coverage map. - Use Case: Ask why a rate limit is clamped at 100, and the Skill traces the PR, linked ticket, Slack thread, and Datadog monitor to show the threshold came from an incident postmortem, citing each source. ## Quick Start Ask the AI why a specific function, threshold, or feature flag exists and request a cited investigation of its design rationale.