Phase guidance for the neuroflow /brain-build command. Loaded automatically when /brain-build is invoked to orient agent behavior, relevant skills, and workflow hints for assembling computational brain models.
From neuroflownpx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflowThis skill uses the workspace's default tool permissions.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
The brain-build phase covers the design and implementation of a computational brain model — neuron model selection, network topology, connectivity rules, and simulation framework setup.
model-spec.md first; get user confirmation before implementation begins.hoc/.py conventions, Brian2 NeuronGroup/Synapses patterns, NetPyNE netParams/simConfig structure, NEST Create/Connect idioms)neuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rulesoutput_path (models/), not inside .neuroflow/model-spec.md to .neuroflow/brain-build/ before writing any implementation.neuroflow/reasoning/brain-build.json/neuroflow:brain-build — runs this workflow as a slash command.