Customer Deck Builder
Use this skill when a GTM team needs a customer-facing deck for discovery, QBR, renewal, expansion, executive briefing, onboarding, or follow-up.
Workflow
- Gather the minimum context:
- company name, domain, or account ID
- call type
- meeting goal
- attendee roles
- specific topics, questions, or risks
- Resolve the account from approved CRM or account-data sources.
- Pull only the approved fields needed for the deck:
- account plan and renewal context
- usage summary
- active users or builder roles
- top apps and workflows
- feature adoption
- relevant customer notes or meeting context
- Choose the right deck shape:
- discovery or first meeting
- QBR or business review
- renewal
- expansion or upsell
- executive briefing
- onboarding kickoff
- follow-up or check-in
- Build the narrative before writing slides:
- what the customer is doing today
- what value they are already getting
- what risks, gaps, or opportunities are visible
- which use cases fit their stack, role, or goal
- what next step should come out of the meeting
- Write slide-by-slide markdown for Gamma.
- Generate the deck through Zapier MCP using Gamma actions.
- Return the Gamma URL, deck summary, and review notes.
Deck Structures
Discovery Or First Meeting
Goal: establish credibility, show useful context, and frame relevant automation opportunities.
Suggested slides:
- Cover
- Agenda
- What we know about the customer
- AI automation opportunity
- Where to start
- Relevant use cases
- Customer proof
- Next steps
QBR Or Business Review
Goal: show value delivered, identify optimization opportunities, and align on next steps.
Suggested slides:
- Cover
- Agenda
- Customer and Zapier team
- Account health overview
- Usage trend or task-limit utilization
- Feature adoption
- Top workflows and apps
- Opportunities
- Progress and next steps
Renewal
Goal: recap value, show trajectory, and connect the renewal conversation to measurable outcomes.
Suggested slides:
- Cover
- Agenda
- Year in automation
- Usage trend
- Current-period usage
- Automation stack
- Relevant product updates
- Plan fit
- Expansion opportunities
- Next steps
Expansion Or Executive Briefing
Goal: show current value, identify where more teams or workflows can benefit, and keep the conversation outcome-focused.
Suggested slides:
- Cover
- Current impact
- Who is building
- What is working
- New use cases
- Product updates
- Proof points
- Next steps
Gamma Generation Pattern
Prepare the deck content as markdown:
# Zapier + [Company Name] - [Call Type]
*Prepared for [Company Name] | [Date]*
---
## Agenda
1. Context
2. Current impact
3. Opportunities
4. Next steps
---
## [Slide Title]
[Concise slide content]
Then use Zapier MCP to run the Gamma create-generation action with:
- format: presentation
- card dimensions: 16x9
- tone: professional
- audience: business executive
- text amount: concise
Poll the Gamma generation status action until the presentation URL is available.
Content Guidelines
- Lead with the customer outcome, not the data source.
- Use concrete numbers only when the source supports them.
- Make every slide useful in three seconds.
- Clean up technical app names before putting them on slides.
- Group workflow logic tools separately from external apps.
- Use plain language for task usage, feature adoption, renewal timing, and expansion opportunities.
- Flag any claims, product roadmap mentions, or customer references that need approval.
Zapier MCP And SDK Role
- Use Zapier MCP to read approved CRM, account, usage, meeting, and document context.
- Use Zapier MCP to call Gamma generation and status actions.
- Use Zapier SDK when the workflow becomes repeatable: deck request intake, data snapshot logging, approval routing, and handoff tracking.
Guardrails
- Do not include raw SQL, internal table names, private notes, emails, or internal IDs in customer-facing slides.
- Do not use unapproved customer names, quotes, logos, or metrics.
- Do not share a generated deck externally until a human has reviewed the content.
- Do not write back to CRM, create customer messages, or publish assets without approval.
1---2name: customer-deck-builder3description: Build tailored customer-facing sales or customer success decks from approved account context and generate the presentation with Gamma through Zapier MCP.4---56# Customer Deck Builder78Use this skill when a GTM team needs a customer-facing deck for discovery, QBR, renewal, expansion, executive briefing, onboarding, or follow-up.910## Workflow11121. Gather the minimum context:13 - company name, domain, or account ID14 - call type15 - meeting goal16 - attendee roles17 - specific topics, questions, or risks182. Resolve the account from approved CRM or account-data sources.193. Pull only the approved fields needed for the deck:20 - account plan and renewal context21 - usage summary22 - active users or builder roles23 - top apps and workflows24 - feature adoption25 - relevant customer notes or meeting context264. Choose the right deck shape:27 - discovery or first meeting28 - QBR or business review29 - renewal30 - expansion or upsell31 - executive briefing32 - onboarding kickoff33 - follow-up or check-in345. Build the narrative before writing slides:35 - what the customer is doing today36 - what value they are already getting37 - what risks, gaps, or opportunities are visible38 - which use cases fit their stack, role, or goal39 - what next step should come out of the meeting406. Write slide-by-slide markdown for Gamma.417. Generate the deck through Zapier MCP using Gamma actions.428. Return the Gamma URL, deck summary, and review notes.4344## Deck Structures4546### Discovery Or First Meeting4748Goal: establish credibility, show useful context, and frame relevant automation opportunities.4950Suggested slides:51521. Cover532. Agenda543. What we know about the customer554. AI automation opportunity565. Where to start576. Relevant use cases587. Customer proof598. Next steps6061### QBR Or Business Review6263Goal: show value delivered, identify optimization opportunities, and align on next steps.6465Suggested slides:66671. Cover682. Agenda693. Customer and Zapier team704. Account health overview715. Usage trend or task-limit utilization726. Feature adoption737. Top workflows and apps748. Opportunities759. Progress and next steps7677### Renewal7879Goal: recap value, show trajectory, and connect the renewal conversation to measurable outcomes.8081Suggested slides:82831. Cover842. Agenda853. Year in automation864. Usage trend875. Current-period usage886. Automation stack897. Relevant product updates908. Plan fit919. Expansion opportunities9210. Next steps9394### Expansion Or Executive Briefing9596Goal: show current value, identify where more teams or workflows can benefit, and keep the conversation outcome-focused.9798Suggested slides:991001. Cover1012. Current impact1023. Who is building1034. What is working1045. New use cases1056. Product updates1067. Proof points1078. Next steps108109## Gamma Generation Pattern110111Prepare the deck content as markdown:112113```markdown114# Zapier + [Company Name] - [Call Type]115*Prepared for [Company Name] | [Date]*116117---118119## Agenda1201. Context1212. Current impact1223. Opportunities1234. Next steps124125---126127## [Slide Title]128[Concise slide content]129```130131Then use Zapier MCP to run the Gamma create-generation action with:132133- format: presentation134- card dimensions: 16x9135- tone: professional136- audience: business executive137- text amount: concise138139Poll the Gamma generation status action until the presentation URL is available.140141## Content Guidelines142143- Lead with the customer outcome, not the data source.144- Use concrete numbers only when the source supports them.145- Make every slide useful in three seconds.146- Clean up technical app names before putting them on slides.147- Group workflow logic tools separately from external apps.148- Use plain language for task usage, feature adoption, renewal timing, and expansion opportunities.149- Flag any claims, product roadmap mentions, or customer references that need approval.150151## Zapier MCP And SDK Role152153- Use Zapier MCP to read approved CRM, account, usage, meeting, and document context.154- Use Zapier MCP to call Gamma generation and status actions.155- Use Zapier SDK when the workflow becomes repeatable: deck request intake, data snapshot logging, approval routing, and handoff tracking.156157## Guardrails158159- Do not include raw SQL, internal table names, private notes, emails, or internal IDs in customer-facing slides.160- Do not use unapproved customer names, quotes, logos, or metrics.161- Do not share a generated deck externally until a human has reviewed the content.162- Do not write back to CRM, create customer messages, or publish assets without approval.