stakeholder-briefing

stakeholder-briefing is a skill for Claude Code from srnichols/plan-forge. It costs 55 tokens per session (2,660 once invoked), scanned A, original, MIT.

A template-based briefing for explaining a proposed Plan Forge adoption to colleagues or senior decision-makers. It can use customer materials to fill in organisation-specific sections.

In plain words
What is it for?
Use it to prepare a briefing with the organisation's team structure, goals, pilot timing, and requested decision.
Why use it?
It turns scattered company information and an adoption proposal into a consistent discussion document.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to prepare a briefing with the organisation's team structure, goals, pilot timing, and requested decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/srnichols/plan-forge/stakeholder-briefing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add srnichols/plan-forge --skill stakeholder-briefing
Clone the repo
git clone --depth 1 https://github.com/srnichols/plan-forge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stakeholder-briefing

README.md
[![agentmods](https://agentmods.dev/badge/skills/srnichols/plan-forge/stakeholder-briefing/github.svg)](https://agentmods.dev/skills/srnichols/plan-forge/stakeholder-briefing)
Your own site
<a href="https://agentmods.dev/skills/srnichols/plan-forge/stakeholder-briefing"><img src="https://agentmods.dev/badge/skills/srnichols/plan-forge/stakeholder-briefing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for stakeholder-briefing

Your own site · 80×15
<a href="https://agentmods.dev/skills/srnichols/plan-forge/stakeholder-briefing"><img src="https://agentmods.dev/badge/skills/srnichols/plan-forge/stakeholder-briefing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02660
Opus 5 $0.00028 $0.01330
Sonnet 5 $0.00011 $0.00532
Haiku 4.5 $0.00006 $0.00266

Measured 8d ago against content hash 4fddf0fa0892, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

stakeholder-briefing scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL "$TEMPLATE_URL" -o /tmp/briefing-draft.md
.github/skills/stakeholder-briefing/SKILL.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stakeholder Briefing Skill

Trigger

"Generate a stakeholder briefing" / "Draft an adoption briefing for <company>" / "Tailor the Plan Forge briefing for my org" / /stakeholder-briefing

Inputs

The skill needs five placeholders. Prompt the user for any that are not supplied:

Placeholder What to ask Example answer
<<COMPANY>> "What organisation is the briefing for?" "Contoso"
<<SQUADS>> "One sentence on how their engineering org is structured." "Platform team plus five product squads; SRE shared across all."
<<KPIS>> "Two or three KPIs they actually report on." "Defect escape rate, cost per shipped feature, story-point throughput."
<<PILOT_TIMELINE>> "Proposed pilot window?" "30 days starting 2026-06-01"
<<THE_ASK>> "What do you need this stakeholder to do at the end?" "Approve the 30-day pilot with the Payments squad, decision by 2026-05-25."

If any answer is "I don't know yet", leave the corresponding placeholder in the output for the user to fill manually — do not invent.

Optional flags:

  • --source-dir <path> — directory of customer materials (slides converted to text, strategy docs, RFP drafts, public blog posts). When present, the skill uses forge_search and grep_search against it to draft the prospect-specific sections (2, 3, 5, 7, 10, 12).
  • --out <path> — output path for the filled briefing. Default: ./stakeholder-briefing-<<company-slug>>.md. The skill writes markdown; if the user wants HTML they can run a markdown→HTML conversion downstream.

Steps

1. Load the canonical template

# Locate the template — try local repo first, fall back to GitHub raw
TEMPLATE_LOCAL="docs/manual/stakeholder-briefing-template.md"
TEMPLATE_URL="https://raw.githubusercontent.com/srnichols/plan-forge/master/docs/manual/stakeholder-briefing-template.md"

if [ -f "$TEMPLATE_LOCAL" ]; then
  cp "$TEMPLATE_LOCAL" /tmp/briefing-draft.md
else
  curl -fsSL "$TEMPLATE_URL" -o /tmp/briefing-draft.md
fi

Read the full file on GitHub · 169 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 169 lines · 55 tokens per session scan A 4fddf0fa0892

Subscribe to this mod's changes

stakeholder-briefing is a skill published in the GitHub repository srnichols/plan-forge (5 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 2,660 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.