plugins/faos-pm/skills/stakeholder-map/SKILL.md
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- name: stakeholder-map description: Map stakeholders on a Power x Interest grid and create tailored communication plans. Use when managing complex stakeholder environments, launching cross-functional initiatives, or joining a new organization. tags: [stakeholder-management, communication, planning, leadership] --- # Stakeholder Map A Power x Interest grid for identifying, categorizing, and managing stakeholders — with tailored commu
npx skillsauth add frank-luongt/faos-skills-marketplace plugins/faos-pm/skills/stakeholder-mapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A Power x Interest grid for identifying, categorizing, and managing stakeholders — with tailored communication strategies for each quadrant.
Product initiatives fail more often from stakeholder misalignment than from bad engineering. This skill maps who cares, who has power, and what each person needs from you — preventing surprises, building support, and managing resistance proactively.
List everyone who is:
Don't forget:
For each stakeholder, rate:
HIGH INTEREST
│
┌────────────────────┼────────────────────┐
│ │ │
│ Keep Satisfied │ Manage Closely │
│ │ │
│ Periodic updates │ Regular 1:1s │
│ Escalate critical │ Involve in │
│ issues only │ decisions │
│ │ │
HIGH├────────────────────┼────────────────────┤
POWER │
│ │ │
│ Monitor │ Keep Informed │
│ │ │
│ Light-touch │ Status updates │
│ Watch for │ Demo invitations │
│ changes │ Feedback channel │
│ │ │
└────────────────────┼────────────────────┘
LOW INTEREST
These are your most important stakeholders. Mismanaging them kills projects.
They can make or break your project but don't want to be in the details.
They care deeply but can't directly block you. Often your best advocates.
Minimal investment needed — but watch for changes.
Flag stakeholders who:
# Stakeholder Map — [Initiative Name]
**Date:** [date]
**PM:** [name]
---
## Stakeholder Grid
### Manage Closely (High Power, High Interest)
| Stakeholder | Role | Interest Area | Communication Plan | Potential Risk |
| --- | --- | --- | --- | --- |
| [name] | [role] | [what they care about] | Weekly 1:1, involve in [decisions] | [risk if mismanaged] |
### Keep Satisfied (High Power, Low Interest)
| Stakeholder | Role | Interest Area | Communication Plan | Escalation Trigger |
| --- | --- | --- | --- | --- |
| [name] | [role] | [what they care about] | Monthly summary | [when to escalate] |
### Keep Informed (Low Power, High Interest)
| Stakeholder | Role | Interest Area | Communication Plan | Leverage |
| --- | --- | --- | --- | --- |
| [name] | [role] | [what they care about] | Sprint updates, demos | [how they can help] |
### Monitor (Low Power, Low Interest)
| Stakeholder | Role | Watch For |
| --- | --- | --- |
| [name] | [role] | [condition that would increase their interest/power] |
---
## Conflicts and Risks
| Conflict | Stakeholders Involved | Mitigation |
| --- | --- | --- |
| [conflict description] | [names] | [how to handle] |
---
## Communication Calendar
| Cadence | Audience | Format | Owner |
| --- | --- | --- | --- |
| Weekly | Manage Closely group | 1:1 meetings | PM |
| Bi-weekly | Keep Informed group | Sprint demo | PM + Eng Lead |
| Monthly | Keep Satisfied group | Email summary | PM |
| Quarterly | All stakeholders | Roadmap review | PM + Leadership |
| Avoid | Why | Instead | | --- | --- | --- | | Treating all stakeholders equally | Wastes time on low-impact people, under-invests in critical ones | Use the grid to prioritize | | Only mapping supporters | Resistors cause the most damage if ignored | Map everyone, especially skeptics | | Static map | People change roles, priorities shift | Review monthly | | Communicating the same way to everyone | Execs want summaries, ICs want details | Tailor format and depth | | Skipping the conflict analysis | Unaddressed conflicts escalate | Name conflicts, plan mitigation |
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-mlflow-evaluation --- # MLflow 3 GenAI Evaluation ## Before Writing Any Code 1. **Read GOTCHAS.md** - 15+ common mistakes that cause failures 2. **Read CRITICAL-interfaces.md** - Exact API signatures and data schemas ## End-to-End Workflows Follow these workflows based on your goal. Each step indicates which reference files to read. ### Workflow 1: First-Time Evaluation Setup For users new to MLflow GenAI evalu
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-lakebase-provisioned --- # Lakebase Provisioned Patterns and best practices for using Lakebase Provisioned (Databricks managed PostgreSQL) for OLTP workloads. ## When to Use Use this skill when: - Building applications that need a PostgreSQL database for transactional workloads - Adding persistent state to Databricks Apps - Implementing reverse ETL from Delta Lake to an operational database - Storing chat/agent m
tools
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-jobs --- # Databricks Lakeflow Jobs ## Overview Databricks Jobs orchestrate data workflows with multi-task DAGs, flexible triggers, and comprehensive monitoring. Jobs support diverse task types and can be managed via Python SDK, CLI, or Asset Bundles. ## Reference Files | Use Case | Reference File | | ----------------------
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-genie --- # Databricks Genie Create and query Databricks Genie Spaces - natural language interfaces for SQL-based data exploration. ## Overview Genie Spaces allow users to ask natural language questions about structured data in Unity Catalog. The system translates questions into SQL queries, executes them on a SQL warehouse, and presents results conversationally. ## When to Use This Skill Use this skill when: -