skills/enablement/SKILL.md
Generate sales enablement materials — cheat sheets, objection guides, discovery question banks, competitive sheets, and onboarding kits from your library. Use when user says "cheat sheet", "objection guide", "discovery questions", "onboarding kit", "enablement materials", or asks for quick-reference sales tools.
npx skillsauth add octavehq/lfgtm enablementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate consumable sales enablement materials — quick reference cards, objection handling guides, discovery question banks, competitive cheat sheets, and onboarding kits — all grounded in your library data and real conversation evidence.
/octave:enablement [type] [--persona <name>] [--competitor <name>] [--product <name>]
/octave:enablement # Interactive mode
/octave:enablement quick-ref # Quick reference card
/octave:enablement objections # Objection handling guide
/octave:enablement discovery # Discovery question bank
/octave:enablement competitive-sheet # Competitive cheat sheet
/octave:enablement onboarding # New hire enablement kit
/octave:enablement persona-guide # Persona deep-dive for reps
/octave:enablement motion-summary # Motion ICP quick reference
When the user runs /octave:enablement:
If no type specified, ask:
What enablement material do you need?
DAILY REFERENCE
1. Quick Reference Card - One-page cheat sheet for a topic
2. Objection Handling Guide - "They say X, we say Y" from real conversations
3. Discovery Question Bank - Questions organized by persona and stage
COMPETITIVE
4. Competitive Cheat Sheet - Pocket-sized competitive positioning guide
TEAM DEVELOPMENT
5. New Hire Onboarding Kit - Library walkthrough + essentials for new reps
6. Persona Deep-Dive - Everything a rep needs to know about selling to a persona
7. Motion ICP Quick Reference - Condensed Motion ICP narrative for quick consumption
Your choice:
Then ask for focus:
What's the focus?
1. Specific persona: [List personas]
2. Specific product: [List products]
3. Specific competitor: [List competitors]
4. Specific Motion / Motion ICP cell: [List Motions and ICP cells]
5. General / all
Enablement materials are unique because they blend library data with conversation evidence:
# Get the focus entity
get_entity({ oId: "<entity_oId>" })
# Get the related Motion + Motion ICP cell (persona × segment)
list_motions()
list_motion_icps({ motionOId: "<motion_oId>" })
find_motion_icp({ motionIcpOId: "<motion_icp_oId>", includeLearnings: true })
# Get real objections from conversations
list_findings({
query: "objections pushback concerns hesitation",
startDate: "<180 days ago>",
eventFilters: {
personas: ["<persona_oId>"] // if persona-focused
}
})
# Get positive signals (what's working)
list_findings({
query: "positive reaction excited interested resonated",
startDate: "<180 days ago>",
eventFilters: {
sentiments: ["POSITIVE"]
}
})
# Get pain points mentioned
list_findings({
query: "pain points challenges frustrations problems",
startDate: "<180 days ago>"
})
# Get proof points
search_knowledge_base({
query: "<focus area> results metrics",
entityTypes: ["proof_point", "reference"]
})
# Get competitors for context
list_all_entities({ entityType: "competitor" })
# Get brand voice
list_all_entities(entityType: "brand_voice")
See quick-reference-card-template.md for the generate_content call and the QUICK REFERENCE output template.
See objection-handling-guide-template.md for the OBJECTION HANDLING GUIDE output template.
See discovery-question-bank-template.md for the DISCOVERY QUESTION BANK output template.
See competitive-cheat-sheet-template.md for the COMPETITIVE CHEAT SHEET output template.
See new-hire-onboarding-kit-template.md for the NEW HIRE ENABLEMENT KIT output template.
See persona-deep-dive-template.md for the PERSONA GUIDE output template.
See motion-icp-quick-reference-template.md for the MOTION ICP QUICK REFERENCE output template (condensed Motion ICP narrative — Target ICP overview, Strategic narrative, Pains/Benefits, Methodology highlights — for quick rep consumption).
What would you like to do next?
1. Create another enablement piece
2. Re-generate any piece using a saved agent
3. Create a version for a different persona/product
4. Combine into a full enablement package
5. Export as a document
6. Done
See generation-modes.md for the default generation mode and the saved-agent / Claude-direct alternatives.
list_all_entities - All entity types for comprehensive coverageget_entity - Full entity detailslist_motions - List Motions in the workspacelist_motion_playbooks - List Motion Playbooks under a Motion (Default + Custom)get_motion_playbook - Full details for a Motion Playbooklist_motion_icps - List Motion ICP cells (persona × segment) for a Motionfind_motion_icp - Motion ICP narrative + Learning Loop learningssearch_knowledge_base - Proof points, references, messaginglist_findings - Real objections, pain points, signals from calls/emailslist_events - Deal outcomes for win/loss evidenceget_event_detail - Specific interaction detailsgenerate_content - All enablement content typeslist_all_entities (entityType: "brand_voice") - Brand voice consistencyNo Conversation Data:
No conversation data available yet.
I'll generate enablement materials from your library. As your team logs calls and emails, these materials will get richer with real-world evidence.
No Competitors:
No competitors in your library for competitive enablement.
Options:
- Add competitors:
/octave:library create competitor- Skip competitive sections
- I'll create a general competitive awareness template
Empty Library:
Your library needs more content for a comprehensive enablement kit.
Start with:
/octave:library create product- Add your product/octave:library create persona- Add buyer personas Then run this skill again.
/octave:train - Practice with role-play simulations and quizzes using your enablement content/octave:battlecard - Full competitive intelligence (deeper than cheat sheet)/octave:insights - Surface field intelligence trends/octave:wins-losses - Win/loss patterns for objection effectiveness/octave:pmm - Marketing collateral (different audience than enablement)/octave:research - Deep research for specific accountsdevelopment
Turn one or more Octave GTM Explorer / Beats reports into a branded, shareable digest with selectable insight scope, evidence depth, and output format. Use when the user asks for a report digest, weekly or monthly insight recap, executive intelligence brief, magazine-style insight story, report deck, or a recurring published summary of Octave insights.
content-media
Product and feature launch planning with full content kit generation across channels and audiences. Use when user says "launch plan", "product launch", "feature announcement", "GTM plan for launch", "launch content kit", or mentions launching something new.
development
A dense internal deal room a rep hands to a champion so they can run the buying-committee sell without you in the room. Quantified business case, stakeholder map with per-seat ammo, objection handling, and a path to yes, rendered as self-contained HTML. Use when user says "champion deal room", "arm my champion", "help my champion sell internally", "internal business case for [deal]", or wants a champion enablement doc. For a customer-facing top-of-funnel page use /octave:microsite; for the formal closing proposal use /octave:proposal.
data-ai
Analyze email threads, call transcripts, and conversations for resonance, adherence to messaging, and competitive differentiation. Use when user says "analyze this call", "how did the email land", "score this thread", "conversation analysis", or pastes conversation content to evaluate.