Home
hi, I am neuroflow
โ the agentic operating system for neuroscience research. From hypothesis to manuscript, every phase orchestrated by AI.
๐ฑ Did I fail you? :') I'm in pre-release and open to the community โ ๐ open an issue or ๐ improve me with a PR
โจ why neuroflow?
.neuroflow/ โ Claude reads it at the start of every session so you never repeat yourself.
Who is this for? Neuroscientists working with EEG, iEEG, fMRI, eye tracking, ECGโฆ
Research pipelines¶
neuroflow adapts to your research โ click a pipeline to see how the commands connect.
Full research cycle Full cycle
From first hypothesis to peer-reviewed manuscript โ the complete end-to-end journey. Ideate, run an experiment, collect and preprocess data, analyze, write, and get it reviewed.
All context is stored in .neuroflow/ โ shared memory that carries every decision forward.
Data analysis study Analysis
You already have data collected. Inventory it, run preprocessing, extract results, and write them up โ without touching the experiment design phase.
ERPs, time-frequency, connectivity, decoding, GLM โ automatically reported with pre-registration compliance checks.
Research tool build Engineering
Building a new analysis algorithm, preprocessing library, or experiment software? Ideate the design, scaffold the implementation, validate it โ and optionally write it up as a methods paper.
The paper step is optional โ publish a methods article or keep the tool as internal infrastructure.
Computational modelling Modelling
Build and run a brain simulation model. Ideate the architecture, construct the model, then optimize and run it โ with empirical data analysis running in parallel and feeding into the optimization step.
Data analysis runs in parallel with model construction and merges before optimization โ the paper step is optional.
Literature review & ideation Ideation
Start with a broad question, search PubMed and bioRxiv, synthesise the field, and sharpen a novel hypothesis โ then write it up as a review article and optionally convert it into a grant proposal.
The scholar agent searches PubMed, bioRxiv, and Semantic Scholar in real time to ground every idea in the current literature.
Quick install¶
Then open any project folder and run:
How it works¶
.neuroflow/
โโโ project_config.md โ active phase, research question, modality, tools
โโโ flow.md โ index of all subfolders
โโโ reasoning/ โ structured per-phase decision logs (JSON)
โโโ sessions/ โ daily session logs (git-ignored)
โโโ ideation/ โ research questions, literature reviews, proposals
โโโ grant-proposal/ โ grant application drafts
โโโ experiment/ โ paradigm scripts, recording setup
โโโ tool-build/ โ tool specs and implementation notes
โโโ tool-validate/ โ validation plans and test results
โโโ data/ โ data inventory and intake reports
โโโ data-preprocess/ โ preprocessing configs and QC reports
โโโ data-analyze/ โ analysis plans and result summaries
โโโ paper/ โ manuscript drafts and critic logs
โโโ notes/ โ session and meeting notes
โโโ write-report/ โ generated project reports
Every command reads .neuroflow/ at the start and writes its output there. This shared memory means Claude always knows what phase you're in, what you've decided, and what's been done โ across sessions and across commands.