What problem does it solve? It prevents over-research and unsupported decisions by limiting investigation to primary-source evidence that can actually change the current decision, keeping work read-only and reversible. ## Core Features & Use Cases - Bounded Evidence Gathering: Starts from repository truth, then consults official documentation, specifications, or APIs only as far as needed to make the decision evidence-backed. - Read-Only by Default: Produces no reports, files, issues, or external records unless the user explicitly asks to persist findings. - Scoped Delegation: Uses a background agent only for genuinely independent, bounded research questions that can run in parallel with local work. - Use Case: When choosing between two API approaches, use this Skill to check the official docs and return the decisive evidence, remaining uncertainty, and freshness boundary without writing a survey report. ## Quick Start Use the research skill to verify from primary sources whether the current approach is still correct before I commit to this decision.