A repeatable process for generating AI-authored strategy documents in Markdown, editing them in Google Docs, and converting them into polished slide decks via Gamma. This workflow emerged from client strategy planning work and is designed to keep content portable and platform-agnostic throughout the production pipeline.
Markdown is the preferred output format for AI-generated documents because it is:
#, ##, ###) map directly to document hierarchy and slide structureAvoid requesting output as PDF (hard to edit), Word (platform-locked), or CSV (wrong shape for narrative content). Always ask Claude to write in Markdown.
Ask Claude to produce strategy documents in Markdown. For client strategy work, the standard output set is:
Prompting tips:
- Tell Claude what you need before feeding it data: "I'm going to give you a bunch of information. Don't write anything yet — just absorb it. I'll tell you when to start." This prevents premature output mid-upload.
- Specify all four deliverables upfront so Claude plans the output holistically.
- Request Markdown explicitly: "Write everything in Markdown format."
See [1] for the full data-ingestion and prompting workflow.
Once Claude produces the Markdown output:
This gives you a clean, editable document without any manual reformatting. Make tone and content edits here before moving to the deck stage.
Common edit at this stage: Ask Claude to rewrite any sections that sound critical of past performance. Prompt: "Rewrite this so it sounds proactive and forward-looking — don't make it look like things are currently broken." See [2] for more on this.
To control deck length and scope: Rather than pasting raw Markdown and hoping for the right output, ask Claude to write a Gamma-specific prompt first:
"Write me a Gamma prompt that will generate a 10-slide-or-less deck from this plan. Tell Gamma what to include and what to leave out."
Paste that prompt into Gamma instead of the raw document. This gives you tighter control over slide count and content emphasis.
Post-generation cleanup:
- Delete auto-inserted stock images that don't fit
- Trim any slides that contain information the client shouldn't see (e.g., gap analyses that imply prior neglect)
- Adjust theme colors to match client branding if needed
If the first Gamma output is too long or too detailed:
It's faster to regenerate in Claude and re-import than to manually cut slides in Gamma.
| Tool | Role |
|---|---|
| Claude | Document generation, tone refinement, Gamma prompt writing |
| Google Docs | Markdown rendering, editing, sharing drafts |
| Gamma | Slide deck generation from Markdown |
| Awesome Screenshot (browser extension) | Full-page screenshots for feeding visual data to Claude |