stakeholder-map
Map stakeholders by power × interest (or influence × support), design a communication plan, and run the stakeholder-management discipline that prevents surprise objections. Use when launching a major initiative, navigating an enterprise deal, planning a re-org, or pre-empting political resistance to a roadmap change.
What this skill does
# Stakeholder Map A 2x2 grid of stakeholders, plus a tactical engagement plan derived from the map. Used to pre-empt resistance, route decisions correctly, and match communication cadence to influence. ## When to use this skill - **Major initiative launch** (re-platform, pricing change, market expansion) - **Enterprise deal navigation** (multiple buying-committee members) - **Org re-design / re-org planning** - **Roadmap change** affecting multiple stakeholders - **Pre-board / pre-exec strategic decisions** - **Post-mortem stakeholder map** (who didn't we engage that we should have?) ## The 2x2: Power × Interest | | **Low Power** | **High Power** | |-----------------|--------------------|----------------------| | **High Interest** | Keep informed | Manage closely | | **Low Interest** | Monitor | Keep satisfied | ### Quadrants - **Manage closely (HP/HI):** key decisions; influence + engaged. Highest investment. - **Keep satisfied (HP/LI):** authority but not engaged. Don't let them surprise you. - **Keep informed (LP/HI):** advocates and detractors who care. Use them. - **Monitor (LP/LI):** light touch. ## Workflow ### Step 1 — List all stakeholders Brainstorm: - Executive sponsors - Decision-makers - Influencers - Implementers - Users / customers - Adjacent teams - External parties (vendors, regulators, partners) Don't filter yet. List broadly, prune later. ### Step 2 — Rate Power + Interest (1-5) For each: - **Power:** can they kill or accelerate this? authority? budget? veto? - **Interest:** how much do they care about the outcome? ### Step 3 — Add Support (stance) Each stakeholder is also somewhere on: - **Champion** (actively supports) - **Supporter** (positive but passive) - **Neutral** - **Skeptic** - **Blocker** (actively opposes) This complements Power×Interest with directionality. ### Step 4 — Identify the matrix sweet spot The critical stakeholders: high power + high interest + not-yet-supporters. These are who you need to convert. ### Step 5 — Design engagement plan per quadrant | Quadrant | Engagement pattern | |----------|---------------------| | Manage closely | Weekly 1:1, deep involvement, co-author key docs | | Keep satisfied | Monthly check-in, pre-brief major decisions | | Keep informed | Email updates, FYI inclusion, surface their concerns publicly | | Monitor | Quarterly newsletter; no proactive | ### Step 6 — Address blockers explicitly For each blocker: - What's their objection? - What evidence might change their view? - Who do they listen to? - Can we convert, neutralize, or out-vote? Ignoring blockers = late surprise objection that derails the initiative. ### Step 7 — Run `stakeholder_analyzer.py` Audit for: missing key stakeholders by role, blockers without plans, power-without-interest gaps, no engagement plan. ```bash python3 project-management/execution/stakeholder-map/scripts/stakeholder_analyzer.py \ --input stakeholders.json --format markdown ``` ## Decision frameworks ### Power dimensions (be specific) - Hierarchical authority (CEO/board > VP > Director) - Budget control (who allocates $) - Veto power (legal, compliance, infosec) - Domain expertise (the one person who actually understands X) - Coalition power (who their faction follows) - External legitimacy (analyst, customer reference, regulator) A "low-hierarchy / high-veto" stakeholder (e.g., compliance lead) often has more power than a "high-hierarchy / low-domain" one. ### Interest dimensions - Outcome impact (will this affect their world?) - Personal stake (career, comp, ego) - Resource impact (their team, their budget) - Public visibility (their reputation tied to this) ### Common engagement patterns **For executive sponsor (HP/HI):** - Weekly 1:1 (you bring updates + asks) - Co-author the strategic narrative - Defend at board level - Veto power to be used selectively **For powerful skeptic (HP/HI, low support):** - Discover the actual objection (often different than stated) - Find evidence that addresses it - Pre-brief before big decisions - Make their support visible to their peers **For powerless advocate (LP/HI, high support):** - Use them to influence others - Amplify their voice publicly - Don't burn them with surprise asks **For powerful absent leader (HP/LI):** - Don't let them tune in late and veto - Pre-brief before key decisions - Make engagement low-friction (5-min readouts) ### When to escalate vs route around - Escalate when: stakeholder's authority is structurally needed - Route around when: stakeholder is tangential and adding friction - Never route around: legal, security, compliance, finance approvers ## Common engagements ### "Help me build a stakeholder map for the launch" 1. Brainstorm 20+ stakeholders. 2. Rate Power, Interest, Support per stakeholder. 3. Plot the 2x2. 4. Identify the critical 5-10 (HP/HI). 5. For each blocker, design conversion plan. 6. Document engagement cadence per quadrant. ### "Audit a recent failed launch" 1. Map the stakeholders involved. 2. Identify who derailed it (often a HP/LI we missed). 3. Identify who could have helped but wasn't engaged. 4. Update default stakeholder template for next launch. ### "Navigate an enterprise deal with 8 buying-committee members" 1. Map all 8 + 4-5 unofficial influencers. 2. Identify economic buyer, technical buyer, user, executive sponsor. 3. Engagement plan per role. 4. Address blockers (legal, security) early; don't wait for procurement. ## Anti-patterns to avoid - **No stakeholder map.** Trust the org chart; surprised by lateral resistance. - **Map without engagement plan.** Knowing isn't acting. - **Ignoring blockers.** They surface at the worst moment. - **Treating power as just hierarchy.** Vetoes matter; expertise matters. - **No HP/LI engagement.** Sleeping authority becomes late veto. - **Static map.** Power + stance shift; refresh per quarter / per phase. - **Mapping without input from someone politically savvy.** Solo maps miss reality. ## References - `references/stakeholder-mapping-framework.md` — power dimensions, support spectrum, engagement plans - `references/stakeholder-anti-patterns.md` — common failures + worked fixes ## Related skills - `project-management/execution/daci-framework` — decision-rights model - `project-management/execution/summarize-meeting` — communication artifacts - `c-level-advisor/ceo-advisor` — executive context - `c-level-advisor/general-counsel-advisor` — legal stakeholder navigation - `business-growth/sales-engineer` — buying-committee mapping
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.