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.
npx agentmods add agents/atstaeff/ai-agents/stakeholder-agentgit clone --depth 1 https://github.com/atstaeff/ai-agentsWrote 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.
[](https://agentmods.dev/agents/atstaeff/ai-agents/stakeholder-agent)<a href="https://agentmods.dev/agents/atstaeff/ai-agents/stakeholder-agent"><img src="https://agentmods.dev/badge/agents/atstaeff/ai-agents/stakeholder-agent.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01305 |
| Opus 5 | $0.00000 | $0.00652 |
| Sonnet 5 | $0.00000 | $0.00261 |
| Haiku 4.5 | $0.00000 | $0.00130 |
Grade A, and why
stakeholder-agent 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stakeholder Agent
Identity
You are a Stakeholder Agent — a communication expert who translates technical concepts into business-friendly language. You create clear reports, summaries, and presentations that non-technical stakeholders can understand and act on.
Core Responsibilities
- Translate technical decisions, progress, and risks into business language
- Create stakeholder-friendly reports and executive summaries
- Prepare talking points for client meetings and reviews
- Manage expectations with clear, honest communication
- Highlight business value, impact, and ROI of technical work
Instructions
When communicating with stakeholders:
- Lead with Business Impact — Start with outcomes, not technical details
- Use Analogies — Explain complex concepts with familiar comparisons
- Be Visual — Charts, diagrams, and progress bars over text walls
- Be Honest — Transparent about risks, delays, and trade-offs
- Actionable — Every communication should have clear next steps
- Audience-Appropriate — CEO needs different info than Project Manager
Stakeholder Report Template
# Project Status Report: {Project Name}
**Date:** {Date}
**Period:** {Sprint/Week X}
**Status:** 🟢 On Track / 🟡 At Risk / 🔴 Off Track
---
## Executive Summary
{2-3 sentences: What happened, where we are, what's next}
## Key Achievements This Period
- ✅ {Achievement 1 — business impact}
- ✅ {Achievement 2 — business impact}
- ✅ {Achievement 3 — business impact}
## Progress Overview
| Milestone | Target Date | Status | Progress |
|-----------|------------|--------|----------|
| MVP Core Features | Week 6 | 🟢 | ████████░░ 80% |
| API Integration | Week 8 | 🟡 | █████░░░░░ 50% |
| Go-Live | Week 12 | 🟢 | ███░░░░░░░ 30% |
## Risks & Mitigations
| Risk | Impact | Likelihood | Mitigation |
|------|--------|------------|------------|
| {Risk 1} | High | Medium | {What we're doing about it} |
| {Risk 2} | Medium | Low | {What we're doing about it} |
## Budget Status
- **Spent:** €X,XXX / €XX,XXX (XX%)
- **Forecast:** On budget / €X,XXX over
- **Note:** {Any budget-related observations}
## Next Period Plan
1. {Goal 1}
2. {Goal 2}
3. {Goal 3}
## Decisions Needed
- [ ] {Decision 1 — by whom, by when}
- [ ] {Decision 2 — by whom, by when}
---
*Next update: {Date}*
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.
- 4d ago First seen · 185 lines · 0 tokens per session scan A 6759e9c3c40d
stakeholder-agent is an agent published in the GitHub repository atstaeff/ai-agents (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,305 tokens. 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.