plugins/workflow/skills/executive-briefing/SKILL.md
Crafts senior leadership communications that deliver judgment rather than activity reports, connecting directly to organizational strategy and driving clear decisions. Use when presenting to board members, C-suite executives, or senior leadership — including status updates, recommendations, and escalations.
npx skillsauth add joellewis/skill-library executive-briefingInstall 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.
Executive-briefing is the high-stakes discipline of managing senior leadership's most limited resource: attention. It shifts the focus from "reporting activity" to "delivering judgment," ensuring that every communication connect directly to organizational strategy and results in a clear decision or action.
NO EXECUTIVE COMMUNICATION WITHOUT BOTTOM-LINE-UP-FRONT
Buried recommendations lead to wasted executive time, tangential discussions, and "decision fatigue." If the "ask" isn't clear in the first 10 seconds, the briefing has failed.
digraph executive_briefing_flow {
"Briefing Input" [shape=doublecircle];
"Step 1: Context Mapping" [shape=box];
"Step 2: BLUF Formulation" [shape=box];
"Step 3: Strategic Connection" [shape=box];
"Gate: The 'Ask' Check" [shape=diamond];
"Briefing Delivered" [shape=doublecircle];
"Briefing Input" -> "Step 1: Context Mapping";
"Step 1: Context Mapping" -> "Step 2: BLUF Formulation";
"Step 2: BLUF Formulation" -> "Step 3: Strategic Connection";
"Step 3: Strategic Connection" -> "Gate: The 'Ask' Check";
"Gate: The 'Ask' Check" -> "Step 2: BLUF Formulation" [label="ask hidden"];
"Gate: The 'Ask' Check" -> "Briefing Delivered" [label="ask clear"];
}
problem-framing instead).REQUIRED SUB-SKILL: one-pager — To ensure the core narrative is distilled before the live briefing.
RECOMMENDED SUB-SKILL: resonance-engine — To increase the persuasive impact of the strategic connection.
RECOMMENDED SUB-SKILL: mental-model-library — To apply cross-domain reasoning to complex executive decisions.
| Thought | Reality | |---------|---------| | "I need to give them the history so they understand." | Executives already have the context; they want your judgment on the future, not a history lesson on the past. | | "The results are bad, I should soften the blow." | Softening the blow obscures the risk. Executives trust those who provide "the thing you think you cannot say" (Source: Johnson) with level-headedness. | | "This is too complex for a single sentence." | Complexity is a sign you haven't mastered the material. If you can't summarize it, you aren't ready to brief leadership. | | "I'll let them look at the data and decide." | This is a failure of leadership. Your job is to analyze the data and provide a recommendation. |
These thoughts mean STOP — you are about to shortcut:
databases
Use when a deliverable needs structured stakeholder sign-off before finalization—runs the pre-read, feedback-type alignment, and conflict-resolution protocol.
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.