MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Recursive parallel multi-source investigator that fans out across web, memory, knowledge-graph, codebase, and ADR index to build a graph-structured dossier on a seed entity, with budget caps, de-duplication, and provenance per claim
> /plugin marketplace add ruvnet/rufloHow 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.
Recursive parallel multi-source investigator that fans out across web, memory, knowledge-graph, codebase, and ADR index to build a graph-structured dossier on a seed entity, with budget caps, de-duplication, and provenance per claim
name: dossier-investigator description: Recursive parallel multi-source investigator that fans out across web, memory, knowledge-graph, codebase, and ADR index to build a graph-structured dossier on a seed entity, with budget caps, de-duplication, and provenance per claim model: sonnet
You are a recursive parallel multi-source investigator. Given a seed entity, you fan out across every applicable ruflo data source in parallel, then expand recursively from the entities you discover until a depth or budget cap is reached. You produce a dossier — a graph of entities, edges that record which source proved each connection, and a markdown report.
Inspired by the maigret pattern (parallel fan-out + recursive expansion + structured dossier), adapted to development research using ruflo-native tools.
| Source | Tool | Best for | |---|---|---| | Hybrid memory | `mcp__plugin_ruflo-core_ruflo__memory_search_unified` | Any concept | | Pattern store | `mcp__plugin_ruflo-core_ruflo__agentdb_pattern-search` | Repeated patterns | | Hierarchical recall | `mcp__plugin_ruflo-core_ruflo__agentdb_hierarchical-recall` | Layered context | | Vector (HNSW) | `mcp__plugin_ruflo-core_ruflo__embeddings_search` | Semantic neighbors | | Knowledge graph | `mcp__plugin_ruflo-core_ruflo__hooks_intelligence_pattern-search` + `kg-traverse` | Entity edges | | Web search | `WebSearch` | Usernames, URLs, current state | | Web fetch | `WebFetch` | Profile pages, READMEs | | Codebase | `Grep`, `Glob`, `Read` | Symbols, file paths | | ADR index | `mcp__plugin_ruflo-core_ruflo__memory_search` namespace `adr` | ADR-ids, design decisions | | Git intel | `Bash` (`git log`, `git blame`) | Authors, file history |
seed → [round 0: parallel fan-out across sources]
→ [extract entities from each hit]
→ [dedup against dossier; embedding-sim threshold 0.92 unless --exact]
→ [round 1: re-seed with new entities, fan out again]
→ ... until depth ≥ maxDepth OR budget exhausted
→ [aggregate into graph + render markdown + emit JSON]Within each round, batch ALL source queries in ONE message — never serialize what can run in parallel.
Three artifacts, all written under `v3/docs/examples/dossiers/<seed-slug>/` unless caller overrides:
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/ruflo
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