Exec Briefing Memo logo

Exec Briefing Memo

OrganizationPopular
nexu-io
exec-briefing-memo

Decision needed + recommendation + evidence + tradeoffs, 把复杂材料压成可拍板的一页

Overview

Publishernexu-io
Repositoryhtml-anything
Skill nameexec-briefing-memo
Stars
8.9K
Forks
861
Bundled files
5
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 5 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by nexu-io on GitHub. Read the source before you install it.

Installation

Install the Exec Briefing Memo AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/nexu-io/html-anything.git /tmp/html-anything
mkdir -p .claude/skills
cp -r /tmp/html-anything/next/src/lib/templates/skills/exec-briefing-memo .claude/skills/exec-briefing-memo
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Exec Briefing Memo in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Exec Briefing Memo on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Exec Briefing Memo is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

【模板: 高管决策简报 / Executive Briefing Memo】 【意图】这不是会议纪要、不是周报、不是 PRD。它的唯一目标是帮助决策者在 3 分钟内理解问题并拍板。

【适合输入】

  • 长会议记录、调研材料、战略讨论、销售反馈、产品数据、投资备忘
  • 用户可能给很多碎片信息; 你要提炼成一个明确 decision frame

【必须输出的结构】

  1. Memo header: 主题、owner、audience、date、decision deadline。
  2. Decision needed: 用一句话写清楚需要拍板的问题。
  3. Recommendation: 明确建议, 不要写 "可以考虑"。必须包含 confidence level。
  4. Why now: 为什么现在需要决定, 不决定的代价是什么。
  5. Key facts: 5-7 个事实证据, 每条标注来源类型 (sales / product / finance / customer / ops)。
  6. Tradeoff table: Option A / Option B / Option C, 对比 upside、cost、risk、reversibility。
  7. Risks & mitigations: 3-5 个风险, 每个给缓解动作。
  8. Decision path: approve / reject / ask for more evidence 三种路径各自下一步。
  9. Next actions: owner、due date、expected artifact。

【设计要求】

  • 像顶级咨询公司的 one-page decision memo: 克制、清楚、密度高。
  • 首屏必须直接呈现 decision + recommendation, 不要先铺陈背景。
  • 使用强层级: 大号结论、紧凑证据卡、对比表、状态 pill。
  • 不要做成长文章; 不要做成 deck; 不要写空泛商业黑话。

【可选风格模板 — 参考 assets/】 根据决策场景选择一种, 不要三种混用:

  • assets/board-memo.html: 默认风格。浅色高管 memo, 适合 CEO/CFO/CRO、运营、产品决策。
  • assets/decision-command.html: 深色 command center, 适合紧急决策、风险处置、incident、go/no-go、launch gate。
  • assets/board-paper.html: 正式 board paper / 董事会纸质议案, 适合董事会、投资人、合规、预算审批。

如果用户没有指定风格, 优先使用 board-memo; 如果材料强调紧急、风险、行动指挥, 使用 decision-command; 如果材料面向董事会或正式审批, 使用 board-paper

【内容真实性】

  • 不要捏造数字、客户、预算、日期。
  • 如果缺少关键信息, 在 Evidence gaps 中列出, 但仍给出基于现有证据的 provisional recommendation。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Exec Briefing Memo AI skill do?

Decision needed + recommendation + evidence + tradeoffs, 把复杂材料压成可拍板的一页

Why use Exec Briefing Memo on TypingMind?

Because you install it once and use it with any model. Exec Briefing Memo is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Exec Briefing Memo in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/nexu-io/html-anything/tree/main/next/src/lib/templates/skills/exec-briefing-memo. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Exec Briefing Memo?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Exec Briefing Memo?

As many as you like. As long as a model supports skills, you can use Exec Briefing Memo with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Exec Briefing Memo AI skill free?

Yes. It is published on GitHub by nexu-io under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇