Post-Conference Insights
Turn any healthcare conference into a branded 1-page (max 2-page) PDF one-pager that positions
Solum Health as a thought leader sharing industry intelligence. The output is designed to be sent
directly to clients and prospects as a value-add.
Core Principle
This is NOT a conference recap. It's a strategic insight document written as if Solum Health's
team attended, took notes, talked to people, and came back with the stuff that actually matters
for practice owners and operators. It should read like a smart colleague sharing field notes
over coffee, not a marketing department producing content.
The Workflow
Execute these 5 phases in order. Phases 1a and 1b run in parallel.
Phase 1: Research (parallel agents)
Launch two Task agents simultaneously:
Agent 1 — Conference Intelligence:
Research the specific conference. Search the web for:
- Official agenda, session titles, panel topics, speaker names
- Recaps, blog posts, LinkedIn posts, press releases about the event
- Key data points, statistics, and quotes shared at sessions
- Technology, AI, automation, and operations discussions
- Any controversy, surprise announcements, or notable moments
Focus on extracting concrete data points (percentages, dollar amounts, survey results)
rather than vague summaries. The final document needs real numbers.
Agent 2 — Audience & ICP Analysis:
Research who attends this specific conference:
- Job titles and roles of typical attendees
- Their top 3 pain points right now
- What kind of conference takeaway they'd actually read vs. dismiss
- What format resonates (bullets, narratives, data, action items)
- What makes them trust a document vs. see it as marketing fluff
- What specific AI/automation topics would be immediately actionable for them
Phase 2: Content Generation
Write the insights document following these rules:
Voice & Tone — Read references/brand-guide.md for the full Solum Health brand guide.
The short version: write like a fellow practice owner sharing notes, not a vendor pitching.
Consultative, energetic, practitioner-peer. Use contractions. Be direct. Have opinions.
Structure for the one-pager:
- White branded header strip with Solum Health logo + "INDUSTRY INSIGHTS" tag
- Navy banner with document title and event details
- 4 stat cards with the most impactful numbers from the conference
- 4-6 tight insight sections (each: terracotta left-bar header + 1-2 paragraphs)
- Page 2: "What Your Team Can Do Monday Morning" with role-based action cards
- Closing contact card with JP Montoya's info
Content Rules:
- Lead every section with a specific, sourced number when possible
- Include "so what" context for every stat (translate to dollar terms for a mid-size practice)
- Add 2-3 "you were there" moments (specific panel reactions, hallway conversations, quotes)
- Include honest uncertainty where appropriate ("we're not 100% sure this holds everywhere")
- NO product promotions. NO sponsor mentions. Pure insights only.
- Role-based action items for: billing team, clinical directors, front desk/intake, owners
Phase 3: Humanization
Run a QA agent with the anti-AI detection checklist. Read references/anti-ai-checklist.md
for the complete list. The critical rules:
- Zero dashes as punctuation (em dashes, en dashes). Compound-word hyphens are fine.
- Zero AI buzzwords from the banned list (leverage, streamline, robust, comprehensive, etc.)
- Zero forbidden starters (However, Moreover, Furthermore, Additionally at sentence start)
- Vary sentence length aggressively. Mix 5-word fragments with 25-word sentences.
- Use contractions everywhere natural. Start sentences with "And" or "But."
- Add colloquial phrases ("here's the thing", "look, we get it", "real talk:")
- Target: AI detection score under 20%. Iterate until met.
Phase 4: PDF Generation
Generate the branded PDF using the template script. Read scripts/generate_pdf.py for
the complete generator. Key specifications:
- Strict 2-page maximum. Auto page break disabled, all content manually placed.
- Logo on every page: white branded strip at top with large Solum Health logo + "INDUSTRY INSIGHTS" in terracotta
- Colors: Navy #0E1C36, Terracotta #BD5237, Teal #267688
- Fonts: Georgia Bold for headers, Arial for body. Size 9.5-11pt.
- Layout: stat cards with colored top bars, section headers with terracotta left bar, teal bullet points, 2-column role cards on page 2
- Contact: JP Montoya, jp@getsolum.com, 628 276 2659, getsolum.com
- Footer every page: Solum logo left, "Solum Health Industry Insights" label, contact right
The script at scripts/generate_pdf.py is the working template. Copy it, modify the content
sections for the new conference, and run it. The structure and styling should stay the same.
Phase 5: Verification
Before presenting to the user:
- Verify the PDF is exactly 2 pages (read binary, count
/Type /Page entries)
- Verify the logo path exists (
~/solum_logo.png)
- Open the PDF for user review
- Report: page count, file size, and what's on each page
File Dependencies
- Logo:
~/solum_logo.png (must exist; if not, fetch from getsolum.com and convert AVIF to PNG)
- Python: fpdf2 (
pip install fpdf2 if not available)
- Fonts: Georgia.ttf and Arial.ttf from
/System/Library/Fonts/Supplemental/ (macOS)
Output
Default output path: ~/[ConferenceName]_[Year]_OnePager_Solum_Health.pdf
Always end by opening the PDF and asking if the user wants adjustments.
1---2name: post-conference-insights3description: Produce branded conference recap one-pagers (1-2 page PDF) that position Solum Health as an industry thought leader. Use this skill whenever the user mentions a conference, summit, event, or expo they attended or want insights from. Also trigger on: "conference recap", "post conference insights", "event highlights", "conference one-pager", "summit recap", "what happened at [event]", "conference takeaways", "event summary", "write up from [event]", "key takeaways from [conference]", or anything involving turning conference attendance into a shareable client-facing document. Even if the user just names a conference ("HIMSS", "BHASe", "Becker's"), assume they want the full insight one-pager workflow unless they say otherwise.4---56# Post-Conference Insights78Turn any healthcare conference into a branded 1-page (max 2-page) PDF one-pager that positions9Solum Health as a thought leader sharing industry intelligence. The output is designed to be sent10directly to clients and prospects as a value-add.1112## Core Principle1314This is NOT a conference recap. It's a strategic insight document written as if Solum Health's15team attended, took notes, talked to people, and came back with the stuff that actually matters16for practice owners and operators. It should read like a smart colleague sharing field notes17over coffee, not a marketing department producing content.1819## The Workflow2021Execute these 5 phases in order. Phases 1a and 1b run in parallel.2223### Phase 1: Research (parallel agents)2425Launch two Task agents simultaneously:2627**Agent 1 — Conference Intelligence:**28Research the specific conference. Search the web for:29- Official agenda, session titles, panel topics, speaker names30- Recaps, blog posts, LinkedIn posts, press releases about the event31- Key data points, statistics, and quotes shared at sessions32- Technology, AI, automation, and operations discussions33- Any controversy, surprise announcements, or notable moments3435Focus on extracting concrete data points (percentages, dollar amounts, survey results)36rather than vague summaries. The final document needs real numbers.3738**Agent 2 — Audience & ICP Analysis:**39Research who attends this specific conference:40- Job titles and roles of typical attendees41- Their top 3 pain points right now42- What kind of conference takeaway they'd actually read vs. dismiss43- What format resonates (bullets, narratives, data, action items)44- What makes them trust a document vs. see it as marketing fluff45- What specific AI/automation topics would be immediately actionable for them4647### Phase 2: Content Generation4849Write the insights document following these rules:5051**Voice & Tone** — Read `references/brand-guide.md` for the full Solum Health brand guide.52The short version: write like a fellow practice owner sharing notes, not a vendor pitching.53Consultative, energetic, practitioner-peer. Use contractions. Be direct. Have opinions.5455**Structure for the one-pager:**561. White branded header strip with Solum Health logo + "INDUSTRY INSIGHTS" tag572. Navy banner with document title and event details583. 4 stat cards with the most impactful numbers from the conference594. 4-6 tight insight sections (each: terracotta left-bar header + 1-2 paragraphs)605. Page 2: "What Your Team Can Do Monday Morning" with role-based action cards616. Closing contact card with JP Montoya's info6263**Content Rules:**64- Lead every section with a specific, sourced number when possible65- Include "so what" context for every stat (translate to dollar terms for a mid-size practice)66- Add 2-3 "you were there" moments (specific panel reactions, hallway conversations, quotes)67- Include honest uncertainty where appropriate ("we're not 100% sure this holds everywhere")68- NO product promotions. NO sponsor mentions. Pure insights only.69- Role-based action items for: billing team, clinical directors, front desk/intake, owners7071### Phase 3: Humanization7273Run a QA agent with the anti-AI detection checklist. Read `references/anti-ai-checklist.md`74for the complete list. The critical rules:7576- **Zero dashes** as punctuation (em dashes, en dashes). Compound-word hyphens are fine.77- **Zero AI buzzwords** from the banned list (leverage, streamline, robust, comprehensive, etc.)78- **Zero forbidden starters** (However, Moreover, Furthermore, Additionally at sentence start)79- Vary sentence length aggressively. Mix 5-word fragments with 25-word sentences.80- Use contractions everywhere natural. Start sentences with "And" or "But."81- Add colloquial phrases ("here's the thing", "look, we get it", "real talk:")82- Target: AI detection score under 20%. Iterate until met.8384### Phase 4: PDF Generation8586Generate the branded PDF using the template script. Read `scripts/generate_pdf.py` for87the complete generator. Key specifications:8889- **Strict 2-page maximum.** Auto page break disabled, all content manually placed.90- **Logo on every page:** white branded strip at top with large Solum Health logo + "INDUSTRY INSIGHTS" in terracotta91- **Colors:** Navy #0E1C36, Terracotta #BD5237, Teal #26768892- **Fonts:** Georgia Bold for headers, Arial for body. Size 9.5-11pt.93- **Layout:** stat cards with colored top bars, section headers with terracotta left bar, teal bullet points, 2-column role cards on page 294- **Contact:** JP Montoya, jp@getsolum.com, 628 276 2659, getsolum.com95- **Footer every page:** Solum logo left, "Solum Health Industry Insights" label, contact right9697The script at `scripts/generate_pdf.py` is the working template. Copy it, modify the content98sections for the new conference, and run it. The structure and styling should stay the same.99100### Phase 5: Verification101102Before presenting to the user:1031. Verify the PDF is exactly 2 pages (read binary, count `/Type /Page` entries)1042. Verify the logo path exists (`~/solum_logo.png`)1053. Open the PDF for user review1064. Report: page count, file size, and what's on each page107108## File Dependencies109110- **Logo:** `~/solum_logo.png` (must exist; if not, fetch from getsolum.com and convert AVIF to PNG)111- **Python:** fpdf2 (`pip install fpdf2` if not available)112- **Fonts:** Georgia.ttf and Arial.ttf from `/System/Library/Fonts/Supplemental/` (macOS)113114## Output115116Default output path: `~/[ConferenceName]_[Year]_OnePager_Solum_Health.pdf`117118Always end by opening the PDF and asking if the user wants adjustments.