Phase guidance for the neuroflow /notes command. Loaded automatically when /notes is invoked to orient agent behavior, relevant skills, and workflow hints for the notes phase.
From neuroflownpx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflowThis skill uses the workspace's default tool permissions.
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.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
The notes phase captures live notes during a meeting, talk, or session, then reformats them into a clean structured document.
neuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rules.neuroflow/notes/notes-[date]-draft.md after every 3 prompts; notify the user briefly each time.neuroflow/notes/notes-[date].md.neuroflow/notes/config.json for sync_to_flowie; if true (default), offer to copy the note to .neuroflow/flowie/notes/ for GitHub sync.neuroflow/notes/config.json stores per-project defaults: default_type, default_speaker, default_project, and sync_to_flowie; create it with standard defaults on first run if absent/neuroflow:notes — runs this workflow as a slash command.