Skip to content

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.md files 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 rules
  • neuroflow: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 โ€” confirm output_path before 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.