Dossier Collect
Skill Verified ActiveBuild a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel
To automate the comprehensive discovery and structuring of connected information around a seed entity, creating a detailed, graph-based dossier with provenance.
Features
- Recursive parallel expansion across multiple data sources
- Graph-structured dossier generation with nodes and edges
- Support for various seed types (username, file, symbol, ADR, URL, concept)
- Configurable depth, breadth, sources, and budget
- Output in Markdown, JSON, and persistence to memory store
Use Cases
- Investigating a user's online presence or contributions.
- Mapping dependencies and relationships within a codebase or project.
- Discovering all connected entities related to a specific architecture decision record.
- Building a comprehensive profile of a concept by exploring its mentions and related terms.
Non-Goals
- Answering specific questions or performing targeted research (use `deep-research` instead).
- Creating multi-step plans or executing sequential tasks (use `goal-plan` instead).
- Performing deep dives into a single entity without broader exploration.
Workflow
- Detect seed type
- Pick sources
- Start trajectory
- Round 0 fan-out with all source queries
- Extract entities
- De-duplicate entities
- Recurse for new entities until depth/budget exhausted
- Aggregate nodes and edges into a graph
- Render artifacts (.md, .json)
- Persist the dossier
- End trajectory
Practices
- Information gathering
- Graph construction
- Recursive exploration
- Data provenance
Prerequisites
- Access to `mcp__claude-flow__memory_store`
- Access to `mcp__claude-flow__memory_search`
- Access to `mcp__claude-flow__agentdb_pattern-search`
- Access to `mcp__claude-flow__hooks_intelligence_trajectory-start`
- Access to `WebSearch`, `WebFetch`, `Read`, `Write`, `Grep`, `Glob` tools
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-goals@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Understand Domain
100Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Kg Extract
99Extract entities and relations from source files to build a knowledge graph
Metal
100Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.