Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Board Memo Drafter

Drafts a board or executive summary of an engagement from its outcomes, risks and investment decisions.

Docs & OfficeIntermediate537118AI score 6/10Last updated: Sep 15, 2026

What it does

  • Turns engagement material into a board-ready summary covering outcomes, open risks and investment decisions.
  • Follows the context contract in references/task-context.md and the drafting method in references/board-memo.md, preserving unknowns instead of guessing.
  • Keeps implementation, verification, deployment and customer acceptance clearly separated so status is not overstated.
  • Runs standalone from supplied context — no engagement folder or initialization step required; can also reuse an existing @fde packet.

Who it's for

  • Consultants, forward-deployed engineers and solution architects who brief sponsors and executives
  • PM/PMO staff producing recurring steering-committee or quarterly decks
  • Engineering leads translating technical progress into executive language

Examples

  1. "Summarize the last 8 weeks of the pilot into a one-page board memo" — separates results, remaining risks and the funding ask.
  2. "Draft this quarter's steering-committee summary and flag anything not yet verified."
  3. "Write a memo requesting additional budget approval, marking unconfirmed numbers as estimates."

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/suboss87/FDEOps/HEAD/skills/board-memo/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/board-memo folder from the GitHub repo suboss87/FDEOps into my ~/.claude/skills/board-memo/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/suboss87/FDEOps.git /tmp/FDEOps && mkdir -p ~/.claude/skills && cp -r /tmp/FDEOps/skills/board-memo ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/suboss87/FDEOps.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r FDEOps/skills/board-memo ~/.claude/skills/
  5. Verify that ~/.claude/skills/board-memo/references/ contains task-context.md and board-memo.md; if missing, locate them in the repo and copy them to the same path.
  6. Restart Claude Code and try: "Draft a board memo for this engagement."