plugins/market-research/skills/generating-slide-deck/SKILL.md
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).
npx skillsauth add qte77/claude-code-utils-plugin generating-slide-deckInstall 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.
Target: $ARGUMENTS
Phase 6 of the GTM pipeline. Depends on Phase 5. Generates a structured investor or stakeholder presentation from the synthesized GTM research.
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 framingresults/phase-5/synthesis.md — Integrated GTM narrative (primary source)config/comments_gtm.md — Audience type, deck length, format preferencesconfig/mode.md — Style and approach settingsAdapt based on audience from config/comments_gtm.md:
config/comments_gtm.md for audience preferenceconfig/validation_criteria.md Phase 6 gatesWrite 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]
config/comments_gtm.md; do not exceed itdevelopment
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.