plugins/workflow/skills/stakeholder-review/SKILL.md
Use when a deliverable needs structured stakeholder sign-off before finalization—runs the pre-read, feedback-type alignment, and conflict-resolution protocol.
npx skillsauth add joellewis/skill-library stakeholder-reviewInstall 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.
Stakeholder-review is the "Group IQ" gate that ensures deliverables are stress-tested by the organizational ecosystem before finalization. It moves feedback from a friction-filled "push" (giving) to a high-value "pull" (seeking), focusing on alignment, safety, and clear resolution of conflicting inputs.
NO FINAL VERSION WITHOUT DOCUMENTED STAKEHOLDER FEEDBACK AND RESOLUTION
Violating this law leads to "shadow vetoes" later in the process, misalignment on success metrics, and the exclusion of critical cross-functional insights that improve the Group IQ.
digraph stakeholder_review_flow {
"Deliverable Drafted" [shape=doublecircle];
"Step 1: Prepare Pre-read" [shape=box];
"Step 2: Align Purpose" [shape=box];
"Step 3: Review Session" [shape=box];
"Gate: Resolution" [shape=diamond];
"Step 4: Close the Loop" [shape=box];
"Final Version Approved" [shape=doublecircle];
"Deliverable Drafted" -> "Step 1: Prepare Pre-read";
"Step 1: Prepare Pre-read" -> "Step 2: Align Purpose";
"Step 2: Align Purpose" -> "Step 3: Review Session";
"Step 3: Review Session" -> "Gate: Resolution";
"Gate: Resolution" -> "Step 1: Prepare Pre-read" [label="revise"];
"Gate: Resolution" -> "Step 4: Close the Loop" [label="resolved"];
"Step 4: Close the Loop" -> "Final Version Approved";
}
problem-framing instead).REQUIRED SUB-SKILL: stakeholder-discovery — To ensure the right people are in the room.
RECOMMENDED SUB-SKILL: assumption-audit — To validate claims raised during the review.
RECOMMENDED SUB-SKILL: feedback-coach — To manage difficult interpersonal dynamics during the session.
| Thought | Reality | |---------|---------| | "I'll just get approval over Slack/email." | Asynchronous feedback lacks the "Group IQ" and nuance of a live, structured review. | | "The stakeholders are too busy for a meeting." | Skipping the gate now leads to expensive rework or late-stage "shadow vetoes." | | "I'll talk to them once the version is finished." | This is too late. The iron law requires feedback before finalization to be effective. | | "I already know what they're going to say." | Confirmation bias blinds you to the 10% of feedback that is often critical for success. |
These thoughts mean STOP — you are about to shortcut:
development
Use when you need to map who has power, who will be affected, and what motivates each party — produces a stakeholder map as an analytical artifact. This skill identifies and categorizes stakeholders; it does not persuade or influence them (use influence-architect for that).
testing
Use when beginning analytical or strategic tasks, facing undefined problems, or facing analysis paralysis—requires explicit problem definition before proceeding.
testing
Use when translating a product vision into engineering requirements—enforces the Working Backwards PR/FAQ method, requiring a customer-facing press release before any technical spec.
development
Builds investor pitches and funding proposals that prove a 'secret' through data and narrative — answering 'Why Now?' and 'Why Us?' using Thiel's definite optimism framework. Use when creating pitch decks, internal presentations, or funding requests.