plugins/ruflo-intelligence/commands/neural.md
Neural system commands — dispatch by subcommand parsed from the user's input:
mcp__claude-flow__neural_train with --pattern-type (coordination|edit|task) and --epochs N.mcp__claude-flow__neural_status (SONA + MoE state, active patterns, training in flight).mcp__claude-flow__neural_patterns to list learned patterns; supports --list and --filter.mcp__claude-flow__neural_predict with --input "<task description>" to get a predicted outcome.mcp__claude-flow__neural_optimize to retune the pipeline based on recent outcomes.mcp__claude-flow__neural_compress to compact stored patterns (storage efficiency, runs after consolidation).Present results clearly. For train, surface the loss curve summary; for predict, show the predicted agent + confidence; for optimize/compress, show before/after counts.