What problem does it solve? Code rarely explains why it exists. This Skill answers "why does X work this way" questions by tracing design rationale, tradeoffs, and motivating constraints across historical evidence instead of guessing from the code itself. ## Core Features & Use Cases - Parallel Evidence Investigation: Spawns one investigator per evidence category (source control, issue tracker, docs, chat, observability, error tracking, analytics warehouse) based on available MCP servers. - Confidence-Tiered Synthesis: 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 at 100 items?" and receive a cited answer drawing on the original PR, linked tickets, monitoring thresholds, and any contradicting evidence. ## Quick Start Ask why a specific function, threshold, or pattern in the current codebase was designed the way it was.