Market Research Digest
Turn scattered research into a structured weekly summary — trends, competitor signals, ideas, and risks in one place.
You have files in Google Drive, meeting notes in Granola, and signals scattered across the web. This skill reads everything from the past week, synthesizes it into four clean sections, and saves a dated Markdown file back to Drive — so nothing gets lost and every stakeholder stays informed.
Prompt Template
/schedule Every week, read everything in my Google Drive {{INPUT_FOLDER}} folder (all files and
any links inside them), query my Granola meeting notes from the last 30 days, and search the web
for competitor signals, product trends, feature requests, and risks relevant to {{PRODUCT_DESCRIPTION}}.
Synthesize all of it into a Markdown summary with four sections:
## Trends
What is shifting in the market, user behavior, or the competitive landscape? Lead with the most
significant movement. Each item should be a 2–3 sentence observation with a source citation.
## Competitors
What are competitors shipping, changing, or saying? One entry per competitor. Include: what
changed, why it matters, and what (if anything) to do about it.
## Ideas
Product opportunities, feature ideas, or strategic moves surfaced by the research. Be specific —
"add X to solve Y for Z users" is better than "improve onboarding."
## Risks
Market risks, competitive threats, or internal signals that could hurt the product. Rank by
severity. Include a suggested mitigation for each.
## Sources
Cite every file, meeting, and document used. Format: [Title] — [source type] — [date if known]
Rules:
- If any source is unavailable, skip it and note it at the top of the file
- Do not overwrite existing summaries — always create a new file named research-summary-YYYY-MM-DD.md
- Save to Google Drive at {{OUTPUT_FOLDER}}
- Return the Drive link when done
Setup
| Field |
Value |
| MCPs required |
Google Drive, Granola, Browser (for web signals) |
| Input folder |
/Product/Research (or your folder) |
| Output |
research-summary-YYYY-MM-DD.md → /Product/Research |
| Scheduler |
Weekly |
Placeholders to fill in
{{INPUT_FOLDER}} — Google Drive path to your research folder, e.g. /Product/Research
{{PRODUCT_DESCRIPTION}} — One sentence on what your product does and who it serves
{{OUTPUT_FOLDER}} — Where to save the digest, e.g. /Product/Research
Tips
- Keep a
competitors.md in your Research folder listing the competitors to monitor — the skill will find it automatically.
- Add links to newsletters, blogs, or analyst reports to your Research folder and the skill will pull them in.
- Pair with the
competitor-monitoring skill for deeper per-competitor analysis on the same schedule.
- The Sources section makes this easy to share with leadership — every claim is traceable.
1---2name: market-research-digest3description: Synthesize Drive files, Granola meeting notes, and web signals into a weekly Markdown research summary with Trends, Competitors, Ideas, and Risks sections. Use when a PM wants to consolidate scattered research into a single weekly digest.4---56# Market Research Digest78**Turn scattered research into a structured weekly summary — trends, competitor signals, ideas, and risks in one place.**910You have files in Google Drive, meeting notes in Granola, and signals scattered across the web. This skill reads everything from the past week, synthesizes it into four clean sections, and saves a dated Markdown file back to Drive — so nothing gets lost and every stakeholder stays informed.1112---1314## Prompt Template1516```17/schedule Every week, read everything in my Google Drive {{INPUT_FOLDER}} folder (all files and18any links inside them), query my Granola meeting notes from the last 30 days, and search the web19for competitor signals, product trends, feature requests, and risks relevant to {{PRODUCT_DESCRIPTION}}.2021Synthesize all of it into a Markdown summary with four sections:2223## Trends24What is shifting in the market, user behavior, or the competitive landscape? Lead with the most25significant movement. Each item should be a 2–3 sentence observation with a source citation.2627## Competitors28What are competitors shipping, changing, or saying? One entry per competitor. Include: what29changed, why it matters, and what (if anything) to do about it.3031## Ideas32Product opportunities, feature ideas, or strategic moves surfaced by the research. Be specific —33"add X to solve Y for Z users" is better than "improve onboarding."3435## Risks36Market risks, competitive threats, or internal signals that could hurt the product. Rank by37severity. Include a suggested mitigation for each.3839## Sources40Cite every file, meeting, and document used. Format: [Title] — [source type] — [date if known]4142Rules:43- If any source is unavailable, skip it and note it at the top of the file44- Do not overwrite existing summaries — always create a new file named research-summary-YYYY-MM-DD.md45- Save to Google Drive at {{OUTPUT_FOLDER}}46- Return the Drive link when done47```4849---5051## Setup5253| Field | Value |54|-------|-------|55| **MCPs required** | Google Drive, Granola, Browser (for web signals) |56| **Input folder** | `/Product/Research` (or your folder) |57| **Output** | `research-summary-YYYY-MM-DD.md` → `/Product/Research` |58| **Scheduler** | Weekly |5960## Placeholders to fill in6162- `{{INPUT_FOLDER}}` — Google Drive path to your research folder, e.g. `/Product/Research`63- `{{PRODUCT_DESCRIPTION}}` — One sentence on what your product does and who it serves64- `{{OUTPUT_FOLDER}}` — Where to save the digest, e.g. `/Product/Research`6566## Tips6768- Keep a `competitors.md` in your Research folder listing the competitors to monitor — the skill will find it automatically.69- Add links to newsletters, blogs, or analyst reports to your Research folder and the skill will pull them in.70- Pair with the `competitor-monitoring` skill for deeper per-competitor analysis on the same schedule.71- The Sources section makes this easy to share with leadership — every claim is traceable.