Phase guidance for the neuroflow /fails command. Orients agent approach for logging user dissatisfaction, categorising complaints accurately, and preparing GitHub issue reports.
From neuroflownpx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflowThis skill uses the workspace's default tool permissions.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.
The /fails command is a dissatisfaction capture utility. Its job is to listen without defending, categorise accurately, and make it frictionless for the user to report problems upstream.
/fails — record the problem as stated; fixes belong in a follow-up conversationcore.md — Plugin behaviourProblems with how neuroflow itself behaves:
science.md — Scientific qualityProblems with the scientific work produced:
ux.md — Interaction qualityProblems with how the interaction felt:
After logging a fail, always ask whether the user wants to report it as a GitHub issue. Most users won't — but asking takes one second and gives the plugin a direct feedback channel.
When composing the issue:
[core], [science], or [ux]project_config.mdnode -e "process.stdout.write(encodeURIComponent('...'))") — probe once; if unavailable, encode manually (space→%20, newline→%0A, #→%23, &→%26, =→%3D, ?→%3F, +→%2B, /→%2F, :→%3A). Never use gh CLI — it requires authentication and is not needed here.open (macOS/Linux) or start "" "<url>" (Windows) rather than presenting it as text — the user should be one click from submittingneuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rules/neuroflow:fails — runs this workflow as a slash command.