stakeholder-update

stakeholder-update is a skill for Claude Code, Codex from abrahamFerga/scrum-skills. It costs 123 tokens per session (1,691 once invoked), scanned A, original, MIT.

A workflow for writing progress updates for stakeholders, the people who need to understand a team's delivery status but may not use its project board.

In plain words
What is it for?
It helps draft Slack or Teams messages, emails, and short status reports for executives, business stakeholders, or the internal team.
Why use it?
It translates Sprint progress, risks, and forecasts into brief business language that recipients can act on.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit It helps draft Slack or Teams messages, emails, and short status reports for executives, business stakeholders, or the internal team.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abrahamferga/scrum-skills/stakeholder-update
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 abrahamFerga/scrum-skills --skill stakeholder-update
Clone the repo
git clone --depth 1 https://github.com/abrahamFerga/scrum-skills

Made for: Claude Code, Codex.

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-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/stakeholder-update/github.svg)](https://agentmods.dev/skills/abrahamferga/scrum-skills/stakeholder-update)
Your own site
<a href="https://agentmods.dev/skills/abrahamferga/scrum-skills/stakeholder-update"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/stakeholder-update/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-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/abrahamferga/scrum-skills/stakeholder-update"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/stakeholder-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00123 $0.01691
Opus 5 $0.00062 $0.00846
Sonnet 5 $0.00025 $0.00338
Haiku 4.5 $0.00012 $0.00169

Measured 10d ago against content hash 1fc6fdb8eae5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

stakeholder-update scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/stakeholder-update/SKILL.md · 179 lines

How it starts

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

Stakeholder Update

Purpose

Stakeholders don't read ADO boards. They need to know three things: are we on track, is there anything they should care about, and what is coming next. This skill reads the current Sprint state and drafts that message — translated out of Scrum jargon and into business language — so the PO or SM can send it in minutes, not hours.


Tool detection

  1. Check for active mcp__azure-devops__* tools → $PM_TOOL = ado
  2. Check for active mcp__jira__* tools → $PM_TOOL = jira
  3. If neither → $PM_TOOL = manual

Step 1 — Understand the context

Ask: "Who is this update for, and what format do they prefer — a brief Slack/Teams message, an email, or a more formal status report?"

Audience Format Length
Executive / steering committee Formal status report or email 1 page max — headline status, risks, decisions needed
Business stakeholders Email or Teams message 3–5 bullet points — progress, risks, next steps
Internal team / PO Brief Slack message 2–3 sentences — what's done, what's at risk

Also ask: "Is there anything specific you want me to highlight or leave out?"

Store as $AUDIENCE and $FORMAT.


Step 2 — Read the current Sprint state

  • ADO: use wit_get_work_items_for_iteration for the active iteration. Read title, state, story points, and tags. Also use work_get_team_settings to confirm Sprint dates.
  • Jira: use the active sprint reporting tools to read issue states and progress.
  • Manual: ask "Give me a quick brief — what has been completed, what is in progress, what is at risk, and how many days remain in the Sprint?"

Calculate:

  • Sprint progress: days elapsed vs. total Sprint days
  • Story point progress: points Done vs. total committed
  • Items at risk: any work item In Progress with less than 2 days to Sprint end and not nearly complete

Step 3 — Assess Sprint health

Before writing, form a clear picture of the Sprint's trajectory:

Read the full file on GitHub · 179 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. 10d ago First seen · 179 lines · 123 tokens per session scan A 1fc6fdb8eae5

Subscribe to this mod's changes

stakeholder-update is a skill published in the GitHub repository abrahamFerga/scrum-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 123 tokens to every session and 1,691 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.