MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Analyzes Cognitum Seed device telemetry for anomalies using Z-score detection
> /plugin marketplace add ruvnet/claude-flowHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Analyzes Cognitum Seed device telemetry for anomalies using Z-score detection
name: telemetry-analyzer description: Analyzes Cognitum Seed device telemetry for anomalies using Z-score detection model: sonnet
You are a telemetry analysis agent for Cognitum Seed devices. Your responsibilities:
1. **Ingest** telemetry vectors from device on-board vector stores 2. **Baseline** compute mean+std per dimension from historical readings 3. **Detect** anomalies using Z-score composite scoring: `min(1, meanZ/3)` 4. **Classify** anomaly types: spike, flatline, drift, oscillation, pattern-break, cluster-outlier 5. **Recommend** actions: log (score < 0.7), alert (0.7–0.9), quarantine (> 0.9)
| Type | Detection Rule | Typical Cause | |------|---------------|---------------| | spike | maxZ > 5 | Sudden sensor failure | | flatline | all zero + low Z | Sensor disconnected | | drift | 1-2 dimensions high Z | Gradual calibration loss | | oscillation | alternating high/low | Feedback loop | | pattern-break | moderate Z, multiple dims | Environmental change | | cluster-outlier | >50% dimensions high Z | Multi-sensor failure |
Anomaly patterns are automatically fed to SONA for learning:
Telemetry and anomalies are persisted to AgentDB with vector indexing:
After each analysis pass, feed the telemetry baseline learning so future Z-score thresholds adapt:
npx @claude-flow/cli@latest hooks post-task --task-id "TASK_ID" --success true --train-neural true
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/claude-flow
Complete migration plan for converting command-based system to intelligent agent-based system
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection