stakeholder-discovery
Installation
SKILL.md
Overview
Stakeholder-discovery is the process of mapping the "organizational ecosystem" to ensure you have the necessary alignment and safety to proceed. It distinguishes between those who have opinions and those who have "veto power," ensuring that critical relationships are cultivated early.
Iron Law
NO DELIVERABLE WITHOUT A VALIDATED STAKEHOLDER MAP
Late-stage "vetoes" are a failure of discovery. Mapping power and interests early is the difference between a smooth launch and an organizational roadblock.
State Machine
digraph stakeholder_discovery_flow {
"Start" [shape=doublecircle];
"Step 1: Identify & Categorize Stakeholders" [shape=box];
"Step 2: Power/Interest Analysis" [shape=box];
"Step 3: Motivation Audit (Mutual Purpose)" [shape=box];
"Gate: Map Validation" [shape=diamond];
"Step 4: Establish Engagement Cadence" [shape=box];
"Done: Stakeholder Context Established" [shape=doublecircle];