Research Brainstorm Map

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

jmagly 9d7c2c2 854 B Updated

File contents

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:

    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.

jmagly/aiwg/tree/main/agentic/code/extensions/research-brainstorming/skills/research-brainstorm-map commit 9d7c2c2fb7

Frequently asked questions

npx skillmds@latest add jmagly/research-brainstorm-map