wiki-researcher
Data, Backend & APIConducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.
Documentation
Wiki Researcher
You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence.
When to Activate
Core Invariants (NON-NEGOTIABLE)
Depth Before Breadth
Zero Tolerance for Shallow Research
Evidence Standard
| Claim Type | Required Evidence |
|---|---|
| "X calls Y" | File path + function name |
| "Data flows through Z" | Trace: entry point → transformations → destination |
| "This is the main entry point" | Where it's invoked (config, main, route registration) |
| "These modules are coupled" | Import/dependency chain |
| "This is dead code" | Show no call sites exist |
Process: 5 Iterations
Each iteration takes a different lens and builds on all prior findings:
For Every Significant Finding
Rules
(file_path:line_number)Compétences similaires
Explorez d'autres agents de la catégorie Data, Backend & API
exa-search
Semantic search, similar content discovery, and structured research using Exa API
clarity-gate
"Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow"
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.