Skip to main content

The Prompt Deck

Simplicity is the ultimate sophistication

Sweet dreams are made of these. Five Simple Slides that Sell Confidence in The Future.

1Principles

One idea per slide. The table IS the argument.

ElementWhat It DoesWithout It
HeadlineStrong rhetoric that compels beliefReader skims past
PicturePositive vision of the greater goodWords without proof
TableArgument in rows — max 5Prose hides weak thinking
SlideDepthOne link to depthAll surface, no substance
The Vision
A single slide card — bold headline, compressed table, depth arrow at the bottom. Everything else stripped away.
1 / 5

80 cents of your dollar is spent on the headline. The PromptDeck IS the headline.

How to Use

Setup

The file must be .mdx. Add the import at the top of your page:

import { PromptDeck, Slide, SlideDepth } from "@site/src/components/prompt-deck";

Slide Shape

Every slide follows this exact shape:

<Slide
number={1} // 1-5, maps to 5P position
headline="Strong rhetoric that compels belief." // The argument in one sentence
picture="Positive vision of the greater good" // Vision description until image exists
>
| Column A | Column B | Column C | | -------- | -------- | -------- | | Row 1 | | | | Row 2 | | |
<SlideDepth href="./depth-page/">Depth: Position</SlideDepth>
</Slide>

Headlines

The headline is the most important element. 80 cents in the dollar. It must be strong rhetoric that people (and agents) feel compelled to believe in.

GoodBadWhy
"Fonterra owns the data, farmers don't.""Player Analysis"Strong claim earns attention
"Zero friction tracing scales judgment.""Performance Metrics"Vision of the greater good
"Discipline earns the compounding edge.""Platform Overview"Positive rhetoric that inspires action

Pictures

The picture is not a placeholder illustration. You must paint positive pictures backed by strong rhetoric that people (and agents) feel compelled to believe in. Sell reasons to believe that good things can be earned through disciplined dedication to a greater good. Go positive, go first, be constant in doing it.

Tables

The table IS the argument. If it doesn't fit a table, rethink the argument.

RuleWhy
Max 5 rowsForces compression — cut until only the essential remains
2-4 columnsMore than 4 = too much for a slide
No prose in slidesProse hides weak thinking — tables expose it
No bullet listsBullets are unstructured — tables force dimensions
One sentence per cellIf it takes more, you don't understand it yet

Mistakes

MistakeFix
Headline is a label ("Principles")Make it a claim ("No shared nomenclature exists")
Table has 8+ rowsCut to 5. Can't cut? Split into two slides
Prose between table and SlideDepthDelete it. The table said everything
Bullet list instead of tableFind the dimensions, make columns
title/mantra/questions props on PromptDeckRemove — the page H1, opening line, and Questions section handle these
Missing SlideDepthEvery slide links to its depth page

Page Shape

The PromptDeck sits inside a page that follows content-flow:

# Page Title                          ← H1
Opening question ← One line
<PromptDeck> ← The star — above the fold
<Slide ... /> × 5
</PromptDeck>
VVFL sentence ← One line connecting the loop
## Context ← Internal links
## Links ← External references
## Questions ← Socratic open loops

Implementations

Industries

IndustryReference
AgricultureStart here — reference implementation
AdvertisingComplete

PRDs

PRDStatus
Prompt DeckMeta — the product describes itself
Identity & AccessActive
Agent PlatformActive
Sales CRM & RFPActive
Time + MindActive
Sales DevActive
Pipeline NowcastBacklog
Business Idea GeneratorBacklog
Workflow & Process MgmtBacklog
Sui Real EstateBacklog
Squeally AnnBackburner

Context

Questions

If the table IS the argument, what arguments are you still making with prose?

  • When you write a headline as a label instead of a claim, what are you afraid to commit to?
  • Which implementation in the list above best demonstrates the instrument — and what makes it work where others don't?
  • If the headline is 80 cents in the dollar, how much time do you spend on headlines vs table content?
  • What's the difference between a slide that informs and one that creates urgency to click the depth link?