ask_big_brain
Formats complex coding questions with code extraction for external AI consultation. Helps resolve context loops by packaging file paths, symbols, and dependencies for advanced AI analysis.
Instructions
š§ TRIGGER CONDITIONS: Use this tool when the user mentions "big brain", "BigBrain", "big-brain", or when you get stuck, loop, lose context, or need external AI consultation. This tool formats complex questions for the BigBrain system using intelligent code extraction.
ā ļø REQUIRES USER INTERACTION: After calling this tool, the user must paste the prepared content into an external AI system (ChatGPT 5 Pro, Grok Heavy, Claude Opus, etc.) and return with the response.
šÆ WHEN TO USE: ⢠User explicitly asks for "big brain" or "BigBrain" help ⢠You are stuck in a loop or losing context ⢠Problem is too complex for current session ⢠Need fresh external AI perspective ⢠User wants to leverage advanced AI models
š CRITICAL REQUIREMENTS for your question: 1. ALL specific file paths (absolute paths like /Users/username/project/src/main.rs) 2. SPECIFIC REFERENCES using: # for symbols (main.rs#some_function), : for lines (app.py:45 or app.py:100-150) 3. ALL related dependencies and context - do not omit anything 4. Clear explanation of what needs to be analyzed or modified 5. Complete problem description with background context
š§ The system automatically extracts relevant code using Probe based on file paths mentioned in your question. BE COMPREHENSIVE - missing files or symbols will lead to incomplete analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Comprehensive question for external AI analysis. MUST include: (1) All absolute file paths (e.g., /Users/name/project/src/file.ts), (2) Specific references using # for symbols (file.ts#functionName) or : for lines (file.py:45 or file.py:100-150), (3) Complete problem context and what you need analyzed/fixed. Be exhaustive - missing context leads to incomplete analysis. | |
| skipTokenCheck | No | Skip token limit checking (use with caution - may exceed model context limits). Current limit: 40000 tokens. |