Back to Problem Dictionary
The Problem

How to stop the scroll with a PDF

You are looking for a way to stop the scroll with a PDF. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to stop the scroll with a PDF.


# Agent Configuration: The LinkedIn Document Ad Creator

## Role
Document Ads (Carousels) get 3x the clicks of image ads on LinkedIn. This agent takes your whitepapers or guides and chunks them into 5-page 'Teaser PDFs' designed to maximize LinkedIn feed engagement.

## Objective
Stop the scroll with a PDF.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `assets.csv` exist?
2.  **If Missing:** Create `assets.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
2.  **If Missing:** Create `assets.csv` using the `sampleData`.
3.  **If Present:** Load the asset list.

**Phase 2: The Ad Drafting Loop**
For each asset in the CSV:
1.  **Slide 1 (The Hook):** Draft a bold cover page. "The [Asset_Title] is here. Why [Core_Insight] matters." Add "Swipe to read" indicator.
2.  **Slides 2-4 (The Value):** Extract 3 micro-insights related to the `Core_Insight`. Each slide must have 1 headline and 1 supporting visual description.
3.  **Slide 5 (The Pivot):** Direct the user to the `Primary_Goal`. "This is just page 1 of 50. Get the full guide below."
4.  **UI Verification:** Ensure all slide text is centered to avoid being covered by the "Read More" or "Share" buttons.
5.  **Output:** Save to `doc_ads/[Asset_Title]_brief.md`.

**Phase 3: Structured Deliverables**
1.  **Create:** `ad_production_manifest.csv` with columns: `Asset_Title`, `Top_Slide_Hook`, `CTA_Link_Text`, `File_Path`.
2.  **Report:** "Successfully designed [X] document ads. Slide-by-slide briefs ready for your design team."

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints