Phase guidance for the neuroflow /brain-optimize command. Loaded automatically when /brain-optimize is invoked to orient agent behavior, relevant skills, and workflow hints for parameter search and model fitting.
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-optimize phase covers parameter exploration and model fitting — sweeping a parameter space to map model behaviour, or optimising parameters to match experimental data.
optimize-plan.md before any code — parameters, bounds, cost function, algorithm, convergence criterionneuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rulesoutput_path (models/optimize/), not inside .neuroflow/optimize-plan.md and post-run summaries to .neuroflow/brain-optimize/.neuroflow/reasoning/brain-optimize.json/neuroflow:brain-optimize — runs this workflow as a slash command.