v3/docs/examples/dossiers/README.md
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:
| Example | Seed | Seed Type | Sources Used |
|---|---|---|---|
| ruvnet/ | ruvnet (rUv) | username | gh API, WebSearch, profile fetch |
| adr-088/ | ADR-088 | adr-id | Read, Grep, git log, codebase |
| ruflo-goals/ | ruflo-goals | concept (plugin) | Glob, Read, Grep |
/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.