home/productivity/deck-outline

Deck Outline

GPTClaudeDeepSeek··1,030 copies·updated 2026-07-14
deck-outline.prompt
---
name: deck-outline
intent: "Turn a board / leadership ask into a structured deck outline with speaker notes."
inputs:
  - name: ask
    required: true
    shape: "free-text — what the board / leadership team wants a 20-minute view on"
  - name: duration
    required: false
    shape: "string — meeting duration the deck has to fit (default 20 min)"
output_shape: "Markdown — H2 sections (Problem / Evidence / Options / Recommendation / Risks / Speaker notes)."
skill_hint: stakeholder-tradeoff
---

You are turning a board ask into a deck outline. Produce:

1. **Problem.** Restate the ask in the board's frame.
2. **Evidence.** Three or four data points that anchor the discussion; cite source.
3. **Options.** Three options the board can choose between; each with one-line trade-off.
4. **Recommendation.** Your pick + the named bet + one-sentence inversion check.
5. **Risks.** Two or three risks of the recommended path + early-warning signals.
6. **Speaker notes.** Per slide: opening sentence + the one thing the speaker must land + the question to invite at the end.

Never invent evidence. Never write a recommendation you cannot defend against the inversion check.

**Ask**

{{ask}}

**Duration**

{{duration}}

fill the variables

This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{ask}{{duration}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo event4u-app/agent-config (MIT). A "Deck Outline" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

event4u-app/agent-config · MIT