From pm-skills
Translates meeting outcomes into audience-specific async stakeholder updates with channel variants (Slack, email, Notion, exec memo) and a primary CTA. Detects thread continuation from prior updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-skills:foundation-stakeholder-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->
A stakeholder update is async communication to readers who need to know the outcomes of a meeting. Primary audience is non-attendees; secondary audience is some attendees who want a reference version (came in late, stepped out, need something to forward).
Distinct from foundation-meeting-recap in audience, format, and purpose: the recap is a summary of what happened for people who were in the room; the stakeholder-update is a translation of outcomes into what-it-means for readers (tailored to their role, with technical-to-business translation where the audience warrants it).
Distinct from /discover-stakeholder-summary: that skill is about understanding stakeholders (input to the user's work). This skill is about communicating to stakeholders (output from the user's work).
This skill belongs to the Meeting Skills Family. It conforms to the Meeting Skills Family Contract.
foundation-meeting-recap./discover-interview-synthesis plus targeted comms.Per the family contract, this skill never blocks on interrogation. Default flow:
project/topicsgo or correctionsIf invoked with --go, skip the inference summary. The entire output is shareable content (per family contract. no separate summary block needed).
When asked to create a stakeholder update, follow these steps:
Load related recap Parse frontmatter to extract meeting context, decisions, actions, outcomes. If no recap provided, accept raw meeting notes with a lower input-quality flag.
Detect thread continuation
Scan same directory for prior stakeholder-update artifacts with matching project / topics. If found, reference the prior update in the frontmatter thread_continuation_of field.
Present go-mode inference summary Show inferred channel (if not specified), detected audience, proposed CTA, thread continuation status, translation candidates (flagged jargon or acronyms that may not land).
Distill key outcomes From the recap or notes, select 3-5 outcomes that matter to the target audience. Do not include everything from the recap. filter by audience relevance.
Frame the CTA If action is needed: lead with it, not bury it If FYI-only: state explicitly in the TL;DR
Translate technical-to-business Flag jargon and acronyms unlikely to land with the audience. Provide plainer alternatives. Keep a translations-applied log for user verification in the output's Generation context.
Build the channel-tailored variant
Render TEMPLATE.md with the selected variant as primary Other variants may be included as collapsible alternates for user flexibility. Remove all guidance blockquotes from the final artifact.
Validate
channel is in enumaudience_variant is in enumprimary_cta is non-empty (use "FYI-only" if no action needed)related_recap is a valid filename reference or flagged as raw-notes input## Shareable update section present with channel-tailored body (v1.1.0. replaces "entire output is shareable" from v1.0.0)YYYY-MM-DD_HH-MMtimezone_title_stakeholder-update-{channel}-{audience}.mdfoundation-meeting-recap. upstream: primary input source/discover-stakeholder-summary. distinct purpose (understanding stakeholders, not communicating to them)npx claudepluginhub product-on-purpose/pm-skills --plugin pm-skillsWrites status updates, executive summaries, and project communications tailored to stakeholder roles and seniority levels. Helps structure messaging, manage up, and communicate delays or bad news.
Transforms raw notes into polished stakeholder updates for email, Slack, or deck bullets. Structures TL;DR, progress, blockers, decisions needed, and next priorities. Ideal for crisp status reports.
Generates stakeholder updates tailored to audience (executives, engineering, customers) and cadence (weekly/monthly status, launch announcements, risk escalations). Pulls from connected tools.