Whiteboard Clarity and Jargon Stripping
Purpose
An AI system can produce competent-sounding, well-organized prose in
seconds — and its default register skews toward exactly the kind of
professional-sounding jargon ("synergistic," "optimized," "comprehensive
end-to-end solution") that reads as confident but says almost nothing.
When content is cheap to generate, the practitioners who cut cleanest
through that noise become the differentiator. This skill is a
deliberate, testable pass for catching and removing that jargon — not a
general writing-quality check, but three specific, repeatable tests
aimed at the failure mode AI-assisted writing produces most often.
Anchored in
Three practitioners' accounts, supplied by the user from source video
transcripts. Notion's Max Schoening, on the failure mode and the fix:
"when people make landing pages, first of all their writing skills just
deteriorate immediately because they want to sound clever and marketing
speak comes out of their mouth... just pretend you're standing in front
of a whiteboard — what's the manic thing that you're drawing on the
whiteboard to communicate this?" Khosla Ventures' Keith Rabois, on why
this specifically matters more as building gets cheaper: "it's the
storytelling — how do you cut through the clutter in the snappiest, most
compelling possible way... the person who can say 'this is the way to
frame it' is worth like all the tools in the world." Webflow's Jessica
Fain, on translating a leader's own instinct rather than synthesizing
around it: "marrying that leader's instincts with your ability to...
really take that approach and accelerate it — holding the whiteboard
marker was a great tool."
Method
- Run the slop-strip test on any AI-drafted or AI-assisted text
before it ships. Go through the text and mark every adjective and
passive construction that could be deleted without losing real
information — words like "synergistic," "optimized," "comprehensive,"
"seamless," "robust," "cutting-edge," and passive phrasing that hides
who's doing what to whom. If a sentence still says something specific
after those are cut, keep the cut. If it says nothing once they're
gone, the sentence was never carrying real content — replace it, not
just trim it.
- Apply the whiteboard test to the core idea, out loud, before
trusting any written version. Imagine explaining the idea to a
specific friend, standing at a whiteboard, with 45 seconds and only a
marker: what's the one thing you'd actually draw — boxes, an arrow,
3-5 words? If the honest answer is "I'd need slides for this," the
idea isn't compressed enough yet to write up cleanly, no matter how
polished the eventual document looks. Do this test before writing the
full version, not as a check afterward — it's a compression exercise,
not a proofread.
- Compress the value proposition to one concrete, memorable line —
the Steve Jobs standard. Not a category description ("an
AI-powered productivity platform") but a specific, human benefit
stated so plainly it sticks (the reference standard: "1,000 songs in
your pocket," not "a portable digital music device with expanded
storage capacity"). Test candidates against the question: could a
competitor's product honestly claim this same line? If yes, it isn't
specific enough yet — go back to what's actually distinctive.
- Distinguish this pass from logical structuring — do both, in
order. This skill fixes register and clarity (does it sound like a
human explaining something they understand, or like AI-generated
copy);
executive-narrative-and-storyline fixes argument structure
(is the reasoning MECE, does every claim trace to evidence). A
logically perfect storyline can still read as jargon-heavy AI slop,
and a punchy, clear line can still be structurally unconvincing on
its own — run the storyline pass first for structure, then this pass
for register, not the other way around.
- When drafting on the AI side of this process: hold the same
standard proactively, not just on request. Default toward the
plainest phrasing that's still accurate, flag a sentence that reads
as jargon-heavy back to the user rather than polishing it further,
and prefer a concrete example or number over an abstract adjective
wherever one is available.
What this skill does NOT do
- Doesn't simplify away real technical or financial precision where
precision is actually required (a legal clause, a regulatory
disclosure, a financial figure) — this is a register fix for
narrative and pitch content, not a mandate to oversimplify everywhere.
- Doesn't replace
executive-narrative-and-storyline for argument
structure, or business-case-builder for the underlying substance —
it improves how already-sound content is said, not what's true or
well-reasoned.
- Doesn't guarantee an audience will agree with the content once it's
clear — clarity makes a weak argument more visibly weak, not stronger.
Refinement notes
The three named practitioner attributions are drawn from source video
transcripts supplied by the user and have not been independently
cross-verified word-for-word against a second source — treat the
underlying techniques (slop-strip, whiteboard test, one-line
compression) as well-grounded practitioner heuristics, the exact
phrasing as attributed but not independently re-confirmed.
Continue from here
- Before this, for argument structure:
../executive-narrative-and-storyline/SKILL.md
- Predicting audience reaction to a concept before writing it up:
../../../business-design-frameworks/skills/taste-emulation-heuristic/SKILL.md
- Understanding what a specific decision-maker actually needs to hear
before writing to them:
../stakeholder-pressure-and-information-gap-mapping/SKILL.md
- Turning a vision into a PR-FAQ before anything is built:
../../../prototyping-and-demonstration/skills/opportunity-visioning-with-pr-faq/SKILL.md
- This pack's shared guardrails:
../../CLAUDE.md
References
../../CLAUDE.md — the pack's shared guardrails
Reminder: frontmatter has only name and description. Everything
else goes into skills_index.json (run scripts/generate_index.py).
1---2name: whiteboard-clarity-and-jargon-stripping3description: Strips AI-generated corporate jargon and marketing-speak ('AI slop') out of a text or pitch and replaces it with plain, concrete, human language, using a slop-strip test, a whiteboard test (explain it as if drawing for a friend in 45 seconds), and Steve-Jobs-style one-line compression. Use as a pass over any AI-drafted or AI-assisted document, deck, or pitch before it goes to a real audience — a different register from executive-narrative-and-storyline's logical structuring.4---56# Whiteboard Clarity and Jargon Stripping78## Purpose910An AI system can produce competent-sounding, well-organized prose in11seconds — and its default register skews toward exactly the kind of12professional-sounding jargon ("synergistic," "optimized," "comprehensive13end-to-end solution") that reads as confident but says almost nothing.14When content is cheap to generate, the practitioners who cut cleanest15through that noise become the differentiator. This skill is a16deliberate, testable pass for catching and removing that jargon — not a17general writing-quality check, but three specific, repeatable tests18aimed at the failure mode AI-assisted writing produces most often.1920## Anchored in2122Three practitioners' accounts, supplied by the user from source video23transcripts. Notion's Max Schoening, on the failure mode and the fix:24*"when people make landing pages, first of all their writing skills just25deteriorate immediately because they want to sound clever and marketing26speak comes out of their mouth... just pretend you're standing in front27of a whiteboard — what's the manic thing that you're drawing on the28whiteboard to communicate this?"* Khosla Ventures' Keith Rabois, on why29this specifically matters more as building gets cheaper: *"it's the30storytelling — how do you cut through the clutter in the snappiest, most31compelling possible way... the person who can say 'this is the way to32frame it' is worth like all the tools in the world."* Webflow's Jessica33Fain, on translating a leader's own instinct rather than synthesizing34around it: *"marrying that leader's instincts with your ability to...35really take that approach and accelerate it — holding the whiteboard36marker was a great tool."*3738## Method39401. **Run the slop-strip test on any AI-drafted or AI-assisted text41 before it ships.** Go through the text and mark every adjective and42 passive construction that could be deleted without losing real43 information — words like "synergistic," "optimized," "comprehensive,"44 "seamless," "robust," "cutting-edge," and passive phrasing that hides45 who's doing what to whom. If a sentence still says something specific46 after those are cut, keep the cut. If it says nothing once they're47 gone, the sentence was never carrying real content — replace it, not48 just trim it.492. **Apply the whiteboard test to the core idea, out loud, before50 trusting any written version.** Imagine explaining the idea to a51 specific friend, standing at a whiteboard, with 45 seconds and only a52 marker: what's the one thing you'd actually draw — boxes, an arrow,53 3-5 words? If the honest answer is "I'd need slides for this," the54 idea isn't compressed enough yet to write up cleanly, no matter how55 polished the eventual document looks. Do this test before writing the56 full version, not as a check afterward — it's a compression exercise,57 not a proofread.583. **Compress the value proposition to one concrete, memorable line —59 the Steve Jobs standard.** Not a category description ("an60 AI-powered productivity platform") but a specific, human benefit61 stated so plainly it sticks (the reference standard: "1,000 songs in62 your pocket," not "a portable digital music device with expanded63 storage capacity"). Test candidates against the question: could a64 competitor's product honestly claim this same line? If yes, it isn't65 specific enough yet — go back to what's actually distinctive.664. **Distinguish this pass from logical structuring — do both, in67 order.** This skill fixes register and clarity (does it sound like a68 human explaining something they understand, or like AI-generated69 copy); `executive-narrative-and-storyline` fixes argument structure70 (is the reasoning MECE, does every claim trace to evidence). A71 logically perfect storyline can still read as jargon-heavy AI slop,72 and a punchy, clear line can still be structurally unconvincing on73 its own — run the storyline pass first for structure, then this pass74 for register, not the other way around.755. **When drafting on the AI side of this process: hold the same76 standard proactively, not just on request.** Default toward the77 plainest phrasing that's still accurate, flag a sentence that reads78 as jargon-heavy back to the user rather than polishing it further,79 and prefer a concrete example or number over an abstract adjective80 wherever one is available.8182## What this skill does NOT do8384- Doesn't simplify away real technical or financial precision where85 precision is actually required (a legal clause, a regulatory86 disclosure, a financial figure) — this is a register fix for87 narrative and pitch content, not a mandate to oversimplify everywhere.88- Doesn't replace `executive-narrative-and-storyline` for argument89 structure, or `business-case-builder` for the underlying substance —90 it improves how already-sound content is said, not what's true or91 well-reasoned.92- Doesn't guarantee an audience will agree with the content once it's93 clear — clarity makes a weak argument more visibly weak, not stronger.9495## Refinement notes9697The three named practitioner attributions are drawn from source video98transcripts supplied by the user and have not been independently99cross-verified word-for-word against a second source — treat the100underlying techniques (slop-strip, whiteboard test, one-line101compression) as well-grounded practitioner heuristics, the exact102phrasing as attributed but not independently re-confirmed.103104## Continue from here105106- Before this, for argument structure: `../executive-narrative-and-storyline/SKILL.md`107- Predicting audience reaction to a concept before writing it up:108 `../../../business-design-frameworks/skills/taste-emulation-heuristic/SKILL.md`109- Understanding what a specific decision-maker actually needs to hear110 before writing to them: `../stakeholder-pressure-and-information-gap-mapping/SKILL.md`111- Turning a vision into a PR-FAQ before anything is built:112 `../../../prototyping-and-demonstration/skills/opportunity-visioning-with-pr-faq/SKILL.md`113- This pack's shared guardrails: `../../CLAUDE.md`114115## References116117- `../../CLAUDE.md` — the pack's shared guardrails118119---120**Reminder:** frontmatter has only `name` and `description`. Everything121else goes into `skills_index.json` (run `scripts/generate_index.py`).