weave-brainstormlisted
Install: claude install-skill tony/ai-workflow-plugins
# Weave Brainstorm
*Selection guidance for this skill is bundled at `references/overview.md`.*
Generate independent original responses from multiple AI models (Claude, Antigravity, GPT) in parallel, with optional multiple variants per model. This is a **project-read-only** command — no files in your repository are written, edited, or deleted. Session artifacts (model outputs, prompts, variant results) are persisted to `$AI_AIP_ROOT` for post-session inspection; this directory is outside your repository.
The prompt comes from `$ARGUMENTS`. If no arguments are provided, ask the user what they want to brainstorm.
---
## Phase 1: Gather Context
**Goal**: Understand the project and prepare the prompt.
1. **Read CLAUDE.md / AGENTS.md** if present — project conventions inform better responses.
2. **Determine trunk branch** (for prompts about branch changes):
```bash
git remote show origin | grep 'HEAD branch'
```
Fall back to `main`, then `master`, if detection fails.
3. **Capture the prompt**: Use `$ARGUMENTS` as the user's prompt. If `$ARGUMENTS` is empty, ask the user what they want to brainstorm.
---
## Phase 1b: Build Context Packet
After Phase 1 context gathering (reading CLAUDE.md, exploring files, capturing the task), assemble a structured context bundle that will be included verbatim in ALL model prompts. This ensures every model works from the same information.
Write to `$SESSION_DIR/context-packet.md` *(the actual file write happens after Session