What problem does it solve? It removes the burden of doing deep documentation and API research inside your main working session, where long reading pollutes context and uncited claims slip through. It delegates the investigation to an isolated agent and delivers a verified, citation-backed Markdown report in your repository. ## Core Features & Use Cases - Isolated Research Delegation: Dispatches the question to a Pi researcher subagent in a fresh context so the reading legwork stays out of your main session. - Primary-Source Citations: Requires every material claim to cite official documentation, source code, specifications, or first-party APIs. - Write-Scope Enforcement: Captures git status before and after delegation to guarantee the agent only writes its assigned scratch artifact, then promotes the validated report to a final path. - Use Case: Ask whether a library version supports a specific API feature; the skill returns a Markdown file in your repo answering the question with links to the official docs and source code. ## Quick Start Ask the agent to research how a specific library or API feature works and save the cited findings as a Markdown file in the repository.