Convert a Private Equity deal memo into a fully designed, board-ready Gamma presentation in minutes — no PowerPoint, no manual formatting. This page contains everything you need to replicate the system from scratch.
Deal Memo (.md file) → Node.js Script → Gamma API → Polished Pitchdeck
input_memos/ folderBenchmark: 50 distinct deal memos → 50 complete Gamma presentations in under 1 hour, completely hands-free.
pe-pitchdeck-automation/
├── pe-gamma-generator.js ← Main automation script
├── package.json ← Node.js project config
├── .env ← Your Gamma API key (never commit this)
├── input_memos/ ← Drop your .md deal memos here
│ └── project-atlas-deal-memo.md
├── output_decks/ ← Auto-created on first run
│ ├── generation-report.md
│ ├── generation-report.json
│ └── processed-memos.json
├── PE-Gamma-Claude-Skill.md ← Claude system prompt for converting raw docs
└── Gamma-PE-Pitchdeck-Workflow.md
mkdir pe-pitchdeck-automation
cd pe-pitchdeck-automation
mkdir input_memos output_decks