What problem does it solve?
It helps you get a second opinion or comparative perspective on a decision, design, or reasoning by consulting multiple external LLMs and synthesizing their outputs.
Core Features & Use Cases
- Multi-model consultation: Sends your question to multiple configured models (including both HTTP/API and CLI-driven models) and returns attributed results.
- Config-driven model selection: Supports presets and explicit model overrides via
--preset and --models, plus shared system prompt controls.
- Live CLI streaming + polling: For CLI-backed models, launches visible windows, captures streamed output, and polls until results are ready or timed out.
- Use-case fit: Ideal when the user explicitly asks to “consult” specific external models (e.g., GPT/Gemini) or requests cross-model comparison; it is not meant for general internal code review (use
/consult-polymaths instead).
Quick Start
Ask the skill to compare opinions by running /consult with your question, for example: “/consult Can you consult GPT and Gemini on whether this database schema makes sense?”.