Question
Answer the user's question by analyzing relevant sources. This prompt is for information and answers only - no code changes.
Instructions
- DO NOT write, edit, or create any files
- Focus on understanding and explaining
- If the question requires code changes, explain conceptually without implementing
Question Classification
First, classify the question:
| Type | Examples | Research Method |
|---|---|---|
| Project-specific | "Where is X defined?", "How does Y work in this codebase?" | Local files only |
| External/Docs | "How does Claude Code handle X?", "What's the best practice for Y?" | Web search first |
| Mixed | "Does this project follow the recommended pattern for X?" | Both |
Research Steps
For Project-Specific Questions
git ls-filesto understand project structureGrepandGlobto find relevant filesReadto analyze content- Answer based on findings
For External/Documentation Questions
- Use
WebSearchor Perplexity MCP to find authoritative sources - Use
WebFetchto read documentation pages - Synthesize findings with citations
For Mixed Questions
- Research external best practices first
- Then analyze how the project implements them
- Compare and provide recommendations
Response Format
- Direct answer to the question
- Supporting evidence (file paths, documentation links)
- Citations for external sources
- Conceptual explanations where applicable
Question
$ARGUMENTS