phase-ideation¶
The ideation phase is the entry point of a research project โ sharpening a vague idea into a testable research question and mapping the existing literature rigorously.
Approach¶
- Identify which entry point applies (brainstorm, literature explore, formalize, proposal, literature review) before doing anything else
- Resist generating a full proposal before the research question is clear โ sequence matters
- Perform all literature searches inline by following
skills/phase-ideation/references/search-protocol.mdโ do NOT spawn sub-agents - Save
.mdmetadata stubs for all results and ask the user which papers to download - After the user selects papers (or skips), use the
literature-reviewagent to run the full 12-protocol analysis - The literature-review agent works from PDFs or
.mdstubs โ full download is not required - Keep outputs hypothesis-driven and concise; avoid scope creep at this stage
- If
project_config.mdalready has a research question, confirm whether to refine or restart
Relevant agents¶
literature-reviewโ runs 12 sequential analytical protocols on downloaded papers through the worker-critic loop; produces a compiled literature review saved to.neuroflow/ideation/literature-review-[date].mdcriticโ evaluates each protocol output in the literature-review looporchestratorโ manages the worker-critic loop when invoked
Note: Literature searches are performed inline by the main agent following the search protocol โ the
scholaragent is NOT spawned as a sub-agent. Use the standalonescholaragent only for ad-hoc searches outside the/ideationworkflow.
Relevant skills¶
neuroflow:neuroflow-coreโ read first; defines the command lifecycle and.neuroflow/write rulesneuroflow:pupil-labs-neon-realtimeโ if the project involves Pupil Labs Neon eye-tracking hardware, use this skill for real-time data collection and device connection during ideation/piloting
Workflow hints¶
- The research question produced here anchors every downstream phase โ write it precisely
- Save the final research question to
.neuroflow/ideation/research-question.md - Update
project_config.mdif the research question is defined or changed - Downloaded papers live in
.neuroflow/ideation/papers/โ this folder is the input for theliterature-reviewagent - The compiled literature review (
literature-review-[date].md) feeds directly into thepaperphase; reference it there - The search protocol reads
skills/phase-ideation/references/journal-defaults.mdto match the query to one of eight neuroscience areas and surface high-impact journals. If the user has custom journal preferences, they can create.neuroflow/journal-preferences.mdfrom the template atskills/phase-ideation/references/user-journal-preferences.md.
Slash command¶
/neuroflow:ideation โ runs this workflow as a slash command.