agentsclimarketplace

Sales enablement

Skill 0xF4ng/aether-growth-fieldwork/pmm/sales-enablement

Open GTM methods for AI-native founders — SaaS GTM, startup market entry, hardware GTM. Agent skills for Claude, Cursor, Codex. Free MIT.

Install
npx -y skills add 0xF4ng/aether-growth-fieldwork --skill sales-enablement

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Produces sales enablement artifacts: objection-handling framework, talk track structure, and battlecard updates for in-deal use. Use when sales reps are losing deals to objections they can't handle, when a new competitor emerges in deals, or when onboarding new reps who need structured messaging. Requires: ICP card + competitive map as upstream inputs.

SKILL.md

10.4 KB, as published. Nobody here has run it

Sales Enablement

Role: Sales coach. You translate ICP research and competitive intelligence into artifacts reps can use in the room. The output is not a product brochure — it is structured decision support for live deals.


Before starting

Confirm (ask or infer):

  • ICP card available? Specifically: Layer D deciding language (exact customer quotes). Talk tracks built from paraphrases lose the market language.
  • Competitive map available? Required for battlecard content. If not available, run /competitive-map first.
  • Positioning statement available? Required for the talk track anchor.
  • Which artifact is needed? Objection handler / talk track / battlecard update / all three. Focus effort accordingly.
IF icp_card.deciding_language = empty or paraphrased →
  BLOCK. Return:
  "Talk track requires exact customer language from ICP Layer D (deciding language).
   Paraphrases produce generic pitch copy. Run /icp-research and collect
   direct quotes before building the talk track."

IF competitive_map = unavailable AND artifact_needed = battlecard →
  BLOCK. Return:
  "Battlecard requires competitor category framing and G2 weakness data from
   /competitive-map. Run that skill first, then return here."

Inputs

InputRequired?Description
ICP card (Layer D deciding language)RequiredExact customer quotes for talk track
Positioning statementRequiredThe differentiation anchor
Competitive mapRequired for battlecardCompetitor category framing + G2 weaknesses
CRM objection logRecommendedActual objections encountered in recent deals
Win/loss notesRecommendedWhat specifically caused wins and losses

Contract

This skill guarantees:

  • Objection responses acknowledge the valid concern before differentiating — never dismissive
  • Talk track is grounded in customer language (Layer D) — not internal marketing copy
  • Battlecard responses are evidence-based: cite source (G2 review pattern, customer quote, benchmark)
  • Output is a working draft; every artifact requires pmm/content-review before customer-facing use

Decision logic

Phase 1 — Objection inventory

Collect and classify all objections from CRM / win-loss notes / rep interviews.

Objection taxonomy:

TypeDefinitionResponse approach
Price / ROI"It's too expensive" / "I need to justify the cost"ROI framing: what is the cost of the status quo?
Competitive displacement"We already use [competitor]"Acknowledge strength; surface the decision question
Timing"Not right now / we're focused on X"Validate; probe for the real reason; leave a door open
Trust / proof"We haven't heard of you" / "Can I see a reference?"Social proof: customer story, benchmark, specific name
Internal process"I need to get buy-in from [stakeholder]"Champion enablement: give them what they need to sell internally
Feature gap"You don't have [feature]"Honest assessment: is it a gap or a different design choice? When on roadmap?
IF no CRM objection log is available →
  WARN. Return:
  "No objection log provided. Using ICP Layer D (deciding language) and
   competitive map as proxies for likely objections.
   Validate this framework with sales reps before deploying."

Phase 2 — Objection handler construction

For each objection in the inventory:

Objection handler structure:

  Acknowledge: Validate the concern. Show you understand why it's real.
    NOT: "That's actually not true — let me explain..."
    YES: "That's fair — [competitor] has been in the market longer and a lot of
         teams already have it in their stack."

  Reframe: Shift the decision question.
    NOT: List features you have that they don't.
    YES: "The question isn't which tool has been around longer. It's whether [pain
         your product solves] is still an open problem for your team."

  Proof: One specific, named piece of evidence.
    NOT: "Our customers love us."
    YES: "[Customer name] made this exact switch. Within [timeframe], [specific
         outcome]. Happy to connect you."

  Next step: Small, specific, forward-moving ask.
    NOT: "Let me know if you want to learn more."
    YES: "Would it help to see how [proof customer] handled this decision?"

Phase 3 — Talk track structure

The talk track is not a script — it is a decision map for the rep.

Structure:

Opening (1–2 minutes):
  Reference a signal or context — not a generic pitch opener.
  "I know [Company] recently [trigger event context]. That's often when
  [the pain we solve] becomes urgent."

Discovery questions (5–10 minutes):
  Derive from ICP trigger event (Layer B) and JTBD (Layer A).
  Goal: confirm or disconfirm that the trigger event has occurred.

  Core questions (adapt to your trigger event):
  - "When did you last have a [incident/failure/bottleneck] related to [problem]?"
  - "What are you doing today to handle [problem]?"
  - "What would change if you could [desired outcome from JTBD]?"
  - "Who else cares about this — beyond you?"

Value framing (3–5 minutes):
  Use deciding language from Layer D — the exact phrases your customers use.
  NOT: "Our platform provides enterprise-grade [feature]."
  YES: "[Quote from Layer D — how customers describe the outcome]."

Competitive handling (as needed):
  Route to battlecard for this competitor.

Close / next step (1–2 minutes):
  Small, specific ask. Define what "yes" looks like.

Phase 4 — Battlecard (per competitor, from competitive map)

Incorporate the battlecard output from /competitive-map and augment with:

  • Deal-specific objection responses (from CRM log, not just G2 data)
  • Champion enablement language: what does your champion say to their VP to justify switching?

Champion enablement addition:

## Champion enablement — [Competitor name]

Your champion needs to justify this internally. Give them the language:

"We chose [your product] over [competitor] because:
  [Specific, non-marketing reason — operational, economic, or risk-based]
  The proof: [Customer story or benchmark your champion can cite internally]."

What your champion should NOT say:
  [Generic claims that will be challenged by procurement / IT / leadership]

Output artifacts

ArtifactWhen to produceRequires content-review
Objection handlerAlwaysYes — before use in customer-facing materials
Talk trackWhen onboarding reps or revamping discoveryYes
BattlecardWhen competitor appears in dealsYes
Champion enablement cardWhen deals stall at internal sign-offYes

Cross-review triggers

Required before FINAL (any customer-facing artifact):

  • pmm/content-review/ — banned hype patterns, claims accuracy, brand voice
  • pmm/positioning-review/ — talk track and objection responses align with positioning

Anti-patterns

Anti-patternWhy it failsFix
Objection responses that dismiss the objectionLoses trust; rep sounds defensiveLead with acknowledgment; show you understand why the concern is valid
Talk track as a monologueRep talks; prospect disengagesBuild discovery questions from ICP trigger event; rep goal is to confirm trigger occurred
Battlecard claims with no sourceSales rep can't back them up; credibility lostEvery battlecard claim cites a source (G2 review pattern, customer quote, benchmark)
Generic ROI statements ("save time and money")Buyers have heard this; it has no proof weightName a specific customer, specific outcome, specific timeframe
Building talk track from marketing copy, not customer languageMarketing copy doesn't reflect how buyers describe their own problemUse deciding language (Layer D) — the exact words, not cleaned-up paraphrases

Validation criteria

  • Each objection response follows: acknowledge → reframe → proof → next step
  • Talk track includes discovery questions derived from ICP trigger event (Layer B)
  • Deciding language (Layer D) is used verbatim in at least 2 places in the talk track
  • Battlecard claims have cited sources (G2 pattern, customer quote, or benchmark)
  • Champion enablement language drafted for deals with internal sign-off barriers
  • All artifacts marked DRAFT pending content-review and positioning-review

Benchmarks (2025–2026)

BenchmarkValueSource
Win rate improvement when reps have structured competitive battlecards10–20%Gong / Highspot research 2025
Rep ramp time with structured talk track vs. without30–40% fasterHighspot 2024
% of deals lost to objections that were not handled~35%Winning by Design 2025
Champion talk track increases internal approval rate~25%Revenue Collective survey 2025

References & Sources

Tier-1 frameworks:

  • MEDDIC / SPICED — qualification methodology; champion identification
  • Challenger Sale (Dixon & Adamson) — teaching insight approach; reframe not dismiss

Tier-2 operator synthesis:

  • Sales enablement frameworks synthesis (research synthesis, 2026-06-13): objection taxonomy, talk track structure, battlecard schema

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.