From ruflo-intelligence
Train SONA neural patterns from successful task completions, view learned patterns, and optimize the intelligence pipeline
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-intelligence:neural-train [--pattern-type coordination|edit|task] [--epochs N][--pattern-type coordination|edit|task] [--epochs N]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Train and manage SONA neural patterns for self-learning.
Train and manage SONA neural patterns for self-learning.
After completing a successful task, use this skill to capture what worked and train the intelligence system so future tasks benefit from learned patterns.
mcp__claude-flow__neural_status to see active patterns and training statemcp__claude-flow__hooks_intelligence_trajectory-start with the task contextmcp__claude-flow__hooks_intelligence_trajectory-stepmcp__claude-flow__hooks_intelligence_trajectory-end with outcome (success/failure)mcp__claude-flow__neural_train with --pattern-type coordination --epochs 10mcp__claude-flow__hooks_intelligence_pattern-store to persist learningsmcp__claude-flow__neural_patterns to confirm patterns were storednpx @claude-flow/cli@latest neural train --pattern-type coordination --epochs 10
npx @claude-flow/cli@latest neural patterns --list
npx @claude-flow/cli@latest neural status
npx @claude-flow/cli@latest hooks pretrain --model-type moe --epochs 10
For real-time micro-adaptation (<0.05ms), use:
mcp__claude-flow__ruvllm_sona_create to initialize a SONA instancemcp__claude-flow__ruvllm_sona_adapt to adapt weights based on feedbacknpx claudepluginhub abdhenni/ruflo --plugin ruflo-intelligenceGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.