brainstorm-all · git:20260401.5e53264 · 2026-04-01 · sha256 cc10b8997219b9ac

brainstorm-all git:20260401.5e53264A

Immutable. This exact content is served forever at /api/v1/blob/cc10b8997219b9ac.

---
name: brainstorm-all
description: Send a topic to ALL LLM providers (Gemini, Codex, Ollama) in parallel. Shortcut for /brainstorm gemini,codex,ollama <topic>. Requires Ollama to be running locally.
user_invocable: true
---

# Multi-LLM Brainstorm (All Providers)

Consult all available LLM providers (Gemini, Codex, Ollama) simultaneously and synthesize their perspectives.

## Instructions

1. Determine the brainstorm topic:
   - If the user provided a topic directly, use it
   - If the context is about code changes, gather the relevant diff with `git diff` and `git diff --cached`
   - If the context is a design/plan, gather the relevant documentation or conversation context

2. If no topic is clear, ask the user what they'd like to brainstorm about.

3. Launch the `brainstorm-coordinator` agent with the topic, providers set to `gemini,codex,ollama`, and any gathered context.