Agents Reference
All subagents available in rpiv-pi, grouped by capability tier.
Locators
artifacts-locator
Finds relevant documents in .rpiv/artifacts/
1 dispatchescodebase-locator
Finds where things live in the codebase. Names files and directories, never reads their contents.
8 dispatchesintegration-scanner
Maps inbound and outbound references for a component: who calls it, what it depends on, where it's wired up.
3 dispatchestest-case-locator
Catalogs existing manual test cases under .rpiv/test-cases/, with metadata, status, and coverage stats.
2 dispatchesAnalyzers
artifacts-analyzer
Deep-reads pipeline artifacts to extract the substance of prior research and decisions.
1 dispatchescodebase-analyzer
Reads source code in depth and explains how a component, function, or flow actually works.
10 dispatchescodebase-pattern-finder
Surfaces existing implementations that match a pattern worth following, with concrete code excerpts.
5 dispatchesprecedent-locator
Finds prior, similar changes in git history along with their blast radius and any follow-up fixes.
3 dispatchesscope-tracer
Traces investigation scope across an area — sweeps anchor terms, reads key files, emits a Discovery Summary + 6-12 research questions.
1 dispatchesSpecialists
claim-verifier
Re-opens every file:line cited in a review and reports which claims actually hold.
1 dispatchesdiff-auditor
Audits a diff in isolation and returns row-only findings for the quality lens of code review.
1 dispatchespeer-comparator
Compares the change at hand against precedent code in the same repo and flags where the new approach diverges.
1 dispatchesExternal
web-search-researcher
Researches questions on the open web and returns synthesized findings with their sources.
5 dispatches