Phase guidance for the neuroflow /tool-validate command. Loaded automatically when /tool-validate is invoked to orient agent behavior, relevant skills, and workflow hints for the tool-validate phase.
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 tool-validate phase creates and runs a testing pipeline to verify that a tool or paradigm works correctly — timing, markers, data output, and edge cases.
.neuroflow/tool-build/ outputs before planning validation — understand what was built firstvalidation-plan.md before running any testsneuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rulesoutput_path (tools/), not inside .neuroflow/validation-report-[date].md to .neuroflow/tool-validate/ summarizing pass/fail status.neuroflow/reasoning/tool-validate.json and loop back to tool-build/neuroflow:tool-validate — runs this workflow as a slash command.