# Research Brainstorm Map

> Render idea, question, and hypothesis maps from KB graph neighbors and brainstorming notes.

- Skill: `jmagly/research-brainstorm-map` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jmagly/research-brainstorm-map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jmagly/research-brainstorm-map/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: jmagly (https://skillmd.com/u/jmagly)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jmagly/research-brainstorm-map

---


# Research Brainstorm Map

Use when the user wants a visual or structured map of the brainstorming
neighborhood around a research topic.

## Procedure

1. Query KB neighbors with:

   ```bash
   aiwg index neighbors --graph kb --node <slug>
   ```

2. Group returned nodes by concept, entity, source summary, synthesis, and
   brainstorm note.
3. Build one or more maps:
   - idea map
   - question tree
   - competing-hypothesis table
   - exploration plan
4. Mark each node or claim as `user-idea`, `model-suggestion`, or
   `citation-backed` when that information is known.

## Output

Use Markdown by default. If the user asks for a renderable graph, output Mermaid
or DOT with source labels in node text.

