phase-write-report¶
The write-report phase generates a structured report from .neuroflow/ contents โ for a specific phase, multiple phases, or the whole project.
Approach¶
- Confirm scope (which phase(s)), audience, and depth before loading any files
- Use
flow.mdfiles to navigate.neuroflow/rather than reading all content up front - Synthesize across phases when the report spans multiple โ do not list files, narrate progress
Relevant skills¶
neuroflow:neuroflow-coreโ read first; defines the command lifecycle and.neuroflow/write rulesneuroflow:humanizerโ apply to drafted report text to strip AI signatures, fix rhythm, and calibrate register
Workflow hints¶
- Save the report to
results/or the phase folder specified by the user โ confirmoutput_pathbefore writing - Keep the report concise; a summary of key decisions and outputs is more useful than exhaustive detail
Slash command¶
/neuroflow:write-report โ runs this workflow as a slash command.