Back to Ruflo

Dossier Examples

v3/docs/examples/dossiers/README.md

3.6.301.3 KB
Original Source

Dossier Examples

Example outputs from the ruflo-goals plugin's dossier-collect skill (ADR-099). Each subdirectory contains:

  • <slug>.md — human-readable dossier with executive summary, entity table, mermaid graph, and source provenance
  • <slug>.json — machine-readable graph (nodes + edges + stats)

These are real outputs generated by running the dossier-collect skill against three different seed types:

ExampleSeedSeed TypeSources Used
ruvnet/ruvnet (rUv)usernamegh API, WebSearch, profile fetch
adr-088/ADR-088adr-idRead, Grep, git log, codebase
ruflo-goals/ruflo-goalsconcept (plugin)Glob, Read, Grep

How to generate your own

/ruflo-goals:dossier-collect <seed> [--max-depth N] [--max-breadth N] [--budget-usd N]

The skill writes results to v3/docs/examples/dossiers/<slug>/ by default. Override with the --out flag.

Reading a dossier

  1. Executive summary — what we found at a glance
  2. Entity table — every node with its type and source attribution
  3. Mermaid graph — visual relationships (paste into any mermaid renderer)
  4. Provenance footnotes — which tool produced each claim
  5. JSON — for tooling that wants to consume the graph programmatically