From octave
Generates sales enablement materials including cheat sheets, objection guides, discovery question banks, competitive sheets, and onboarding kits from library data and conversation evidence.
npx claudepluginhub octavehq/lfgtm --plugin octaveThis skill uses the workspace's default tool permissions.
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.
references/competitive-cheat-sheet-template.mdreferences/discovery-question-bank-template.mdreferences/new-hire-onboarding-kit-template.mdreferences/objection-handling-guide-template.mdreferences/persona-deep-dive-template.mdreferences/playbook-quick-reference-template.mdreferences/quick-reference-card-template.mdProvides sales training via interactive role-play buyer simulations, GTM library quizzes, and guided learning. Use for practicing calls, objections, or knowledge tests.
Generates customized B2B sales playbooks including discovery frameworks, objection handling, competitive battle cards, demo scripts, and closing techniques. Useful for building sales enablement materials.
Creates sales collateral like pitch decks, one-pagers, objection docs, demo scripts, playbooks, and proposals to help sales teams close B2B deals.
Share bugs, ideas, or general feedback.
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 playbook-summary # Playbook 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. Playbook Quick Reference - Condensed playbook 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 playbook: [List playbooks]
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 related playbook
get_playbook({ oId: "<playbook_oId>", includeValueProps: 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 playbook-quick-reference-template.md for the PLAYBOOK QUICK REFERENCE output template.
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
This skill uses Octave's generate_content and generate_email tools by default. Two alternatives:
list_agents when relevant. See /octave:explore-agents.generate_* calls, gather Octave context, Claude writes directly. Offer when user wants more control.For the full interactive mode selector, use /octave:generate.
list_all_entities - All entity types for comprehensive coverageget_entity - Full entity detailsget_playbook - Playbook with value propslist_value_props - Value propositionssearch_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 accounts