Research Brainstorm
Use when the user wants to capture loose research ideas, hypotheses, questions,
claims, outlines, or fragments before they are ready for structured research
induction.
Inputs
- Free-form seed prompt or pasted notes.
- Optional topic slug.
- Optional existing wiki links or source summaries.
Procedure
- Keep the note in brainstorming mode. Do not require
REF-*, GRADE, or
citation formatting.
- Separate content into source labels:
user-idea for operator-provided material.
model-suggestion for generated expansions.
citation-backed only when an existing source summary, REF-*, or
research-query result supports the statement.
- Write a wiki note shaped like
agentic/code/extensions/research-brainstorming/templates/brainstorm-note.md
under .aiwg/kb/brainstorming/<slug>.md.
- Append a semantic-memory event with
memory-log-append when available, or
use aiwg kb put brainstorming/<slug>.md for storage.
- Link obvious concepts, entities, source summaries, syntheses, and prior
brainstorms with wiki links.
Output
Return the note path, source-label summary, open questions, and promotion
candidates. Do not present speculative suggestions as facts.
Composition
This skill composes with kb-ingest, memory-ingest, memory-log-append,
memory-lint, research-query, and induct-research; it does not duplicate
those tools.
1---2name: research-brainstorm3description: Capture and expand free-form research thoughts into wiki memory without requiring REF-* structure.4---56# Research Brainstorm78Use when the user wants to capture loose research ideas, hypotheses, questions,9claims, outlines, or fragments before they are ready for structured research10induction.1112## Inputs1314- Free-form seed prompt or pasted notes.15- Optional topic slug.16- Optional existing wiki links or source summaries.1718## Procedure19201. Keep the note in brainstorming mode. Do not require `REF-*`, GRADE, or21 citation formatting.222. Separate content into source labels:23 - `user-idea` for operator-provided material.24 - `model-suggestion` for generated expansions.25 - `citation-backed` only when an existing source summary, `REF-*`, or26 research-query result supports the statement.273. Write a wiki note shaped like28 `agentic/code/extensions/research-brainstorming/templates/brainstorm-note.md`29 under `.aiwg/kb/brainstorming/<slug>.md`.304. Append a semantic-memory event with `memory-log-append` when available, or31 use `aiwg kb put brainstorming/<slug>.md` for storage.325. Link obvious concepts, entities, source summaries, syntheses, and prior33 brainstorms with wiki links.3435## Output3637Return the note path, source-label summary, open questions, and promotion38candidates. Do not present speculative suggestions as facts.3940## Composition4142This skill composes with `kb-ingest`, `memory-ingest`, `memory-log-append`,43`memory-lint`, `research-query`, and `induct-research`; it does not duplicate44those tools.