Dossier Copy-to-Clipboard
Dossier Copy-to-Clipboard
Available from: v0.1.60
Every product dossier exposes three auto-generated artefacts — a mission statement, a suggested feature list, and a competitor weakness analysis. From v0.1.60 each artefact has a dedicated Copy button that places the section's content on your clipboard as formatted Markdown, ready to paste into the SaaS platform builder.
The Three Copyable Artefacts
1. Mission Statement
An auto-drafted one-paragraph mission statement synthesised from the product's reviews, positioning, and identified market gap.
Copy output example:
## Mission Statement
Build a [category] platform that solves [gap] for [audience],
differentiated by [angle derived from competitor weaknesses].
2. Suggested Feature List
A prioritised list of features inferred from positive review signals and competitive gaps.
Copy output example:
## Suggested Features
- Feature A — addresses gap identified in competitor reviews
- Feature B — top-requested capability missing from market leader
- Feature C — quick-win replication of highest-rated functionality
3. Competitor Weakness Analysis
A structured breakdown of recurring negative themes extracted from reviews of competing products.
Copy output example:
## Competitor Weakness Analysis
### Pricing Complaints
- ...
### UX Issues
- ...
### Missing Integrations
- ...
How to Use
- Run a directory scan and open a product from the ranked results dashboard.
- Scroll to the dossier artefacts section at the bottom of the product detail view.
- Click the Copy button next to the artefact you want.
- Paste (
Ctrl/Cmd + V) directly into your SaaS platform builder.
Each Copy button is independent — you can copy individual sections in any order without affecting the others.
Notes
- Output is always Markdown. If your target editor does not render Markdown natively, paste into a
.mdfile or a Markdown-aware field. - The copied content reflects the dossier as it was generated; re-running analysis on the same product may produce updated artefacts.
- Clipboard access requires browser permission. If the button appears unresponsive, check that the site has clipboard-write permission in your browser settings.