Dossier Collect
技能 已验证 活跃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
To automate the comprehensive discovery and structuring of connected information around a seed entity, creating a detailed, graph-based dossier with provenance.
功能
- 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
使用场景
- 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.
非目标
- 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.
工作流
- 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
实践
- Information gathering
- Graph construction
- Recursive exploration
- Data provenance
先决条件
- 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
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-goals@ruflo质量评分
已验证类似扩展
Understand Domain
100从代码库中提取业务领域知识并生成交互式领域流程图。可独立运行(轻量级扫描)或从现有的 /understand 知识图中派生。
Understand
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系
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
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
Pathfinder
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。