/neuroflow:fails¶
Log dissatisfaction โ record what went wrong in plugin behavior, science quality, or interaction experience.
/fails captures things that didn't work as expected and optionally opens a GitHub issue for the neuroflow team.
When to use it¶
- A phase acted unexpectedly or produced wrong outputs
- An analysis ran on the wrong data or used a wrong method
- The interaction was confusing, circular, or produced unhelpful prompts
- You want to report a bug to the neuroflow team directly from the session
Three categories¶
| Category | What belongs here |
|---|---|
| Core | Plugin behavior problems โ unexpected phase actions, files written to wrong locations, loops without progress, ignored instructions, corrupted project state |
| Science | Scientific quality problems โ wrong paper retrieved, analysis on wrong data, incorrect axes, violated statistical assumptions, misapplied method |
| UX | Interaction quality problems โ confusing prompts, output too verbose or sparse, wrong suggested next steps, circular conversation, too many questions |
If the complaint spans categories, Claude asks which is primary โ or splits it across files if both aspects are equally important.
What it does¶
- Read existing fails โ reads
.neuroflow/fails/core.md,science.md,ux.mdif they exist; creates the folder and files if they don't - Listen โ asks what went wrong; listens in full before categorising
- Write the entry โ appends to the appropriate file with date, context, description, and expected behaviour
- Offer to report โ asks if you want to open a GitHub issue; if yes, constructs a formatted issue URL and opens it in your browser
GitHub issue format¶
Issues are opened at https://github.com/stanislavjiricek/neuroflow/issues/new with a pre-filled title and body:
## What went wrong
<description>
## Expected behaviour
<expected>
## Context
Phase: <phase>
Date: <date>
Plugin version: <version>
Files read and written¶
| Direction | Files |
|---|---|
| Reads | .neuroflow/project_config.md, .neuroflow/flow.md, .neuroflow/fails/ |
| Writes | .neuroflow/fails/core.md, .neuroflow/fails/science.md, .neuroflow/fails/ux.md, .neuroflow/fails/flow.md, .neuroflow/sessions/YYYY-MM-DD.md |
Note
/fails requires .neuroflow/ to exist. Run /neuroflow:neuroflow first if you haven't set it up.
Related commands¶
/sentinelโ audits.neuroflow/for structural issues/neuroflowโ full project status and session start