Generating slide deck
Skill qte77/claude-code-plugins/plugins/market-research/skills/generating-slide-deck
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
npx -y skills add qte77/claude-code-plugins --skill generating-slide-deckAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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
Generate an investor or stakeholder presentation from Phase 5 synthesis; produces a structured slide outline with headlines, talking points, and data citations. Run after `synthesizing-research` (Phase 6).
SKILL.md
3.4 KB, as published. Nobody here has run it
Generating Slide Deck (Phase 6)
Target: $ARGUMENTS
Phase 6 of the GTM pipeline. Depends on Phase 5. Generates a structured investor or stakeholder presentation from the synthesized GTM research.
Mode Awareness
Read config/mode.md before starting:
concise— 8-10 slides, one data point per slide, minimal textdetailed— 12-15 slides, supporting evidence slides, appendix sectionconservative— Data-led narrative, proof-before-vision structureambitious— Vision-first narrative, bold claims with supporting data, moonshot framing
Inputs
results/phase-5/synthesis.md— Integrated GTM narrative (primary source)config/comments_gtm.md— Audience type, deck length, format preferencesconfig/mode.md— Style and approach settings
Slide Structure
Adapt based on audience from config/comments_gtm.md:
Investor Deck (default)
- Title — Product name + one-liner
- Problem — Pain point with market evidence
- Solution — How the product solves it
- Market Size — TAM/SAM/SOM
- Product — Key capabilities and differentiators
- Traction / PMF Evidence — Signals and validation
- Competitive Landscape — Positioning map
- GTM Strategy — Channels, ICP, motion
- Team (placeholder if not available)
- Ask / Next Steps
Enterprise Buyer Deck
- Executive Summary
- Problem Statement
- Solution Overview
- Technical Fit
- Competitive Differentiation
- Implementation Path
- ROI / Business Case
- Next Steps
Internal Leadership Deck
- Opportunity Summary
- Market Analysis
- PMF Assessment
- Recommended GTM Path
- Resource Requirements
- Risks and Mitigations
- Decision Required
Workflow
- Read Phase 5 synthesis and
config/comments_gtm.mdfor audience preference - Select appropriate slide structure based on audience
- Write each slide with: headline (insight), 3-5 bullets, data citations
- Apply mode settings — concise vs detailed depth, conservative vs ambitious framing
- Add appendix slides for supporting data (detailed mode only)
- Validate against criteria — Check
config/validation_criteria.mdPhase 6 gates
Output
Write to results/phase-6/:
slide-deck.md
# [Product Name] — [Audience Type] Deck
---
## Slide 1: [Title]
**Headline**: [Insight-driven headline, not a topic label]
Key points:
- [bullet]
- [bullet]
- [bullet]
Speaker notes: [Optional: key talking point]
---
## Slide 2: [Title]
**Headline**: [Insight-driven headline]
[Data point] — Source: [citation]
Key points:
- [bullet]
---
[Continue for all slides]
---
## Appendix (detailed mode only)
### A1: [Supporting Data Slide Title]
[Data table or extended evidence]
Rules
- Every slide headline must be an insight, not a topic (e.g. "SMB compliance costs $40K/year" not "Market Overview")
- No slide exceeds 5 bullets
- All data slides must cite source inline
- Deck must follow length from
config/comments_gtm.md; do not exceed it - Phase 5 synthesis is the single source of truth — do not introduce new claims in the deck