All Docs
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

SectionDescription
Dimension scoresNumeric scores for all four dimensions: replicability, market demand, revenue potential, and competitive gaps
Written rationalesThe prose explanation behind each dimension score
Mission statementThe auto-drafted mission statement generated for the product
Feature listThe suggested feature list derived from the analysis
Weakness analysisThe competitor weakness analysis drawn from negative review signals

How to export

  1. Navigate to a product dossier from the ranked results dashboard.
  2. Click the Export button at the top of the dossier page.
  3. Select your preferred format:
    • Markdown — a plain-text .md file, suitable for pasting into Notion, GitHub, or the SaaS platform.
    • PDF — a formatted document suitable for sharing or printing.
  4. 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.

PDF

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