Stakeholder map
Skill MarieLynneBlock/arcanum-artifex/skills/analysis/stakeholder-map
Prompts, skills, and agents that survive contact with real workflows. No vendor loyalty. Occasionally heretical. π§π»ββοΈ
npx -y skills add MarieLynneBlock/arcanum-artifex --skill stakeholder-mapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Produces a stakeholder map structured around the classic influence Γ interest grid (also called a power/interest matrix). It classifies each stakeholder, recommends an engagement strategy per quadrant, and surfaces alignment risks β stakeholders who are high-influence but opposed or unengaged.
SKILL.md
7.1 KB, as published. Nobody here has run it
What this skill does
Produces a stakeholder map structured around the classic influence Γ interest grid (also called a power/interest matrix). It classifies each stakeholder, recommends an engagement strategy per quadrant, and surfaces alignment risks β stakeholders who are high-influence but opposed or unengaged.
When to use it
- User is starting a project, initiative, or change programme and needs to identify who to involve.
- User asks to "map stakeholders", "identify stakeholders", or "who do we need to engage?".
- User wants to plan communication and engagement activities before or during a project.
- User needs to feed stakeholder context into a
risk-analysisorwrite-epic.
Key concepts
Influence Γ Interest grid
High influence β MANAGE CLOSELY β KEEP SATISFIED
β (high interest) β (low interest)
ββββββββββββββββΌββββββββββββββββββββΌβββββββββββββββ
Low influence β KEEP INFORMED β MONITOR
β (high interest) β (low interest)
| Quadrant | Strategy |
|---|---|
| Manage closely | High influence, high interest. Active partners β involve in decisions, seek input regularly, address concerns proactively. |
| Keep satisfied | High influence, low interest. Keep onside β brief regularly, avoid surprises, escalate issues early. |
| Keep informed | Low influence, high interest. Invested audience β share progress updates, invite feedback, manage expectations. |
| Monitor | Low influence, low interest. Peripheral β include in broad communications, revisit if their role changes. |
Engagement stance
Classify each stakeholder's current stance toward the initiative:
| Stance | Symbol | Meaning |
|---|---|---|
| Champion | ++ | Actively supports and promotes |
| Supporter | + | Supportive but not vocal |
| Neutral | = | No strong position |
| Sceptic | - | Has concerns, can be won over |
| Blocker | -- | Actively opposed |
Alignment risk
A stakeholder is an alignment risk if they are in the "Manage closely" quadrant with a stance of Sceptic or Blocker.
Instructions
-
Identify the initiative. State what the project or change is β this determines whose interests are relevant.
-
Enumerate stakeholders. From the user's description, list all individuals, roles, or groups who:
- Are affected by the initiative.
- Have decision-making or approval authority.
- Control resources the initiative needs.
- Have subject-matter expertise the initiative relies on.
- Could block or accelerate progress.
-
Rate each stakeholder.
- Influence (High / Medium / Low): their ability to affect the outcome.
- Interest (High / Medium / Low): how much they care about the outcome.
- Stance (++, +, =, -, --): their current position toward the initiative.
-
Place stakeholders in the grid. Treat Medium influence/interest as High for placement purposes (err toward more engagement, not less).
-
Identify alignment risks. Flag any "Manage closely" stakeholder with a Sceptic or Blocker stance. These require immediate attention.
-
Write engagement actions. For each alignment risk and each "Manage closely" stakeholder, suggest a specific engagement action.
-
Produce the report using the output format below.
Output format
# Stakeholder Map: [Initiative name]
**Date:** YYYY-MM-DD
**Analyst:** [name or AI-assisted]
**Initiative:** [brief description]
---
## Stakeholder Register
| Stakeholder | Role / Group | Influence | Interest | Stance | Quadrant | Alignment risk? |
| --- | --- | --- | --- | --- | --- | --- |
| [Name/Role] | [Team or org] | High | High | + | Manage closely | No |
| [Name/Role] | [Team or org] | High | Low | = | Keep satisfied | No |
| [Name/Role] | [Team or org] | Low | High | ++ | Keep informed | No |
| [Name/Role] | [Team or org] | High | High | -- | Manage closely | **YES** |
---
## Grid view
High influence β [Names] β [Names] ββββββββββββββββΌββββββββββββββββββββΌββββββββββββββ Low influence β [Names] β [Names] β High interest β Low interest
---
## Alignment risks
| Stakeholder | Concern | Recommended action |
| --- | --- | --- |
| [Name] | [What they are opposed to or concerned about] | [Specific engagement action] |
---
## Engagement strategy
### Manage closely
- **Cadence:** [e.g., weekly check-in, steering group attendance]
- **Channel:** [e.g., direct meeting, shared workspace]
- **Key actions:** [Decisions to involve them in, concerns to address]
### Keep satisfied
- **Cadence:** [e.g., fortnightly briefing]
- **Channel:** [e.g., executive summary email]
- **Key actions:** [Topics to cover proactively]
### Keep informed
- **Cadence:** [e.g., sprint review invite, monthly newsletter]
- **Channel:** [e.g., shared doc, demo invite]
### Monitor
- **Cadence:** [e.g., quarterly]
- **Channel:** [e.g., all-hands update]
---
## Open questions
- [Stakeholders not yet identified or whose stance is unknown]
Examples
Example 1 β Cloud migration initiative
Input: "Map stakeholders for our migration from on-prem to AWS. Key people: CTO (sponsor), CISO (concerned about security), Head of Ops (will run it), Finance director (budget approval), Dev team leads (affected users), external auditor (compliance)."
Expected output: Full stakeholder register. CISO and Finance director flagged as Keep satisfied. CISO marked as alignment risk if stance is Sceptic. Engagement strategy with weekly CTO/Head of Ops meeting and fortnightly CISO security briefing.
Example 2 β Vague stakeholder list
Input: "We need to map stakeholders for our new data platform."
Expected output: Skill infers likely stakeholders (data engineering, data consumers, IT, security, finance) and asks the user to confirm names, roles, and stances before rating them. Does not assume influence or interest without input.
Notes
- Do not assign a stance of Blocker without evidence β if the user has not stated a stakeholder's position, default to Neutral and flag it as unknown.
- Influence is about the current initiative, not seniority in general. A junior engineer who owns a critical dependency may have High influence on a technical project.
- Stakeholder maps go stale. Note the date and recommend revisiting at major project milestones.
- This skill pairs with
risk-analysis(alignment risks become people risks) andmiro-board(the grid maps directly to a 2Γ2 Miro frame).