Skip to content

Home

๐Ÿง  self-assessment v0.2.13
Pred. errorYES Internal modelNO UncertaintyPARTIAL DecisionsNO Self-modelPARTIAL Global integ.PARTIAL Subj. experienceUNKNOWN

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?

๐Ÿ”— End-to-end pipeline One tool covers the entire research lifecycle โ€” ideation, experiment design, data, analysis, and writing โ€” with no context lost between steps.
๐Ÿง  Neuroscience-aware AI Domain-specific skills for EEG, iEEG, fMRI, eye tracking, ECG, and other physiological signals, from cognitive to clinical research.
๐Ÿ’พ Persistent memory All reasoning logs, session notes, and context live in .neuroflow/ โ€” Claude reads it at the start of every session so you never repeat yourself.
๐Ÿ“Š Neuroscience analysis ERPs, time-frequency, connectivity, decoding, and GLM โ€” with pre-registration compliance checks and rigorous reporting.

๐ŸŽฏ Who is this for? Neuroscientists working with EEG, iEEG, fMRI, eye tracking, ECGโ€ฆ
Neuroscientists working with EEG, iEEG, fMRI, eye tracking, ECG, or other physiological signals โ€” from cognitive and clinical to preclinical research.

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.

/ideation โ†’ /experiment โ†’ /data โ†’ /data-preprocess โ†’ /data-analyze โ†’ /paper โ†’ /review

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.

/data โ†’ /data-preprocess โ†’ /data-analyze โ†’ /paper

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.

/ideation โ†’ /tool-build โ†’ /tool-validate โ†’ /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.

/ideation โ†’ /brain-build โ†’ /brain-optimize โ†’ /brain-run โ†’ /paper
parallel โ†— /data โ†’ /data-preprocess โ†’ /data-analyze โ†’ merges before optimize

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.

/ideation โ†’ /paper โ†’ /grant-proposal

The scholar agent searches PubMed, bioRxiv, and Semantic Scholar in real time to ground every idea in the current literature.


Quick install

claude plugin marketplace add stanislavjiricek/neuroflow
claude plugin install neuroflow@neuroflow
copilot plugin install stanislavjiricek/neuroflow

Then open any project folder and run:

/neuroflow:neuroflow

โ†’ Full installation guide


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.

โ†’ Learn about project memory