Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Dossier Collect

Skill Verifiziert Aktiv
Teil von:Ruflo Goals

Build 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

Zweck

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

  1. Detect seed type
  2. Pick sources
  3. Start trajectory
  4. Round 0 fan-out with all source queries
  5. Extract entities
  6. De-duplicate entities
  7. Recurse for new entities until depth/budget exhausted
  8. Aggregate nodes and edges into a graph
  9. Render artifacts (.md, .json)
  10. Persist the dossier
  11. 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@ruflo

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commitabout 24 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Understand Domain

100

Extrahiert 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.

Skill
Lum1104

Understand

100

Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen

Skill
Lum1104

Kg Extract

99

Extract entities and relations from source files to build a knowledge graph

Skill
ruvnet

Metal

100

Extract 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.

Skill
pjt222

Lean Ctx

100

Context 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.

Skill
yvgude

Pathfinder

100

Ordnet 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.

Skill
thedotmack