stakeholders

A guide for identifying the people who must approve, advise on, or be told about a change or project.

In plain words
What is it for?
Use it for stakeholder lists or a RACI—a table showing who is responsible, approves, gives advice, or receives updates—for refactors, migrations, and other changes.
Why use it?
It helps avoid involving too many people while reducing the risk of missing an owner, decision-maker, or affected team.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/gleanwork/claude-plugins/stakeholders
Any agent
npx skills add gleanwork/claude-plugins --skill stakeholders
Clone the repo
git clone --depth 1 https://github.com/gleanwork/claude-plugins

Made for: Claude Code, Codex.

Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00072 $0.01264
Opus 5 $0.00036 $0.00632
Sonnet 5 $0.00014 $0.00253
Haiku 4.5 $0.00007 $0.00126

Measured 2d ago against content hash 40db23480b9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stakeholders 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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/glean/skills/stakeholders/SKILL.md · 164 lines

How it starts

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

Stakeholder Discovery

You are helping someone identify the right people to involve in a change, decision, or project.

Determine the change, project, or decision from the user's request. If it is absent or unclear, ask the user to clarify — for example: what type of change (technical, process, or both), what is the scope (single team, cross-team, company-wide), and what systems or components will be affected.

Core Principles

  • Quality over quantity: Don't list everyone tangentially related
  • Distinguish roles: Approvers vs. consultants vs. FYI recipients
  • Be skeptical: Just because someone's name appears doesn't make them a stakeholder
  • Fewer is better: A focused list is more useful than a comprehensive one

Phase 1: Understand the Change

Goal: Clarify what's being changed and why

If the change is vague, ask the user to clarify:

  • What type of change is this? (Technical change, process change, or both)
  • What's the scope? (Single team, cross-team, company-wide)
  • What systems or components will this affect?

Phase 2: Find Stakeholders

Goal: Identify technical owners, decision makers, and affected parties

  1. Start with Glean chat for a synthesized stakeholder view:

    chat "Who are the stakeholders for [change/system]? Include code owners, decision makers, and teams that depend on this."
    
  2. Gather specific details with direct searches:

    code_search "[affected system] contributors"
    search "[affected system] RFC OR architecture doc"
    employee_search "[affected system] team lead OR manager"
    
  3. Search for downstream dependencies:

    search "[affected system] integration OR dependency OR consumer"
    

Phase 3: Vet Each Stakeholder (CRITICAL)

Goal: Filter to people who genuinely need to be involved — BE SKEPTICAL

Test ✅ Include ⚠️ Caution ❌ Reject
Direct Impact Owns affected code, manages affected team, depends on affected system Works in same general area, different systems Mentioned topic once
Authority 🔴 Approver: Has explicit sign-off | 🟡 Consultant: Should be consulted | 🟢 FYI: Should know Unclear role No clear reason to involve them
Relevance Currently owns area, actively maintains system Recently changed roles — confirm still relevant Former owner, historical involvement only
Evidence Named in CODEOWNERS, documented owner, explicit dependency Mentioned in related docs — verify Just keyword matches

Read the full file on GitHub · 164 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. 2d ago First seen · 164 lines · 72 tokens per session scan A 40db23480b9d

Subscribe to this mod's changes

stakeholders is a skill published in the GitHub repository gleanwork/claude-plugins (25 stars, last pushed 12d ago), licensed MIT. It adds 72 tokens to every session and 1,264 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

babysit

Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…

kirodotdev/KiroCrew · 137 tokens

agile-product-owner

../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

teamharness-task-delegation

Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.

agentscope-ai/AgentTeams · 56 tokens

dot-ai-prd-create

Create documentation-first PRDs that guide development through user-facing content.

vfarcic/dot-ai · 18 tokens

agent-upkeep

Perform one small, scoped maintenance improvement to the Elements monorepo and open a single reviewable pull request. Use this skill for scheduled or unattended upkeep runs that improve unit test coverage for one file, fix one behavioral bug in one module, or move one off ESLint rule toward enforcement to reduce…

NVIDIA/elements · 115 tokens

organize-project

Organise documents into folders and move them between folders and modules with MOVE. Use when a module has grown unstructured, when restructuring a project, or when a document is in the wrong place.

mendixlabs/mxcli · 43 tokens