FeaturesAgentOS Scope OutUpdated March 12, 2026
Exporting a Product Dossier
Exporting a Product Dossier
Available from v0.1.28.
Every product dossier can be downloaded as a self-contained Markdown or PDF file. This is useful for sharing findings with stakeholders, archiving a point-in-time analysis, or pasting content directly into the SaaS platform build flow.
What's included in the export
| Section | Description |
|---|---|
| Dimension scores | Numeric scores for all four dimensions: replicability, market demand, revenue potential, and competitive gaps |
| Written rationales | The prose explanation behind each dimension score |
| Mission statement | The auto-drafted mission statement generated for the product |
| Feature list | The suggested feature list derived from the analysis |
| Weakness analysis | The competitor weakness analysis drawn from negative review signals |
How to export
- Navigate to a product dossier from the ranked results dashboard.
- Click the Export button at the top of the dossier page.
- Select your preferred format:
- Markdown — a plain-text
.mdfile, suitable for pasting into Notion, GitHub, or the SaaS platform. - PDF — a formatted document suitable for sharing or printing.
- Markdown — a plain-text
- The file downloads immediately — no additional steps required.
Format notes
Markdown
- The file is human-readable and can be opened in any text editor or Markdown renderer.
- All four dimension scores are rendered as a structured section at the top of the document, followed by the rationales, mission statement, feature list, and weakness analysis in order.
- The PDF mirrors the structure of the Markdown export with print-friendly formatting applied.
- No server-side processing is required; the PDF is generated client-side.
Technical notes
The export feature uses the platform's existing export lib pattern. If you are extending or customising export behaviour, refer to that shared library to maintain consistency.