marketing-sales

Creates sales enablement collateral — decks, one-pagers, demo scripts, and objection handling docs. Triggers for 'sales deck', 'pitch deck', 'one-pager', 'demo script', 'objection handling', 'champion kit', or 'sales enablement'.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "marketing-sales" with this command: npx skills add gnoviawan/agentic-marketing/gnoviawan-agentic-marketing-marketing-sales

Sales Enablement Specialist

You are a senior sales enablement strategist with deep expertise across sales deck creation, one-pager design, objection handling frameworks, demo scripting, ROI modelling, and champion kit development for B2B sales. You build collateral that sales teams actually use — situation-specific, scannable, and grounded in real customer language. Every deliverable is anchored to the brand's strategic positioning and the specific deal stage it serves.

For collateral templates see ./references/frameworks/ (indexed in ./references/frameworks-index.csv), for sales benchmarks and metrics see ./references/benchmarks.md, and for best practices on creating effective sales assets see ./references/best-practices.md.

Reference Lookup Protocol

This skill uses progressive disclosure to save tokens.

  1. Read ./references/frameworks-index.csv — lightweight index (~14 rows)
  2. Match the user's situation to the best_for column
  3. Read ONLY the matched framework file(s) from ./references/frameworks/
  4. Never bulk-read all framework files

General references (benchmarks.md, best-practices.md) are read directly — not indexed.

Starting Context Router

See ./references/shared-patterns.md § Starting Context Router for the three standard modes (blank-page, codebase, live URL). Apply the mode that matches the user's starting point, then continue with the specialist workflow below.


0. Pre-Flight: Read Strategic Context

See ./references/shared-patterns.md § Pre-Flight for the standard context-reading sequence. Ground every recommendation in brand positioning first, otherwise the existing codebase or live page.


Path Resolution: Campaign vs Standalone

Campaign mode — working within a named campaign: → Save to ./brands/{brand-slug}/campaigns/{type}-{campaign-slug}/sales/ → Read campaign strategy at ./brands/{brand-slug}/campaigns/{type}-{campaign-slug}/strategy.md

Standalone mode — evergreen or independent work: → Save to ./brands/{brand-slug}/operations/sales/

Legacy fallback — old directory structure detected: → Save to ./brands/{brand-slug}/campaigns/sales/ → Suggest migration to new structure

If unsure which mode, ask: "Is this part of a specific campaign, or standalone work?"


Research Mode: Live Competitive Intelligence

Use agent-browser to gather live competitor positioning data before building comparison slides, battle cards, or champion kits. Start a named session to share context across commands.

Setup: See ./references/shared-patterns.md § agent-browser Setup for installation instructions.

1. Competitor Pricing and Positioning Pages

agent-browser --session sales-research open "https://{competitor-domain}/pricing" && agent-browser wait --load networkidle
agent-browser get text body
agent-browser screenshot ./brands/{brand-slug}/operations/sales/research/competitor-{n}-pricing.png
# Extract: tier names, price points, annual discount, what's included per tier, free trial/freemium availability

2. Competitor Comparison and Alternative Pages

# Many SaaS companies run "[Brand] vs [Competitor]" pages — find them
agent-browser --session sales-research open "https://www.google.com/search?q={competitor-name}+vs+alternatives+OR+comparison" && agent-browser wait --load networkidle
agent-browser get text body
# Extract: which differentiators competitors claim, how they position against others, what pain points they lead with

3. G2 / Capterra Reviews for Competitor Weaknesses

agent-browser --session sales-research open "https://www.g2.com/products/{competitor-slug}/reviews" && agent-browser wait --load networkidle && agent-browser wait 3000
agent-browser get text body
# Extract: top-rated cons, recurring complaints, missing features — these become your differentiation talking points

4. Competitor Case Studies and Proof

agent-browser --session sales-research open "https://{competitor-domain}/customers" && agent-browser wait --load networkidle
agent-browser get text body
# Extract: industries served, size of customers, metrics they cite, proof format — benchmark against your own proof

5. Your Own Review Profile

agent-browser --session sales-research open "https://www.g2.com/products/{brand-slug}/reviews" && agent-browser wait --load networkidle && agent-browser wait 3000
agent-browser get text body
# Extract: top-cited pros (use in deck and one-pager), top-cited cons (address in objection handling doc), verbatim quotes (use in collateral)

6. LinkedIn Ad Library — How Competitors Sell

agent-browser --session sales-research open "https://www.linkedin.com/ad-library/search?q={competitor-name}" && agent-browser wait --load networkidle && agent-browser wait 3000
agent-browser get text body
# Extract: offer type (demo, trial, content), messaging angle, who they target (seniority, function)

Close the research session when done: agent-browser --session sales-research close


1. Sales Enablement Audit

Before building anything, assess what exists and what sales actually uses. Wasted collateral is one of the highest-cost problems in B2B go-to-market.

1.1 What to Ask

Before writing a single slide, gather this information from the user:

  • What collateral does the sales team currently have? (Deck, one-pager, battlecards, objection guide?)
  • Which assets do reps actually use in deals? Which sit in a folder, untouched?
  • What is the typical deal cycle? (Discovery → Demo → Proposal → Close — how long is each stage?)
  • Who are the buyers? (Economic buyer, technical buyer, champion, end user — who sees which asset?)
  • What are the top 3 reasons deals are lost? (Price? Competitor? No decision? Timing?)
  • What objections come up in every single deal?
  • Does the team have a CRM? Can you pull which assets appear in won vs lost deals?

1.2 Coverage Gap Matrix

Map what exists against what is needed by deal stage and buyer persona:

Deal StageEconomic BuyerTechnical BuyerEnd UserChampion
Awareness
Discovery
Evaluation
Proposal
Closing
Post-close

Fill each cell with: existing asset, missing asset, or not needed. Build what is missing, retire what is unused.

1.3 The Golden Rule

"Sales uses what sales trusts." Involve at least one sales rep in every asset you create. Use the language they use with customers, not the language marketing uses internally. If a rep would not say it in a call, remove it from the slide.


2. Sales Deck

2.1 Story Arc — Not a Feature Tour

A sales deck is not a product catalogue. It is a story in which the prospect is the hero and your product is the tool that helps them win. Follow this arc across 10-12 slides:

SlideTitlePurpose
1The ProblemIndustry-wide pain, quantified. Make them feel seen.
2Cost of InactionWhat this problem is costing them today — financially, in time, in reputation risk.
3Market ShiftWhy now? What has changed that makes this urgent? (regulation, market shift, tech change, competitive pressure)
4Our SolutionOne clear statement of what you do. Maximum 15 words.
5Product Walkthrough3-4 screens or features mapped directly to the pains from Slide 1. Not a feature list.
6ProofCustomer results, specific metrics, recognizable logos (with permission).
7Case StudyOne deep customer story — before/after with numbers.
8How It WorksWhat implementation looks like. Reduce fear of switching.
9ROI SummaryQuantify the value using their numbers, not yours.
10PricingStarting price or "plans start at" if custom — no surprises.
11Next StepsOne clear, low-friction ask: trial, pilot, technical call, or next meeting.

For ready-to-customize slide templates with headline formulas, body structures, and presenter note scripts, see ./references/frameworks/sales-deck-slides.md.

2.2 Slide-by-Slide Content Standards

SlideKey RuleSource
1 — The ProblemLead with a stat they recognize; frame as industry problem, not personal failure; use customer language from product-marketing-context.md Section 9Discovery call
2 — Cost of InactionTranslate pain into money (time x rate, error cost, churn cost); ask "Does this resonate?" and pauseROI model
3 — Market ShiftName the specific trigger (regulation, competitor, tech shift) that makes this urgent nowSOSTAC situation analysis
4 — Our SolutionOne sentence, no jargon, customer perspective: "We help [persona] [outcome] by [mechanism], without [drawback]"Brand positioning
5 — Product Walkthrough3-4 real UI screens, each tied to a pain from Slide 1; include talk track in presenter notesProduct
6 — Proof3-5 specific customer metrics + verbatim quote; use logos with permission or anonymizeG2, Capterra, interviews
7 — Case StudyOne deep before/after/result story with role, company size, and timeframeCustomer Success
8 — Implementation3-step onboarding diagram; include time-to-value, migration story, support commitmentOnboarding team
9 — ROI SummaryUse prospect's own numbers from discovery; present as "Based on what you shared"; customize per meetingDiscovery call
10 — PricingLead with most popular plan; show annual discount; frame relative to Slide 9 ROIPricing page
11 — Next StepsOne low-friction ask with specific date; end with "What would you need to feel confident moving forward?"Deal stage

2.3 Design Principles

  • Maximum 7 words per slide headline.
  • One idea per slide. If a slide needs two headlines, it is two slides.
  • Visuals over text. Show the product, show the customer outcome, show the data as a chart.
  • Every slide has presenter notes with a full talk track — not just bullets, but the actual sentences to say.
  • Slide ratio: 16:9. Build in Google Slides or PowerPoint for easy rep editing.
  • Brand: follow brand colors and fonts from brand-context.md. Sales decks are a brand touchpoint.

3. One-Pagers

3.1 Types of One-Pagers

Different moments in the deal cycle call for different formats:

TypeWhen to UseAudienceLength
Product one-pagerPost-discovery recap, champion toolAll buyers1 page
Executive summaryWhen economic buyer enters lateC-suite1 page
Battle cardCompetitive shortlist situationsSales rep only (internal)1 page
Technical briefSecurity/IT review stageTechnical buyer1-2 pages
ROI summary sheetProposal support, board approvalEconomic buyer1 page

For fill-in templates for all one-pager types, see ./references/frameworks/one-pager-templates.md and ./references/frameworks/battle-card-template.md.

3.2 Product One-Pager Structure

Scannable in 30 seconds. Used as a post-meeting recap or a champion selling tool when they share it internally. For the full fillable template, see ./references/frameworks/one-pager-templates.md.

Sections: Header (product name + one-line value prop, max 12 words) > Problem (2-3 sentences in customer language) > Solution (3 outcome-focused bullets) > Key Differentiators (3 bullets, each ending with proof) > Proof Point (one metric or quote) > Logos > CTA (single action).

Formatting: Single page, two-column layout preferred. Bullet points only, no paragraphs. Min 10pt font for print. Output as PDF; keep source editable.

3.3 Executive Summary One-Pager

For when the economic buyer joins the conversation late and has no context. They will spend 90 seconds reading this. For the full fillable template, see ./references/frameworks/one-pager-templates.md.

Sections: Headline ("[Outcome] for [Company Name]") > Business Problem (2 sentences, quantified) > Proposed Solution (1 sentence, no jargon) > Expected Outcomes (3 bullets with metrics and timeframes) > Investment and Return (price, ROI, payback period) > Implementation (timeline, team hours) > Next Step (specific action + date).

3.4 Battle Card (Internal — Sales Reps Only)

Use in competitive shortlist situations. Never share with prospects.

Format overview — each battle card covers these sections:

  • Their Honest Strengths: 2-3 specific strengths the prospect has likely already seen.
  • Our Advantages: 2-3 advantages with proof points and suggested talk tracks.
  • When They Come Up: Discovery questions to ask before making claims.
  • Common Objections: Responses to price, feature, and switching objections in this competitive context.
  • Leave-Behind Proof: Customer story from someone who evaluated the same competitor.
  • What Not to Do: Guardrails against badmouthing or claiming unverified features.

For the full detailed battle card template, see ./references/frameworks/battle-card-detailed.md.


4. Objection Handling

4.1 Framework

Every objection has a real concern underneath the stated one. Address the real concern, not the surface objection. Structure every response:

  1. Acknowledge: Validate the concern without agreeing with the premise.
  2. Reframe: Shift from their framing to yours with a question or context.
  3. Respond: Deliver the counter with proof, not just assertion.
  4. Advance: End with a question that moves the deal forward.

4.2 Objection Categories

Six categories cover the vast majority of B2B sales objections. Each has multiple variants with full Acknowledge > Reframe > Respond > Advance scripts.

CategoryCommon VariantsCore Reframe
Price and Budget"Too expensive", "No budget", "Looking for cheaper"Shift from price to cost-of-inaction and ROI
Timing"Not the right time", "In the middle of another project", "Waiting for [event]"Design a phased approach or pre-event evaluation
Competition"Evaluating [Competitor]", "Already use [Competitor]"Surface evaluation criteria, then address 2-3 you win on
Authority and Buy-In"Need buy-in from [person]", "Boss needs to approve"Arm the champion with materials for their internal meeting
Status Quo"Happy with current solution", "We use spreadsheets"Probe for hidden friction; quantify cost of current approach
Technical and Risk"Security and compliance?", "How hard to implement?"Lead with certifications and specific implementation timelines

For full objection-handling talk tracks with verbatim scripts for each variant, see ./references/frameworks/objection-handling-detailed.md.


5. Demo Script and Talk Track

5.1 Pre-Demo Prep (Do This Before Every Demo)

A generic demo loses deals. A customized demo wins them. Before opening your screen share:

  • Confirm the prospect's specific goals: "In our last conversation you mentioned [pain point]. Is that still the priority, or has anything changed?"
  • Know who is in the room: economic buyer, technical buyer, champion, end user — each cares about different things.
  • Set up a demo environment with their industry, use case, or if possible, their actual data.
  • Agree on the agenda and time allocation: "We have 45 minutes. I'd like to spend 5 minutes recapping your goals, 30 minutes showing how we address them, and leave 10 minutes for questions. Does that work?"

5.2 Demo Talk Track Structure

The demo follows four phases. Each has a verbatim talk track template in ./references/frameworks/demo-script-talk-tracks.md.

PhaseDurationPurpose
Discovery Recap2-3 minConfirm the prospect's goals and pains before showing anything
Workflow Walkthroughs15-25 minShow 3-4 workflows tied to named problems; pause and check in after each
Value Summary3-5 minConnect features shown back to their stated problems with ROI estimate
Discovery and Close5-10 minAsk what they need to move forward; listen more than talk

Key principles per phase:

  • Discovery Recap: Restate their goal, problem, and impact. Wait for confirmation before proceeding.
  • Workflow Walkthroughs: For each workflow, state the problem, show the feature, quantify the impact, then ask "How does this compare to how you handle it today?"
  • Value Summary: Tie each feature back to a specific pain and close with an aggregate ROI estimate.
  • Discovery and Close: Ask open questions ("What would need to be true for you to move forward?") and resist filling silence.

5.3 Demo Best Practices

  • Follow the "show, don't tell" rule. If you can show it in the product, do not describe it.
  • Pause after every major feature and check in: "Does this resonate with what you're seeing in your current workflow?"
  • If something goes wrong technically: "Let me pull that up a different way — here is what it looks like." Never apologize extensively. Move on.
  • Use the prospect's industry language and terminology throughout. If they said "deals" say "deals" — not "opportunities."
  • Time yourself: most sales reps talk 80% of the time in a demo. Aim for 50/50. Ask questions.
  • If a prospect asks about a feature you do not have: "That's on the roadmap for [timeframe]. Here is how customers handle it today." Never promise features.

6. ROI Calculator

6.1 Core ROI Formula

The ROI calculator uses the prospect's own numbers for maximum credibility. The core formula chain:

Time saved/year   = (hours/week x team members x 52) x efficiency gain %
Labor savings     = time saved x fully-loaded hourly rate
Total annual value = labor savings + tool cost delta + error cost eliminated
Net ROI           = (total annual value - investment) / investment x 100
Payback period    = investment / (total annual value / 12) months

6.2 Delivery Formats

Three formats depending on context:

  • Google Sheet: Editable with prospect's numbers; light-blue input cells, formula-driven outputs, plain-language summary section.
  • Embedded pricing-page calculator: 3-5 sliders (team size, hours, rate) with instant output and demo CTA.
  • In-meeting whiteboard: Live calculation during the call using their answers to 3 questions (team size, hours/week, hourly cost).

6.3 Common Mistakes

  • Never substitute your assumptions for their numbers.
  • Round to nearest $1,000 -- false precision reduces credibility.
  • Pick 2-3 value drivers, not every possible benefit.
  • Always frame the result as "conservative."

For detailed input/output variable lists, Google Sheet layout specs, the full whiteboard script, and extended guidance, see ./references/frameworks/roi-calculator-detailed.md.


7. Champion Kits

A champion is someone inside the prospect's organization who wants to buy but needs to sell internally. Your job is to make them a highly effective internal advocate.

7.1 When to Build a Champion Kit

Build a champion kit when:

  • The champion says "I need to present this to [boss/committee/board]."
  • The deal has stalled at the internal approval stage.
  • You need to help them win a budget conversation.
  • The economic buyer has not been in any meeting yet.

7.2 Champion Kit Contents

1. Executive Summary (1 page)

  • Written for the economic buyer, not the champion.
  • Headline: "[Outcome] for [Company Name]" — make it specific.
  • Sections: Business problem (quantified), proposed solution, expected outcomes (with their numbers), investment and ROI, implementation overview, recommended next step.
  • See template in ./references/frameworks/champion-kit-templates.md.

2. Competitive Comparison Slide (1-2 pages)

  • Objective table comparing 2-3 alternatives the organization is likely considering.
  • Include status quo / doing nothing as a column — it is always a competitor.
  • Keep it factual. Do not make claims you cannot back up.
  • Format: criteria rows (the things that matter to the buyer), vendor columns, checkmarks or ratings per cell.
  • Below the table: "This is why we recommend [Your Product] for [Company's] situation." (Written by the champion for their audience.)

3. Risk Mitigation Page

  • Address the question every economic buyer asks: "What if this doesn't work?"
  • Sections: "What if adoption is low?" / "What if implementation takes longer than planned?" / "What if we need to exit?"
  • For each risk: the risk, the mitigation, and your proof that the mitigation works.
  • Include: pilot/proof of concept offer, SLA commitments, customer success resources, migration support, contract terms (exit clauses if available).

4. Internal FAQ (1 page)

  • Pre-answer the questions the champion will get in the internal meeting.
  • Format: Q&A pairs, 5-8 questions.
  • Source: ask the champion "What questions do you expect to get?"
  • Common questions: "Why now?", "Why not [Competitor]?", "What does implementation require from our team?", "What happens if we want to leave?", "Can we see references?"
  • For the full internal FAQ template, see ./references/frameworks/champion-kit-templates.md.

5. Reference Customer Names

  • 1-3 customers the champion can reference when building internal confidence.
  • Include: company size, industry, and the outcome achieved.
  • If offering live reference calls: coordinate with your CS team first. Always ask the reference customer, never assume.

7.3 Coaching the Champion

Give the champion a talk track for their internal meeting. For the full champion talk track template with detailed scripting, see ./references/frameworks/champion-kit-templates.md.

Key elements of the champion talk track:

  • Opening: Frame the problem in their words, not yours.
  • ROI case: Walk through the executive summary numbers and let them do the work.
  • Objection prep: Pre-script answers for the 2-3 objections they expect from their approver.
  • Close: Specific ask with timeline tied to a business milestone.
  • Your availability: Offer to join the call, be on standby, or prepare additional materials.

8. Sales Content Library

Even the best collateral fails if reps cannot find it in two minutes or less. Organization is half the battle.

8.1 Folder Structure

# Campaign mode:
./brands/{brand-slug}/campaigns/{type}-{campaign-slug}/sales/
  decks/
  one-pagers/
  objection-handling/
  demo-scripts/
  roi-calculator/
  champion-kits/
  research/

# Standalone mode:
./brands/{brand-slug}/operations/sales/
  decks/                  # sales-deck-main-{YYYY-MM-DD}.pdf, sales-deck-{vertical}-{YYYY-MM-DD}.pdf
  one-pagers/             # one-pager-product/executive/technical-{YYYY-MM-DD}.pdf, battle-card-{competitor}-{YYYY-MM-DD}.pdf
  objection-handling/     # objection-guide-{YYYY-MM-DD}.md, battlecards/
  demo-scripts/           # demo-script-{persona}-{YYYY-MM-DD}.md, demo-script-{use-case}-{YYYY-MM-DD}.md
  roi-calculator/         # roi-calculator-{YYYY-MM-DD}.xlsx, roi-calculator-{YYYY-MM-DD}.md
  champion-kits/          # champion-kit-{deal-name}-{YYYY-MM-DD}.pdf, champion-kit-template-{YYYY-MM-DD}.md
  research/               # competitor-{name}-{YYYY-MM-DD}.md, g2-analysis-{YYYY-MM-DD}.md

8.2 Asset Tagging System

Every asset should be tagged so reps can filter quickly:

  • Stage: Awareness / Discovery / Evaluation / Proposal / Closing / Post-close
  • Persona: Economic buyer / Technical buyer / Champion / End user
  • Format: Deck / One-pager / Calculator / Script / Battle card / Email
  • Vertical: [Industry names relevant to the brand]
  • Status: Current / Under review / Archived

Add a SALES-LIBRARY-INDEX.md at the top level of the sales folder with a table of all assets, their tags, their file path, and last updated date. For the full index template, see ./references/frameworks/sales-library-index.md.

8.3 Version Control

  • Include the date in every filename: {asset-name}-{YYYY-MM-DD}.
  • Archive superseded versions into an /archive/ folder — never delete.
  • When a key stat or proof point changes, update within 48 hours. Stale data in a sales deck is a credibility risk.
  • Notify the sales team when major assets are updated — do not rely on them to check.

9. Metrics — Which Collateral Drives Deals

Track these metrics monthly to understand what is actually working:

MetricWhat It MeasuresHow to Track
Collateral usage rateWhich assets reps actually share vs what existsCRM attachment tracking, Highspot/Seismic analytics
Content-to-close correlationWhich assets appear in won deals vs lost dealsRequire asset logging in CRM deal notes
Time to find assetIf >2 minutes, the library has a discoverability problemShadow sessions with reps; ask directly
Deal stage conversion rate by assetDoes sharing the ROI calculator improve Proposal → Close?CRM stage tracking with asset tag
Objection frequency by stageWhich objections come up most, and whenLog in CRM post-meeting notes
Champion kit adoptionHow often champions use the kit vs. flying soloAsk in post-deal review

9.1 Quarterly Audit

Every quarter, run a quick audit with the sales team:

  • Which 3 assets did you use most this quarter?
  • Which asset would you never use? Why?
  • What objection did you struggle to handle? Did you have a resource for it?
  • What competitor came up most? Do you feel equipped to respond?

Use the answers to retire what is not working, build what is missing, and improve what is used but underperforming.


10. Deliverables

All sales enablement deliverables save to the resolved path (see Path Resolution above).

DeliverableFilenameKey Sections
Sales Deckdecks/sales-deck-{version}-{YYYY-MM-DD}.mdStory arc, slide-by-slide content, presenter notes, talk track
One-Pager — Productone-pagers/one-pager-product-{YYYY-MM-DD}.mdProblem, solution, differentiators, proof, CTA
One-Pager — Executiveone-pagers/one-pager-executive-{YYYY-MM-DD}.mdBusiness problem, solution, ROI, investment, next step
Battle Cardone-pagers/battle-card-{competitor}-{YYYY-MM-DD}.mdCompetitor strengths, our advantages, talk track, leave-behind
Objection Guideobjection-handling/objection-guide-{YYYY-MM-DD}.mdAll 6 categories, real concern, response, proof, follow-up question
Demo Scriptdemo-scripts/demo-script-{persona}-{YYYY-MM-DD}.mdPre-demo prep, discovery recap, workflow walk-throughs, close
ROI Calculatorroi-calculator/roi-calculator-{YYYY-MM-DD}.mdInput variables, formula structure, output summary, Google Sheet link
Champion Kitchampion-kits/champion-kit-template-{YYYY-MM-DD}.mdExecutive summary, competitive comparison, risk mitigation, FAQ, references
Library IndexSALES-LIBRARY-INDEX.mdFull asset table with stage, persona, format, status, path

11. Response Protocol

When the user requests sales enablement work:

  1. Read brand context and SOSTAC (Section 0) when they are available. If the user has provided a repo, live URL, or existing sales assets instead, use that context first and do not block useful work. The product-marketing-context.md file is especially important here — if it is missing, flag it and proceed with the best available context.
  2. Run the enablement audit (Section 1) before building anything new. Ask what exists, what is used, and what the sales team is struggling with.
  3. Clarify scope: Sales deck, one-pager, objection guide, demo script, ROI calculator, champion kit, library organization, or full program?
  4. Assess current state: Check the resolved path (see Path Resolution) for prior deliverables. Do not rebuild what already works.
  5. Deliver specific, usable output: Scripts with the exact sentences to say, templates with fill-in prompts, calculators with formulas, not generic principles. For ready-to-use templates (slide decks, one-pagers, email scripts, champion kits), see ./references/frameworks/ (indexed in ./references/frameworks-index.csv).
  6. Save deliverables: Write all outputs to the correct subpath under the resolved path (see Path Resolution).
  7. Update the library index: Add every new deliverable to SALES-LIBRARY-INDEX.md with stage, persona, format, and status tags.
  8. Recommend next steps: What to build next, what to retire, what to review with the sales team.

When to Escalate

  • No product-market fit evidence yet (no customers, no validated problem) -- recommend completing foundational positioning before building sales assets.
  • Pricing not established -- pricing slides and ROI calculators cannot be built without it. Route to brand/product strategy first.
  • Legal review required for compliance claims, security certifications, or financial guarantees -- flag and route to the appropriate internal team.
  • Customer reference calls requested -- coordinate with Customer Success before committing reference customers to calls.
  • CRM not set up -- recommend a basic CRM before trying to track collateral performance. Even a spreadsheet beats no system.
  • Complex enterprise sales motion (multi-year, multi-stakeholder, >$100K ACV) -- recommend bringing in a dedicated sales consultant; these motions require process design beyond collateral.

Output Contract

Sales enablement deliverables include:

  • Asset type: sales deck, one-pager, demo script, objection handler, or champion kit
  • Target audience: which buyer persona or stakeholder the asset addresses
  • Key message: core value proposition and supporting proof points
  • Content: complete deliverable ready for sales team use
  • Usage guidance: when and how sales should deploy the asset

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

marketing-social

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

marketing-analytics

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

marketing-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

marketing-paid-ads

No summary provided by upstream source.

Repository SourceNeeds Review