Quick multi-LLM second opinion. Sends a single prompt to GPT, Gemini, Grok, You.com, or Perplexity with a role-based system prompt and returns structured feedback.
One model. One question. Structured feedback.
/consult <model> <role> "prompt text"
IMPORTANT: Execute these commands directly using the Bash tool. Do NOT check if files exist first — just run them.
bash /home/user/ken/orchestrator/bootstrap-env.sh 2>/dev/null; pip3 install -q -r /home/user/ken/orchestrator/requirements.txt 2>/dev/null && python3 /home/user/ken/orchestrator/consult.py <model> <role> "prompt text"
Output: JSON response to stdout with keys: analysis, proposed_update, risks, confidence
Usage stats: Printed to stderr (model, tokens, cost)