@rubytech/create-realagent-code 0.1.255 → 0.1.256
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/plugin-install.test.js +58 -40
- package/dist/index.js +77 -26
- package/dist/lib/plugin-install.js +31 -29
- package/package.json +1 -1
- package/payload/platform/config/brand-registry.json +8 -0
- package/payload/platform/config/brand.json +2 -2
- package/payload/platform/lib/graph-search/src/__tests__/fulltext-coverage.test.ts +12 -0
- package/payload/platform/lib/graph-write/dist/index.d.ts.map +1 -1
- package/payload/platform/lib/graph-write/dist/index.js +2 -0
- package/payload/platform/lib/graph-write/dist/index.js.map +1 -1
- package/payload/platform/lib/graph-write/src/index.ts +2 -0
- package/payload/platform/neo4j/schema.cypher +126 -0
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -0
- package/payload/platform/plugins/admin/.claude-plugin/plugin.json +1 -1
- package/payload/platform/plugins/admin/PLUGIN.md +3 -6
- package/payload/platform/plugins/admin/mcp/dist/index.js +0 -60
- package/payload/platform/plugins/admin/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/admin/skills/insight/SKILL.md +24 -0
- package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +63 -10
- package/payload/platform/plugins/docs/PLUGIN.md +1 -0
- package/payload/platform/plugins/docs/references/admin-ui.md +1 -1
- package/payload/platform/plugins/docs/references/deployment.md +18 -5
- package/payload/platform/plugins/docs/references/memory-guide.md +4 -0
- package/payload/platform/plugins/docs/references/platform.md +1 -1
- package/payload/platform/plugins/docs/references/plugins-guide.md +1 -1
- package/payload/platform/plugins/docs/references/slides.md +31 -0
- package/payload/platform/plugins/docs/references/voice-mirror-guide.md +1 -1
- package/payload/platform/plugins/memory/PLUGIN.md +1 -1
- package/payload/platform/plugins/memory/mcp/dist/index.js +1 -1
- package/payload/platform/plugins/memory/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-typed-edge-pass.d.ts +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-typed-edge-pass.js +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js +10 -0
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js.map +1 -1
- package/payload/platform/plugins/memory/references/schema-construction.md +72 -0
- package/payload/platform/plugins/slides/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/slides/LICENSE +21 -0
- package/payload/platform/plugins/slides/PLUGIN.md +18 -0
- package/payload/platform/plugins/slides/PROVENANCE.md +40 -0
- package/payload/platform/plugins/slides/commands/add-slide.md +29 -0
- package/payload/platform/plugins/slides/commands/slides-claus.md +39 -0
- package/payload/platform/plugins/slides/commands/slides-new-component.md +39 -0
- package/payload/platform/plugins/slides/commands/slides-outline.md +43 -0
- package/payload/platform/plugins/slides/commands/slides-review.md +52 -0
- package/payload/platform/plugins/slides/commands/slides-theme.md +64 -0
- package/payload/platform/plugins/slides/commands/slides.md +59 -0
- package/payload/platform/plugins/slides/skills/deck-system/REFERENCE.md +581 -0
- package/payload/platform/plugins/slides/skills/deck-system/SKILL.md +607 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-board.md +426 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-claus.md +185 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-mbb.md +450 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-product-launch.md +579 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-sales.md +464 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING-sequoia.md +489 -0
- package/payload/platform/plugins/slides/skills/deck-system/STORYTELLING.md +273 -0
- package/payload/platform/plugins/slides/skills/deck-system/deck-craft.html +1371 -0
- package/payload/platform/plugins/slides/skills/deck-system/deck-solid.html +1667 -0
- package/payload/platform/plugins/slides/skills/deck-system/deck.html +1359 -0
- package/payload/platform/plugins/url-get/.claude-plugin/plugin.json +1 -1
- package/payload/platform/plugins/url-get/PLUGIN.md +26 -21
- package/payload/platform/plugins/url-get/mcp/dist/index.js +3 -3
- package/payload/platform/plugins/url-get/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.d.ts +1 -2
- package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.d.ts.map +1 -1
- package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.js +20 -40
- package/payload/platform/plugins/url-get/mcp/dist/tools/url-get.js.map +1 -1
- package/payload/platform/scripts/setup-account.sh +1 -10
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +0 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +5 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +32 -2
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/rc-daemon.js +2 -2
- package/payload/platform/services/claude-session-manager/dist/rc-daemon.js.map +1 -1
- package/payload/platform/templates/specialists/agents/database-operator.md +1 -1
- package/payload/platform/templates/specialists/agents/typed-edge-classifier.md +1 -1
- package/payload/server/public/assets/AdminShell-T-YknnBn.js +1 -0
- package/payload/server/public/assets/Checkbox-DmDxpqVv.js +1 -0
- package/payload/server/public/assets/admin-COUV-jgt.js +1 -0
- package/payload/server/public/assets/{arc-aUiRP9AS.js → arc-B2CweJq3.js} +1 -1
- package/payload/server/public/assets/architecture-YZFGNWBL-Dnn6Hc65.js +1 -0
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-c09loTER.js → architectureDiagram-Q4EWVU46-DP2o-MFV.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-Cjdeyoq1.js → blockDiagram-DXYQGD6D-DO4mcYDJ.js} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-NY6Wlzo2.js → c4Diagram-AHTNJAMY-Sy1giHbj.js} +1 -1
- package/payload/server/public/assets/channel-CEpR_0rE.js +1 -0
- package/payload/server/public/assets/{chunk-2KRD3SAO-BK3470lx.js → chunk-2KRD3SAO-CKsCYCsN.js} +1 -1
- package/payload/server/public/assets/chunk-336JU56O-C0-P-aUF.js +2 -0
- package/payload/server/public/assets/chunk-426QAEUC-DFjEt3Zb.js +1 -0
- package/payload/server/public/assets/{chunk-4BX2VUAB-BOvVdJLf.js → chunk-4BX2VUAB-B8bqAmBa.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-BXpto3yW.js → chunk-4TB4RGXK-D1k0VSlW.js} +1 -1
- package/payload/server/public/assets/{chunk-55IACEB6-BwZyF7vR.js → chunk-55IACEB6-B-p_QNqz.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-C403gCUk.js → chunk-5FUZZQ4R-D6U6tV_j.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-CjVzXQEp.js → chunk-5PVQY5BW-CYK76xfs.js} +1 -1
- package/payload/server/public/assets/{chunk-67CJDMHE-D5bhMrtY.js → chunk-67CJDMHE-BC9js-lf.js} +1 -1
- package/payload/server/public/assets/{chunk-7N4EOEYR-Si7Lgrwc.js → chunk-7N4EOEYR-4j2OqKkv.js} +1 -1
- package/payload/server/public/assets/{chunk-AA7GKIK3-DMuHtDqO.js → chunk-AA7GKIK3-Coen-fXN.js} +1 -1
- package/payload/server/public/assets/{chunk-BSJP7CBP-L79XKVcb.js → chunk-BSJP7CBP-CAiOBvec.js} +1 -1
- package/payload/server/public/assets/{chunk-CIAEETIT-C0O7Upmg.js → chunk-CIAEETIT-AJzzpZVb.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-DJcJAsAg.js → chunk-EDXVE4YY-BL4BKozX.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CFDNvYu1.js → chunk-ENJZ2VHE-mhAFG8UD.js} +1 -1
- package/payload/server/public/assets/{chunk-FMBD7UC4-C_E43NFJ.js → chunk-FMBD7UC4-H231gZA_.js} +1 -1
- package/payload/server/public/assets/{chunk-FOC6F5B3-D9lWWHAu.js → chunk-FOC6F5B3-Cl3ZZjYG.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-ecLOxGhL.js → chunk-ICPOFSXX-DOEzvzJa.js} +2 -2
- package/payload/server/public/assets/{chunk-K5T4RW27-DuhsNH4c.js → chunk-K5T4RW27-C_ipbUDD.js} +1 -1
- package/payload/server/public/assets/{chunk-KGLVRYIC-B4-A1Abi.js → chunk-KGLVRYIC-CTsDNSCU.js} +1 -1
- package/payload/server/public/assets/{chunk-LIHQZDEY-BxqgHRgT.js → chunk-LIHQZDEY-DvSXhkGf.js} +1 -1
- package/payload/server/public/assets/{chunk-ORNJ4GCN-DEYQ5WaJ.js → chunk-ORNJ4GCN-p574NOI7.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-B7MW66KB.js → chunk-OYMX7WX6-BlEgFM6U.js} +1 -1
- package/payload/server/public/assets/chunk-QZHKN3VN-DpF06ZZQ.js +1 -0
- package/payload/server/public/assets/{chunk-U2HBQHQK-BMawmsyk.js → chunk-U2HBQHQK-B2bDK0jv.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-CT6g7pno.js → chunk-X2U36JSP-D69BxKFw.js} +1 -1
- package/payload/server/public/assets/{chunk-XPW4576I-CBfZXZDB.js → chunk-XPW4576I-Dm-PcyUi.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-xeAluiAH.js → chunk-YZCP3GAM-Be8RnXgx.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-BRN9qUC5.js → chunk-ZZ45TVLE-Ck8PCTa4.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-CYbXvKLI.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-DEyHzRhq.js +1 -0
- package/payload/server/public/assets/clone-y8gexbBy.js +1 -0
- package/payload/server/public/assets/{cose-bilkent-S5V4N54A-Br2gjtEO.js → cose-bilkent-S5V4N54A-CmkW2Eaj.js} +1 -1
- package/payload/server/public/assets/{dagre-DTjePoco.js → dagre-Dqp-ns8F.js} +1 -1
- package/payload/server/public/assets/{dagre-KV5264BT-DHBkRke4.js → dagre-KV5264BT-ZgWWXPLc.js} +1 -1
- package/payload/server/public/assets/data-gy6QH9c1.js +1 -0
- package/payload/server/public/assets/{diagram-5BDNPKRD-BIq1-idL.js → diagram-5BDNPKRD-CTX5-ScM.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-BsIUDzV6.js → diagram-G4DWMVQ6-BovIsO6H.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-CgHSri2i.js → diagram-MMDJMWI5-DcETsQy-.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-Ce2Wh9ZX.js → diagram-TYMM5635-yyq6peoZ.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-BU0Kh6OQ.js → erDiagram-SMLLAGMA-CiNToftB.js} +1 -1
- package/payload/server/public/assets/{flatten-Bo6YRmWl.js → flatten-BtFI066E.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-B0N06MF7.js → flowDiagram-DWJPFMVM-Xnl3SpIM.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-BVbx4ARZ.js → ganttDiagram-T4ZO3ILL-C1iyWe0f.js} +1 -1
- package/payload/server/public/assets/gitGraph-7Q5UKJZL-CNs-LD5i.js +1 -0
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C-xRJ94t.js → gitGraphDiagram-UUTBAWPF-D97pbMQb.js} +1 -1
- package/payload/server/public/assets/graph-labels-cZu4pK16.js +1 -0
- package/payload/server/public/assets/{graph-g48ZcA5M.js → graph-qz5tFKqU.js} +3 -3
- package/payload/server/public/assets/{graphlib-YmNcoMjY.js → graphlib-Lq8ijgON.js} +1 -1
- package/payload/server/public/assets/info-OMHHGYJF-DsTNigSS.js +1 -0
- package/payload/server/public/assets/infoDiagram-42DDH7IO-C_OarRTA.js +2 -0
- package/payload/server/public/assets/{isEmpty-D6Kr-M1M.js → isEmpty-D6QovjYR.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-DTrq54yC.js → ishikawaDiagram-UXIWVN3A-B8XBdjJn.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-OZZZMrFX.js → journeyDiagram-VCZTEJTY-CZYbiOaQ.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY--w-IP9pN.js → kanban-definition-6JOO6SKY-B1PybFoh.js} +1 -1
- package/payload/server/public/assets/{line-Ckeulv5T.js → line-D-tw3hHp.js} +1 -1
- package/payload/server/public/assets/{linear-DOh_6k2k.js → linear-BHhXD3cd.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-CVRAxYRD.js → mermaid-parser.core-C9RAnysF.js} +2 -2
- package/payload/server/public/assets/{mermaid.core-B-mE18I1.js → mermaid.core-B532LT1r.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-Bm8mDicL.js → mindmap-definition-QFDTVHPH-DGlgeeTV.js} +1 -1
- package/payload/server/public/assets/{ordinal-BDi6f4xk.js → ordinal-Bl-aM5b9.js} +1 -1
- package/payload/server/public/assets/packet-4T2RLAQJ-DGES22b-.js +1 -0
- package/payload/server/public/assets/pie-ZZUOXDRM-ChKeDbzt.js +1 -0
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-BCmRLgGO.js → pieDiagram-DEJITSTG-DV9FIWko.js} +1 -1
- package/payload/server/public/assets/{public-DknO-g9S.js → public-Bu2_Xi0a.js} +5 -5
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-CniTIUTm.js → quadrantDiagram-34T5L4WZ-Betwya4l.js} +1 -1
- package/payload/server/public/assets/radar-PYXPWWZC-FGG5Fs7N.js +1 -0
- package/payload/server/public/assets/{reduce-CGi9ik8i.js → reduce-BD4xUd2c.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-CoxBSj9M.js → requirementDiagram-MS252O5E-Cq3vODdg.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-BjS-4jzq.js → sankeyDiagram-XADWPNL6-x8krXWcS.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-B9jVOnPR.js → sequenceDiagram-FGHM5R23-i-_uH-Yl.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-BvOQPzP8.js → stateDiagram-FHFEXIEX-il4KqSgI.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-B6zNJ6Tv.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-CdfgWLo1.js → timeline-definition-GMOUNBTQ-DATdZkA5.js} +1 -1
- package/payload/server/public/assets/treeView-SZITEDCU-VAQQdbtf.js +1 -0
- package/payload/server/public/assets/treemap-W4RFUUIX-DKchO3zI.js +1 -0
- package/payload/server/public/assets/useSelectionMode-A5KItZ2T.js +13 -0
- package/payload/server/public/assets/{brand-D0gNihp7.css → useSelectionMode-C-Ojh7W9.css} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-JCgpIbj-.js → vennDiagram-DHZGUBPP-BJh9tJTt.js} +1 -1
- package/payload/server/public/assets/wardley-RL74JXVD-CBGtx0bS.js +1 -0
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Dei3VqHo.js → wardleyDiagram-NUSXRM2D-EMN1Hdfg.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DUtIyoIb.js → xychartDiagram-5P7HB3ND-DbUWXa7T.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +5 -6
- package/payload/server/public/public.html +4 -5
- package/payload/server/server.js +53 -12
- package/payload/platform/plugins/admin/hooks/__tests__/insight.test.sh +0 -395
- package/payload/platform/plugins/admin/hooks/insight.sh +0 -219
- package/payload/platform/plugins/admin/hooks/lib/admin-graph-pass-common.sh +0 -239
- package/payload/server/public/assets/AdminShell-892Jy_rs.js +0 -1
- package/payload/server/public/assets/Checkbox-Bc2QzX9b.js +0 -1
- package/payload/server/public/assets/admin-D3K13ndi.js +0 -1
- package/payload/server/public/assets/architecture-YZFGNWBL--v-pJPNp.js +0 -1
- package/payload/server/public/assets/brand-CcN3dELF.js +0 -9
- package/payload/server/public/assets/channel-B1IT7to2.js +0 -1
- package/payload/server/public/assets/chunk-336JU56O-CdKRCIeE.js +0 -2
- package/payload/server/public/assets/chunk-426QAEUC-BybuQ3Ve.js +0 -1
- package/payload/server/public/assets/chunk-QZHKN3VN-Bd-GrQM6.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-rjCize6i.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BORWOUt0.js +0 -1
- package/payload/server/public/assets/clone-Csqv5U6T.js +0 -1
- package/payload/server/public/assets/data-Br-pdljK.js +0 -1
- package/payload/server/public/assets/gitGraph-7Q5UKJZL-CI0s_tqn.js +0 -1
- package/payload/server/public/assets/graph-labels-BYH-IPCb.js +0 -1
- package/payload/server/public/assets/info-OMHHGYJF-g3gYW7Qm.js +0 -1
- package/payload/server/public/assets/infoDiagram-42DDH7IO-Di6oPQ_-.js +0 -2
- package/payload/server/public/assets/packet-4T2RLAQJ-CT0TB9HI.js +0 -1
- package/payload/server/public/assets/pie-ZZUOXDRM-CXLe7TFF.js +0 -1
- package/payload/server/public/assets/radar-PYXPWWZC-DnPLBl-D.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-v4ND10uR.js +0 -1
- package/payload/server/public/assets/treeView-SZITEDCU-C3cb7Xwe.js +0 -1
- package/payload/server/public/assets/treemap-W4RFUUIX-Dc7G3Bgm.js +0 -1
- package/payload/server/public/assets/useSelectionMode-DwsyptOw.js +0 -5
- package/payload/server/public/assets/wardley-RL74JXVD-DtgibWAt.js +0 -1
- /package/payload/server/public/assets/{_baseFor-Cam2PbSt.js → _baseFor-Cs8Y-rGh.js} +0 -0
- /package/payload/server/public/assets/{array-DYRGGQae.js → array-iHZP4KWJ.js} +0 -0
- /package/payload/server/public/assets/{cytoscape.esm-nWsJMTNI.js → cytoscape.esm-BR2GOQ8_.js} +0 -0
- /package/payload/server/public/assets/{defaultLocale-Du1XY3Dp.js → defaultLocale-B9aLeOTg.js} +0 -0
- /package/payload/server/public/assets/{dist-BzAsli7o.js → dist-DB-VPj_8.js} +0 -0
- /package/payload/server/public/assets/{init-B5BXBRcm.js → init-BNFRgqHM.js} +0 -0
- /package/payload/server/public/assets/{katex-HOUACuRw.js → katex-B-EfS3nw.js} +0 -0
- /package/payload/server/public/assets/{path-CNO468J-.js → path-DmWWdwp7.js} +0 -0
- /package/payload/server/public/assets/{rough.esm-DRO6hWPh.js → rough.esm-Ci7Kjt46.js} +0 -0
- /package/payload/server/public/assets/{src-CWiyyVfn.js → src-C1jfwBq0.js} +0 -0
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
# Storytelling: Sales
|
|
2
|
+
|
|
3
|
+
How to build a sales deck that actually closes.
|
|
4
|
+
|
|
5
|
+
A sales deck is a conversation tool. Every slide should open a door for the prospect to walk through. The goal is to get them to say "tell me more."
|
|
6
|
+
|
|
7
|
+
The difference between a sales deck and a keynote: a keynote is a performance. A sales deck is a collaboration. They are the protagonist. Your job is to hold up a mirror and show them what their life looks like: before you, and after you.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## The nine-beat structure
|
|
12
|
+
|
|
13
|
+
Every sales conversation has a shape. This is ours:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
Start ─────────────────────────────────────────────────────── End
|
|
17
|
+
│ Hook │ Pain │ Cost │ Solution │ Proof │ How │ Pricing │ Ask │ Close │
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Nine beats. The timing flexes for your deal. A 10-minute discovery call won't cover all of them. But when you have the full meeting, these are the proportions:
|
|
21
|
+
|
|
22
|
+
| Beat | ~Share | Purpose |
|
|
23
|
+
|------|--------|---------|
|
|
24
|
+
| The Hook | 5% | Start in their world |
|
|
25
|
+
| The Pain | 15% | Deepen the problem |
|
|
26
|
+
| Cost of Inaction | 10% | Make doing nothing expensive |
|
|
27
|
+
| The Solution | 15% | What you built |
|
|
28
|
+
| Proof | 20% | Customers like them |
|
|
29
|
+
| How It Works | 10% | Remove friction |
|
|
30
|
+
| Pricing / Packaging | 10% | Anchor value |
|
|
31
|
+
| The Ask | 5% | One clear next step |
|
|
32
|
+
| Close | 5% | The line they'll repeat |
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
### The Hook: *start in their world*
|
|
37
|
+
|
|
38
|
+
Start with a problem they recognize. A stat that makes them uncomfortable. A question they've been avoiding. Lead with their world, their numbers, their friction.
|
|
39
|
+
|
|
40
|
+
The first slide belongs to them. If it's about you, you've already lost momentum.
|
|
41
|
+
|
|
42
|
+
Examples:
|
|
43
|
+
|
|
44
|
+
> **"Your team ships 3 features a quarter.** <span class="dim">Your competitor ships 12."</span>
|
|
45
|
+
> **"63% of deals stall** <span class="dim">after the second call."</span>
|
|
46
|
+
> **"You're spending $400K/year** <span class="dim">on a process that doesn't scale."</span>
|
|
47
|
+
> **"Your best rep just quit.** <span class="dim">Again."</span>
|
|
48
|
+
|
|
49
|
+
**Purpose:** Earn the next 60 seconds. Create a gap between where they are and where they want to be.
|
|
50
|
+
|
|
51
|
+
**What belongs:** One stat, one provocative observation, one question they've asked themselves in the shower. Something specific to their industry or role.
|
|
52
|
+
|
|
53
|
+
**What doesn't:** Your logo. Your tagline. "About us." Anything that makes them feel like they're being pitched.
|
|
54
|
+
|
|
55
|
+
**Components:** Quote slide or cover slide with bold-then-dim headline. Dark slide works if the stat is stark enough.
|
|
56
|
+
|
|
57
|
+
**Common mistakes:**
|
|
58
|
+
- Opening with "We're [Company], we help [category] do [thing]." Give them a reason to care first.
|
|
59
|
+
- Using a generic industry stat instead of something specific to their situation.
|
|
60
|
+
- Making the hook about you instead of them.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
### The Pain: *deepen the problem*
|
|
65
|
+
|
|
66
|
+
Now expand. What does this problem actually cost them? In their daily life. The rep who quits. The deal that slips. The report that takes four hours. The meeting where nobody has the number.
|
|
67
|
+
|
|
68
|
+
Make the status quo feel expensive through recognition. They should see themselves in this slide and think "yeah, that's us."
|
|
69
|
+
|
|
70
|
+
Examples:
|
|
71
|
+
|
|
72
|
+
> **"Manual reporting** <span class="dim">costs your team 12 hours every week."</span>
|
|
73
|
+
> **"Today vs. what it costs you"**: two-column, left is what they do, right is the price they pay.
|
|
74
|
+
> **"Three things that slow you down"**: capability list of friction points.
|
|
75
|
+
|
|
76
|
+
**Purpose:** Build enough tension that the prospect is ready for a solution. Let this section breathe. If the pain isn't vivid, the solution won't feel urgent.
|
|
77
|
+
|
|
78
|
+
**What belongs:** Specifics. Numbers. Day-in-the-life descriptions. Quotes from people in their role. The friction they've normalized.
|
|
79
|
+
|
|
80
|
+
**What doesn't:** Your product. You haven't earned the right to talk about yourself yet. Stick to problems they actually have. If you're wrong about the pain, the whole deck collapses.
|
|
81
|
+
|
|
82
|
+
**Components:** Two-column (what they do today vs. what it costs). Capability list (friction points as rows). Eyebrow + headline + subtitle for the framing slide.
|
|
83
|
+
|
|
84
|
+
**Common mistakes:**
|
|
85
|
+
- Listing pain points they haven't actually felt. Do your discovery first.
|
|
86
|
+
- Being too generic. "Companies like yours struggle with…" is weaker than "Your team told us onboarding takes 6 weeks."
|
|
87
|
+
- Rushing through this to get to your product. Sit in the pain. Let them feel it.
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
### Cost of Inaction: *make doing nothing expensive*
|
|
92
|
+
|
|
93
|
+
This is the urgency slide. What happens if they stay the course? The gap widens. Competitors move. The problem compounds.
|
|
94
|
+
|
|
95
|
+
Most deals die to "no decision." This beat exists to make "do nothing" feel like a choice, an expensive one.
|
|
96
|
+
|
|
97
|
+
Examples:
|
|
98
|
+
|
|
99
|
+
> **"Every quarter you wait** <span class="dim">costs $180K in lost pipeline."</span>
|
|
100
|
+
> **"Your competitors aren't waiting."** <span class="dim">They shipped this last quarter.</span>
|
|
101
|
+
> **"The gap compounds.** <span class="dim">6 months from now, it's twice as hard to close."</span>
|
|
102
|
+
|
|
103
|
+
**Purpose:** Eliminate "let's revisit next quarter" as an option. Create a ticking clock while staying honest about it.
|
|
104
|
+
|
|
105
|
+
**What belongs:** Compounding cost projections. Competitor moves. Market shifts. The trajectory if nothing changes.
|
|
106
|
+
|
|
107
|
+
**What doesn't:** Fear-mongering. Made-up urgency. Artificial deadlines. If the urgency feels thin, find a different angle.
|
|
108
|
+
|
|
109
|
+
**Components:** Dark callout or dark slide. The black background signals weight. One stat, one line, maximum impact. Timeline showing cost compounding over quarters: visualize how the gap widens the longer they wait. Or a simple two-column: "If you act now" vs "If you wait 6 months."
|
|
110
|
+
|
|
111
|
+
**Common mistakes:**
|
|
112
|
+
- Skipping this beat entirely. Without it, "we'll think about it" is too comfortable.
|
|
113
|
+
- Being dishonest about urgency. Prospects can smell artificial scarcity.
|
|
114
|
+
- Making it too long. One slide. One punch. Move on.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
### The Solution: *what you built*
|
|
119
|
+
|
|
120
|
+
Only now have you earned the right to talk about yourself. Keep it tight. Three capabilities with clear outcomes. The prospect needs to understand what changes for them.
|
|
121
|
+
|
|
122
|
+
Frame it as: "Here's what becomes possible." Lead with outcomes, always.
|
|
123
|
+
|
|
124
|
+
Examples:
|
|
125
|
+
|
|
126
|
+
> **"Three things that change"**: three-column, each column is one capability with a 1-sentence payoff.
|
|
127
|
+
> **"One platform.** <span class="dim">Pipeline, forecasting, coaching. Connected."</span>
|
|
128
|
+
> **"What you get"**: capability list, left column is the capability, right column is the outcome.
|
|
129
|
+
|
|
130
|
+
**Purpose:** Show the prospect a world where the pain they just felt doesn't exist. Paint the after.
|
|
131
|
+
|
|
132
|
+
**What belongs:** Three core capabilities. Outcome-first language. The "what changes for you" framing. Simple visual structure.
|
|
133
|
+
|
|
134
|
+
**What doesn't:** Feature lists. Technical architecture. Roadmap items you haven't built. Comparisons to competitors (that comes later, if at all). Anything that requires a glossary.
|
|
135
|
+
|
|
136
|
+
**Components:** Three-column (one capability per column). Feature card row (capability + icon + payoff per card). Capability list (feature → outcome rows). Art overlay when the solution has a strong visual or product screenshot worth anchoring. Eyebrow + headline + subtitle for the positioning line.
|
|
137
|
+
|
|
138
|
+
**Common mistakes:**
|
|
139
|
+
- Feature dumping. If you show 15 features, they remember zero.
|
|
140
|
+
- Leading with how it works instead of what it does for them.
|
|
141
|
+
- Using your internal language instead of their language.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
### Proof: *customers like them*
|
|
146
|
+
|
|
147
|
+
The most important section of the deck. Everything before this was a promise. This is where you deliver evidence. Specific customers. Specific metrics. Specific timelines.
|
|
148
|
+
|
|
149
|
+
The best proof is a customer who looks like them, had the same problem, and solved it with you. If you can get that specific, you win.
|
|
150
|
+
|
|
151
|
+
Examples:
|
|
152
|
+
|
|
153
|
+
> **"Acme reduced onboarding from 6 weeks to 4 days."**
|
|
154
|
+
> **"3 customers.** <span class="dim">Same problem. Same result."</span>: testimonial grid.
|
|
155
|
+
> **"40% fewer stalled deals.** <span class="dim">In the first quarter."</span>: stat grid.
|
|
156
|
+
> A logo bar of recognizable names in their industry.
|
|
157
|
+
|
|
158
|
+
**Purpose:** Shift from "trust us" to "look at the data." Let other customers make your argument for you.
|
|
159
|
+
|
|
160
|
+
**What belongs:** Named customers (with permission). Specific metrics with timeframes. Before/after comparisons. Quotes from people in the same role as the buyer. Logos they recognize.
|
|
161
|
+
|
|
162
|
+
**What doesn't:** Anonymous case studies ("a Fortune 500 company"). Vanity metrics ("10,000 users!"). Results that aren't relevant to their problem. Logos from a different industry unless they're famous enough to impress anyway.
|
|
163
|
+
|
|
164
|
+
**Components:** Stat grid (three to four big numbers with labels). Two-column (before/after a customer implemented). Capability list (customer quotes as rows). Testimonial grid (multiple customer voices side by side). Logo bar. Product slide for a customer case showcase: screenshot, metric, and quote in one frame. Collage slide if you have a compelling visual of the customer's success.
|
|
165
|
+
|
|
166
|
+
**Common mistakes:**
|
|
167
|
+
- Using proof that doesn't match the prospect's situation. A fintech case study doesn't help a healthcare buyer.
|
|
168
|
+
- Too many logos, too little depth. One deep story beats ten logos.
|
|
169
|
+
- Metrics without context. "Saved 12 hours/week" is good. "Saved 12 hours/week for a team of 8, paying for itself in 3 weeks" is better.
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
### How It Works: *remove friction*
|
|
174
|
+
|
|
175
|
+
The prospect is interested. Now their brain shifts to: "Okay, but what does this actually look like? How hard is it to switch? How long until we see value?"
|
|
176
|
+
|
|
177
|
+
Answer that. Show the path from "yes" to "first value." Make it feel easy, or at least manageable.
|
|
178
|
+
|
|
179
|
+
Examples:
|
|
180
|
+
|
|
181
|
+
> **"Live in 2 weeks.** <span class="dim">From handshake to first value."</span>
|
|
182
|
+
> A dot flow: Discovery → Setup → Import → Training → First Win.
|
|
183
|
+
> **"What happens after you say yes"**: five steps, each with a timeline and outcome.
|
|
184
|
+
|
|
185
|
+
**Purpose:** Remove the implementation objection before they raise it. Show them the bridge between today and the world you just promised.
|
|
186
|
+
|
|
187
|
+
**What belongs:** A clear process (3–5 steps). Timelines. Who does what. When they see first value. What support looks like.
|
|
188
|
+
|
|
189
|
+
**What doesn't:** Technical implementation details. Migration specs. API documentation. Anything that makes it feel harder than it is.
|
|
190
|
+
|
|
191
|
+
**Components:** Dot flow (the horizontal step-by-step). Step stack (vertical sequence when the process is more than five steps). Spec block (input → process → output for technical buyers who want clarity). Capability list (step → description rows). Three-column if there are three clear phases.
|
|
192
|
+
|
|
193
|
+
**Common mistakes:**
|
|
194
|
+
- Skipping this entirely. The prospect's brain is asking "but how?" Answer it.
|
|
195
|
+
- Making it sound too easy. If implementation takes 8 weeks, say 8 weeks. Lying here kills trust later.
|
|
196
|
+
- Too much detail. This is an overview. Save the gantt chart for after they sign.
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
### Pricing / Packaging: *anchor value*
|
|
201
|
+
|
|
202
|
+
Clear. Simple. Honest.
|
|
203
|
+
|
|
204
|
+
Show what they get. Show what it costs. If you have tiers, make the difference between them obvious. Anchor the price against the cost of the problem.
|
|
205
|
+
|
|
206
|
+
"You're spending $400K/year on this problem. We solve it for $80K" is stronger than any competitor comparison.
|
|
207
|
+
|
|
208
|
+
Examples:
|
|
209
|
+
|
|
210
|
+
> **"$80K/year.** <span class="dim">You told us the problem costs $400K."</span>
|
|
211
|
+
> Two-column: Growth tier vs. Enterprise tier.
|
|
212
|
+
> Capability list: what's included in each tier.
|
|
213
|
+
|
|
214
|
+
**Purpose:** Make the price feel small relative to the value. Remove ambiguity. Let them do the math.
|
|
215
|
+
|
|
216
|
+
**What belongs:** Clear pricing (or pricing framework if it's usage-based). What's included. The anchor: cost of the problem vs. cost of the solution. Contract terms if they're simple.
|
|
217
|
+
|
|
218
|
+
**What doesn't:** Complex pricing matrices. Per-seat calculations for 47 different team sizes. Discounts you haven't discussed yet. "Contact us for pricing." If you're in a live meeting, show the number.
|
|
219
|
+
|
|
220
|
+
**Components:** Two-column (tier comparison). JEDUF for presenting tiers as a spectrum: let the buyer see themselves on a continuum from starter to full platform. Capability list (what's included). Stat grid if the value/cost ratio is compelling enough to deserve big numbers.
|
|
221
|
+
|
|
222
|
+
**Common mistakes:**
|
|
223
|
+
- Apologizing for the price. State it with confidence. You just spent five slides proving the value.
|
|
224
|
+
- Making it too complex. If the prospect can't explain the pricing to their CFO in one sentence, simplify it.
|
|
225
|
+
- Showing pricing before value. The sequence matters. Cost of Inaction → Solution → Proof → Pricing. In that order.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
### The Ask: *one clear next step*
|
|
230
|
+
|
|
231
|
+
One specific action with a specific timeline. Own it. Propose the next step yourself.
|
|
232
|
+
|
|
233
|
+
You're the one proposing next steps. Own the momentum. Tell them what happens next and ask if that works.
|
|
234
|
+
|
|
235
|
+
Examples:
|
|
236
|
+
|
|
237
|
+
> **"Let's run a pilot in Q3.** <span class="dim">Four reps. Four weeks. We'll prove it."</span>
|
|
238
|
+
> **"I'll send the contract Tuesday.** <span class="dim">You'll have it by noon."</span>
|
|
239
|
+
> **"Next step: a 30-minute deep dive with your team** <span class="dim">next Thursday."</span>
|
|
240
|
+
|
|
241
|
+
**Purpose:** Convert interest into action. A deal without a next step is a dead deal.
|
|
242
|
+
|
|
243
|
+
**What belongs:** One clear CTA. A specific timeline. Who does what. What the prospect needs to do (and how little it is).
|
|
244
|
+
|
|
245
|
+
**What doesn't:** Multiple options. "We could do X or Y or Z." Pick one. If they push back, adapt. But lead with one clear path.
|
|
246
|
+
|
|
247
|
+
**Components:** Quote slide with the ask as a bold statement. Or eyebrow + headline + subtitle with the details.
|
|
248
|
+
|
|
249
|
+
**Common mistakes:**
|
|
250
|
+
- Being vague. "Let's find time next week" is a non-ask.
|
|
251
|
+
- Giving them homework. "Take a look at our docs and let us know." That's a dead deal, every time.
|
|
252
|
+
- Skipping the ask entirely and hoping they'll propose something. They won't.
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### Close: *the line they'll repeat*
|
|
257
|
+
|
|
258
|
+
One line. The thing they'll say to their boss when they're selling this internally. Make it stick.
|
|
259
|
+
|
|
260
|
+
This is the sentence that crystallizes everything you just said into something memorable. One line that sticks.
|
|
261
|
+
|
|
262
|
+
Examples:
|
|
263
|
+
|
|
264
|
+
> **"You're 4 weeks away** <span class="dim">from never having this problem again."</span>
|
|
265
|
+
> **"This is what your pipeline looks like** <span class="dim">when nothing slips through."</span>
|
|
266
|
+
> **"Your best quarter is ahead of you.** <span class="dim">Let's go get it."</span>
|
|
267
|
+
> **"Stop managing the chaos.** <span class="dim">Fix it."</span>
|
|
268
|
+
|
|
269
|
+
**Purpose:** Give them language. The champion in the room needs a sentence to carry upstairs. This is that sentence.
|
|
270
|
+
|
|
271
|
+
**What belongs:** One bold line. Maybe a subtitle. Nothing else. White space. Confidence.
|
|
272
|
+
|
|
273
|
+
**What doesn't:** Logos. Contact information (save that for a follow-up email). Lengthy summaries. "Any questions?"
|
|
274
|
+
|
|
275
|
+
**Components:** Closing slide (dark or light). Quote slide. The bold-then-dim headline pattern at its most powerful.
|
|
276
|
+
|
|
277
|
+
**Common mistakes:**
|
|
278
|
+
- Ending with "thank you" or "any questions?" Close with conviction instead.
|
|
279
|
+
- Summarizing everything you said. They were there. They heard it.
|
|
280
|
+
- Adding your email and phone number on the closing slide. That's a business card.
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
## The champion test
|
|
285
|
+
|
|
286
|
+
After you finish your deck, ask this question: could your prospect use this deck to sell internally without you in the room?
|
|
287
|
+
|
|
288
|
+
If the answer is no, the deck isn't done.
|
|
289
|
+
|
|
290
|
+
Your prospect is your champion. After the meeting, they'll go to their VP, their CFO, their procurement team. They'll pull up your deck, or worse, try to summarize it from memory. Your deck needs to work both ways: as a conversation tool with you present, and as a standalone argument when you're gone.
|
|
291
|
+
|
|
292
|
+
**What this means practically:**
|
|
293
|
+
- Headlines should carry the full argument. If someone only reads the headlines, they should understand your pitch.
|
|
294
|
+
- Proof slides should be self-explanatory. Names, metrics, timelines, all legible without narration.
|
|
295
|
+
- The ask slide should make sense to someone who walked in cold.
|
|
296
|
+
- Body copy should do more work than you'd normally include in a live deck.
|
|
297
|
+
|
|
298
|
+
If you're sending the deck afterward, add subtitles to slides that rely on your narration. Let the bold-then-dim headlines carry the arc.
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
## Personalizing for the prospect
|
|
303
|
+
|
|
304
|
+
A generic deck is a dead deck. The minimum viable personalization:
|
|
305
|
+
|
|
306
|
+
1. **Their logo** on the cover or hook slide. Lead with their brand.
|
|
307
|
+
2. **Their metrics** in the pain section. "Your team of 45" instead of "teams like yours."
|
|
308
|
+
3. **A customer in their industry** in the proof section. If you don't have one, find the closest analog and acknowledge it.
|
|
309
|
+
4. **Their language.** Use the words they used in discovery. If they said "pipeline velocity," use "pipeline velocity." Mirror their exact words.
|
|
310
|
+
5. **Their timeline.** "Ready for your Q3 planning cycle" instead of "whenever you're ready."
|
|
311
|
+
|
|
312
|
+
The deeper you personalize, the harder it is to say no. It stops being "a sales pitch" and starts being "a plan for us."
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
## Discovery-first selling
|
|
317
|
+
|
|
318
|
+
The deck is a conversation guide. The best sales meetings use maybe 40% of the slides.
|
|
319
|
+
|
|
320
|
+
**How to use the deck as a conversation tool:**
|
|
321
|
+
|
|
322
|
+
- **Open with the hook.** Then pause. Ask: "Does this resonate? Is this what you're seeing?"
|
|
323
|
+
- **Show the pain slide.** Then ask: "What does this cost you? Am I close?"
|
|
324
|
+
- **Skip slides freely.** If they're already convinced of the problem, jump to the solution. If they want proof first, go there.
|
|
325
|
+
- **Let them drive.** If they ask about pricing on slide 3, show them pricing. The structure exists to orient you. Follow the energy in the room.
|
|
326
|
+
- **Use the deck as a whiteboard.** "Let me show you what this looks like for a team like yours." Then walk through the relevant slides.
|
|
327
|
+
|
|
328
|
+
The worst sales call: you present 35 slides in order while the prospect checks email. The best sales call: you show 8 slides and spend 40 minutes in conversation.
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
## Adapting for deal size
|
|
333
|
+
|
|
334
|
+
### SMB (< $50K ACV)
|
|
335
|
+
|
|
336
|
+
- Shorter deck. 10–15 slides max.
|
|
337
|
+
- Skip the "Cost of Inaction" beat or compress it to one stat.
|
|
338
|
+
- Pricing should be on-screen and unambiguous.
|
|
339
|
+
- The ask is immediate: "Start a trial" or "Let's go live next week."
|
|
340
|
+
- Speed matters more than depth.
|
|
341
|
+
|
|
342
|
+
### Mid-market ($50K–$200K ACV)
|
|
343
|
+
|
|
344
|
+
- Full nine-beat structure.
|
|
345
|
+
- Two to three proof stories, at least one in their industry.
|
|
346
|
+
- The ask is a defined next step: pilot, technical review, contract.
|
|
347
|
+
- You'll present this 2–3 times to different stakeholders. Make it champion-ready.
|
|
348
|
+
|
|
349
|
+
### Enterprise / Strategic (> $200K ACV)
|
|
350
|
+
|
|
351
|
+
- The deck is one artifact in a longer sales process.
|
|
352
|
+
- Add depth to proof: named customers, detailed case studies, ROI models.
|
|
353
|
+
- The "How It Works" section needs more detail: implementation timeline, team requirements, integration points.
|
|
354
|
+
- The ask is a process: "Here's what the next 30 days look like."
|
|
355
|
+
- Consider a separate executive summary (3–5 slides) for the C-suite meeting.
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
## Adapting for format
|
|
360
|
+
|
|
361
|
+
### Live meeting (you're presenting)
|
|
362
|
+
|
|
363
|
+
- Lean headlines, minimal body copy. You are the body copy.
|
|
364
|
+
- Use dark slides and quote slides for emphasis. You control the pacing.
|
|
365
|
+
- Skip slides freely based on the conversation.
|
|
366
|
+
- The deck is your back-up singer. You are the lead.
|
|
367
|
+
|
|
368
|
+
### Async / emailed deck (they're reading alone)
|
|
369
|
+
|
|
370
|
+
- Add subtitles to every slide. The headline + subtitle should tell the full story.
|
|
371
|
+
- Body copy does more work. Two to three sentences per slide instead of one.
|
|
372
|
+
- The bold-then-dim headlines are even more important. They carry the argument.
|
|
373
|
+
- Include a "How to read this deck" note on slide 2 if the structure is non-obvious.
|
|
374
|
+
- The ask slide needs to be complete: what you're proposing, timeline, how to respond.
|
|
375
|
+
- Consider adding a short Loom or video walkthrough link on the cover slide.
|
|
376
|
+
|
|
377
|
+
### Follow-up deck (after a discovery call)
|
|
378
|
+
|
|
379
|
+
- Personalize heavily. Reference things they said.
|
|
380
|
+
- Open with: "Based on our conversation, here's what we heard."
|
|
381
|
+
- Skip the generic pain slides. Replace them with their specific pain.
|
|
382
|
+
- Proof section should be tailored to their objections.
|
|
383
|
+
- The ask should reference the next step you already agreed on.
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## Handling objections
|
|
388
|
+
|
|
389
|
+
Keep slides ready for common objections. Know which slide to skip to.
|
|
390
|
+
|
|
391
|
+
| Objection | Go to |
|
|
392
|
+
|-----------|-------|
|
|
393
|
+
| "We're not sure this is a priority" | Cost of Inaction |
|
|
394
|
+
| "We've tried tools like this before" | Proof (find a customer who switched from their old tool) |
|
|
395
|
+
| "How long does this take to implement?" | How It Works |
|
|
396
|
+
| "It's too expensive" | Go back to Pain + Cost of Inaction, then show pricing in context |
|
|
397
|
+
| "I need to get buy-in from my team" | The champion test: make sure the deck works standalone |
|
|
398
|
+
| "Can you show me how it works?" | Skip ahead to a demo or the How It Works flow |
|
|
399
|
+
| "What about [Competitor]?" | Stay gracious. Go to Proof. Let results speak. |
|
|
400
|
+
|
|
401
|
+
**The meta-move:** When an objection comes up, stay curious. Ask a question back. "What would you need to see to feel confident about this?" Then show that slide.
|
|
402
|
+
|
|
403
|
+
---
|
|
404
|
+
|
|
405
|
+
## Common mistakes
|
|
406
|
+
|
|
407
|
+
### 1. Leading with your company
|
|
408
|
+
Nobody opens a sales meeting wanting to hear your founding story, your headcount, or your investor list. Start with their problem. They can read your About page later.
|
|
409
|
+
|
|
410
|
+
### 2. Feature dumping
|
|
411
|
+
Fifteen features on one slide is overwhelming. Three capabilities with clear outcomes beats a feature matrix every time. If they want the full list, send it after.
|
|
412
|
+
|
|
413
|
+
### 3. No social proof
|
|
414
|
+
Claims without evidence are just opinions. If you don't have named customers, use aggregated metrics. If you don't have metrics, get them before you build the deck.
|
|
415
|
+
|
|
416
|
+
### 4. Vague CTA
|
|
417
|
+
"Let us know if you'd like to continue the conversation" is a shrug, and prospects treat it like one. Propose something specific. Own the next step.
|
|
418
|
+
|
|
419
|
+
### 5. Talking about yourself instead of them
|
|
420
|
+
Count the slides. If more than 30% are about your company, your team, your vision, your roadmap, you've lost the thread. Flip it. Make it about their outcomes.
|
|
421
|
+
|
|
422
|
+
### 6. One deck for everyone
|
|
423
|
+
The deck you show a VP of Sales differs from the one you show a CFO. Personalize. Swap the proof stories. Change the metrics. Adjust the language. Same structure, different flavor.
|
|
424
|
+
|
|
425
|
+
### 7. No pause for conversation
|
|
426
|
+
If you present for 25 minutes straight without asking a question, you're lecturing. Build pauses into the structure. After the hook. After the pain. After the proof. Ask: "Does this match what you're seeing?"
|
|
427
|
+
|
|
428
|
+
### 8. Burying the price
|
|
429
|
+
If pricing is complex or hidden, the prospect spends the whole meeting wondering about it instead of listening. Show it clearly. Show it with confidence. Show it in context of the value.
|
|
430
|
+
|
|
431
|
+
---
|
|
432
|
+
|
|
433
|
+
## The headline pattern (for sales)
|
|
434
|
+
|
|
435
|
+
The bold-then-dim pattern is especially powerful in sales because it does two things at once: states the claim and softens the extension.
|
|
436
|
+
|
|
437
|
+
```html
|
|
438
|
+
<h1>Pipeline grew 40%. <span class="dim">In one quarter.</span></h1>
|
|
439
|
+
<h1>One platform. <span class="dim">Every rep. Every deal.</span></h1>
|
|
440
|
+
<h1>6 weeks to value. <span class="dim">From handshake to results.</span></h1>
|
|
441
|
+
<h1>The bottleneck is visibility. <span class="dim">And it's solvable.</span></h1>
|
|
442
|
+
```
|
|
443
|
+
|
|
444
|
+
The bold part is the claim. The dim part is the context, the surprise, or the payoff. Together they create a headline with built-in tension.
|
|
445
|
+
|
|
446
|
+
For sales specifically:
|
|
447
|
+
- **Hook headlines:** Bold = their problem. Dim = the scale of it.
|
|
448
|
+
- **Solution headlines:** Bold = the capability. Dim = what it means for them.
|
|
449
|
+
- **Proof headlines:** Bold = the metric. Dim = the timeframe or context.
|
|
450
|
+
- **Ask headlines:** Bold = the action. Dim = how easy it is.
|
|
451
|
+
|
|
452
|
+
---
|
|
453
|
+
|
|
454
|
+
## One more thing
|
|
455
|
+
|
|
456
|
+
The conversation closes the deal. Every time.
|
|
457
|
+
|
|
458
|
+
The deck is the scaffolding. It keeps the conversation on track, surfaces the right proof at the right moment, and gives your champion something to carry upstairs. The words you say, the questions you ask, the way you listen, the specificity of your follow-up: that's what actually moves the deal.
|
|
459
|
+
|
|
460
|
+
Spend 50% of your prep on the deck. 50% on understanding the prospect.
|
|
461
|
+
|
|
462
|
+
If you know their world better than they expect you to, you won't need a perfect deck. You'll need three slides and a good question.
|
|
463
|
+
|
|
464
|
+
That's enough.
|