Board Memo Drafter
Drafts a board or executive summary of an engagement from its outcomes, risks and investment decisions.
Docs & OfficeIntermediate★ 537⑂ 118AI 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.mdand the drafting method inreferences/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
@fdepacket.
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
- "Summarize the last 8 weeks of the pilot into a one-page board memo" — separates results, remaining risks and the funding ask.
- "Draft this quarter's steering-committee summary and flag anything not yet verified."
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/suboss87/FDEOps.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r FDEOps/skills/board-memo ~/.claude/skills/ - Verify that
~/.claude/skills/board-memo/references/containstask-context.mdandboard-memo.md; if missing, locate them in the repo and copy them to the same path. - Restart Claude Code and try: "Draft a board memo for this engagement."
View source on GitHub ↗License: MIT