What problem does it solve? Technical research often produces unverified claims, hallucinated APIs, and unstructured walls of text that lead to bad decisions. This Skill enforces a rigorous hypothesis-driven research workflow where every factual claim is verified across at least three distinct sources and code snippets are actually executed before being reported. ## Core Features & Use Cases - Hypothesis-Driven Investigation: Frames every question as a testable hypothesis, then verifies claims against primary sources and by executing code. - Synthesis Matrix: Compares multiple options or sources against defined criteria in structured tables with explicit tradeoffs, rather than listing links. - Contradiction Resolution: When sources disagree, presents both positions and identifies which is more current or authoritative instead of fabricating confidence. - Evidence Packet Handoff: Packages confirmed claims, sources, contradictions, and tested results for downstream documentation owners without mutating repository docs. - Use Case: When choosing between React Query and SWR for server state, the Skill builds a comparison matrix, verifies code examples against current library docs, states a recommendation with rationale, and defers the final decision to you. ## Quick Start Ask the researcher to compare two libraries or investigate a technical question and require that all claims be verified against primary sources before answering.