/neural-patterns
Continuously improve coordination through neural network learning with SONA (Self-Optimizing Neural Architecture).
> /plugin marketplace add proffesor-for-testing/agentic-qe > /plugin install agentic-qe-fleet@agentic-qe
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/neural-patterns
Context preview
What this command does when you run it.
Continuously improve coordination through neural network learning with SONA (Self-Optimizing Neural Architecture).
Command definition
neural-patterns.mdNeural Pattern Training
Purpose
Continuously improve coordination through neural network learning with SONA (Self-Optimizing Neural Architecture).
Pattern Persistence
Patterns are **automatically persisted** to disk:
- **Patterns**: `.claude-flow/neural/patterns.json`
- **Stats**: `.claude-flow/neural/stats.json`
Patterns survive process restarts and are loaded automatically on next session.
How Training Works
1. Automatic Learning
Every successful operation trains the neural networks:
- Edit patterns for different file types
- Search strategies that find results faster
- Task decomposition approaches
- Agent coordination patterns
2. Manual Training
# Train coordination patterns (50 epochs)
npx claude-flow neural train -p coordination -e 50
# Train optimization patterns with custom learning rate
npx claude-flow neural train -p optimization -l 0.005
# Quick training (10 epochs)
npx claude-flow neural train -e 10
3. Pattern Types
**Training Pattern Types:**
- `coordination` - Task coordination strategies (default)
- `optimization` - Performance optimization patterns
- `prediction` - Predictive preloading patterns
**Cognitive Patterns:**
- Convergent: Focused problem-solving
- Divergent: Creative exploration
- Lateral: Alternative approaches
- Systems: Holistic thinking
- Critical: Analytical evaluation
- Abstract: High-level design
4. Improvement Tracking
# Check neural system status
npx claude-flow neural status
Pattern Management
# List all persisted patterns
npx claude-flow neural patterns --action list
# Search patterns by query
npx claude-flow neural patterns --action list -q "error handling"
# Analyze patterns
npx claude-flow neural patterns --action analyze -q "coordination"
Performance Targets
| Metric | Target | |--------|--------| | SONA Adaptation | <0.05ms (achieved: ~2ฮผs) | | Pattern Search | O(log n) with HNSW | | Memory Efficient | Circular buffers |
Benefits
- ๐ง Learns your coding style
- ๐ Improves with each use
- ๐ฏ Better task predictions
- โก Faster coordination
- ๐พ Patterns persist across sessions
CLI Reference
# Train neural patterns
npx claude-flow neural train -p coordination -e 50
# Check neural status
npx claude-flow neural status
# List patterns
npx claude-flow neural patterns --action list
# Search patterns
npx claude-flow neural patterns --action list -q "query"
# Analyze patterns
npx claude-flow neural patterns --action analyze -q "coordination"
Related Commands
- `neural train` - Train patterns with SONA
- `neural status` - Check neural system status
- `neural patterns` - List and search patterns
- `neural predict` - Make predictions using trained models
Read more
Neural Pattern Training
Purpose
Continuously improve coordination through neural network learning with SONA (Self-Optimizing Neural Architecture).
Pattern Persistence
Patterns are **automatically persisted** to disk:
- **Patterns**: `.claude-flow/neural/patterns.json`
- **Stats**: `.claude-flow/neural/stats.json`
Patterns survive process restarts and are loaded automatically on next session.
How Training Works
1. Automatic Learning
Every successful operation trains the neural networks:
- Edit patterns for different file types
- Search strategies that find results faster
- Task decomposition approaches
- Agent coordination patterns
2. Manual Training
# Train coordination patterns (50 epochs) npx claude-flow neural train -p coordination -e 50 # Train optimization patterns with custom learning rate npx claude-flow neural train -p optimization -l 0.005 # Quick training (10 epochs) npx claude-flow neural train -e 10
3. Pattern Types
**Training Pattern Types:**
- `coordination` - Task coordination strategies (default)
- `optimization` - Performance optimization patterns
- `prediction` - Predictive preloading patterns
**Cognitive Patterns:**
- Convergent: Focused problem-solving
- Divergent: Creative exploration
- Lateral: Alternative approaches
- Systems: Holistic thinking
- Critical: Analytical evaluation
- Abstract: High-level design
4. Improvement Tracking
# Check neural system status npx claude-flow neural status
Pattern Management
# List all persisted patterns npx claude-flow neural patterns --action list # Search patterns by query npx claude-flow neural patterns --action list -q "error handling" # Analyze patterns npx claude-flow neural patterns --action analyze -q "coordination"
Performance Targets
| Metric | Target | |--------|--------| | SONA Adaptation | <0.05ms (achieved: ~2ฮผs) | | Pattern Search | O(log n) with HNSW | | Memory Efficient | Circular buffers |
Benefits
- ๐ง Learns your coding style
- ๐ Improves with each use
- ๐ฏ Better task predictions
- โก Faster coordination
- ๐พ Patterns persist across sessions
CLI Reference
# Train neural patterns npx claude-flow neural train -p coordination -e 50 # Check neural status npx claude-flow neural status # List patterns npx claude-flow neural patterns --action list # Search patterns npx claude-flow neural patterns --action list -q "query" # Analyze patterns npx claude-flow neural patterns --action analyze -q "coordination"
Related Commands
- `neural train` - Train patterns with SONA
- `neural status` - Check neural system status
- `neural patterns` - List and search patterns
- `neural predict` - Make predictions using trained models
AI-powered quality engineering agents that generate tests, find coverage gaps, detect flaky tests, and learn your codebase patterns โ across 11 coding agent platforms.
Repo: proffesor-for-testing/agentic-qe
Other commands on agentic-qe.
- /agent-capabilities
Capability matrix for all agent types
Open command - /agent-coordination
Coordination patterns for multi-agent collaboration.
Open command - /agent-spawning
Guide to spawning agents with Claude Code's Task tool.
Open command - /agent-types
Complete guide to all 87 available agent types in Claude Flow V3
Open command - /health
Show agent health and metrics
Open command - /list
List all active agents
Open command

