Dossier Collect
Skill Verifiziert AktivBuild 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.
Funktionen
- 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
Anwendungsfälle
- 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.
Nicht-Ziele
- 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
Praktiken
- Information gathering
- Graph construction
- Recursive exploration
- Data provenance
Voraussetzungen
- 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
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-goals@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Understand Domain
100Extrahiert Geschäftsdomänenwissen aus einer Codebasis und generiert einen interaktiven Domänenflussgraphen. Funktioniert eigenständig (leichtgewichtige Analyse) oder leitet sich von einem vorhandenen /understand Wissensgraphen ab.
Understand
100Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen
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 für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.
Pathfinder
100Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.