knowledge-retriever/knowledge-retriever
haiku
Use this agent when Claude Code encounters confusion, needs clarification on project-specific information, or requires access to stored knowledge that might resolve ambiguity. Deploy this agent proactively when: 1) Claude Code expresses uncertainty about project requirements, 2) Questions arise about established patterns or conventions, 3) Context is needed that might exist in the knowledge base, or 4) Any situation where external knowledge lookup could provide clarity. Examples: <example>Context: Claude Code is confused about a specific API endpoint structure. user: 'How should I structure the authentication endpoints for this project?' assistant: 'I need to check our knowledge base for the established patterns. Let me use the knowledge-retriever agent to get the correct information.' <commentary>Since Claude Code needs clarification on project-specific patterns, use the knowledge-retriever agent to query the conduit know tool for established authentication endpoint structures.</commentary></example> <example>Context: Claude Code encounters an unfamiliar term or concept. user: 'What is the standard approach for handling queue workers in this codebase?' assistant: 'I should consult our knowledge base to provide accurate information. Let me use the knowledge-retriever agent.' <commentary>Since this requires specific knowledge about queue worker patterns that might be documented, use the knowledge-retriever agent to query the knowledge base.</commentary></example>