phase-notes¶
The notes phase captures live notes during a meeting, talk, or session, then reformats them into a clean structured document.
Approach¶
- Accept freeform input without correcting or restructuring until the user signals they are done
- Do not prompt for formatting, completeness, or clarification during capture โ just record
- Only reformat when explicitly asked, or when the user signals the session is over
- Auto-save the raw capture to a draft file every 3 prompts to prevent data loss in long sessions
Relevant skills¶
neuroflow:neuroflow-coreโ read first; defines the command lifecycle and.neuroflow/write rules
Workflow hints¶
- Auto-save raw notes to
.neuroflow/notes/notes-[date]-draft.mdafter every 3 prompts; notify the user briefly each time - Save the final formatted notes to
.neuroflow/notes/notes-[date].md - Delete the draft file once the final formatted file has been written
- Keep the raw capture separate from the reformatted version if both are useful
- After saving, check
.neuroflow/notes/config.jsonforsync_to_flowie; iftrue(default), offer to copy the note to.neuroflow/flowie/notes/for GitHub sync .neuroflow/notes/config.jsonstores per-project defaults:default_type,default_speaker,default_project, andsync_to_flowie; create it with standard defaults on first run if absent
Slash command¶
/neuroflow:notes โ runs this workflow as a slash command.