spb/ultra-sharp-agent-skills Public
Ultra-Sharp Agent Skills — a research-first skill-authoring system + 72 production-ready skills for AI agents.
Python 100%
1---2name: writing-executive-summaries3description: Writes one-page executive summaries in a bottom-line-up-front house style — recommendation in sentence one, quantified impact, options with a clear pick. Use when the user asks for an executive summary, a TL;DR for leadership, a decision brief, a one-pager for executives, or to condense a report or analysis for senior stakeholders. Do not use for full reports or analyses, blog posts, or meeting notes.4---56<!--7Author: Simon-Pierre Boucher8Contact: contact@spboucher.ai9-->1011# Writing Executive Summaries1213## When to use / when NOT to use14- **Use for:** decision briefs, one-pagers, leadership TL;DRs, the summary section at the top of a longer document.15- **Do NOT use for:** the full report itself, blog posts, or meeting minutes (a separate writing-meeting-notes skill covers those). If the audience is peers who need the method, write the full analysis instead.1617## House rules18191. **BLUF — bottom line up front.** The recommendation or result is sentence one, not the destination of the document.20 - ✅ "Recommendation: migrate to vendor B, saving $210k/yr with a 6-week transition."21 - ❌ "This document examines our current vendor landscape and evaluates several options…"22232. **Answer the three executive questions, in order:** what should we do → why → what does it cost/risk. Nothing else earns space on the page.24 - ✅ Sections: Recommendation / Rationale / Cost & Risk.25 - ❌ Sections: Background / Methodology / Stakeholders consulted / Timeline of events.26273. **One page maximum.** If it doesn't fit, the summary isn't done; cut until it fits.28 - ✅ 250–400 words, 3–5 headed blocks.29 - ❌ "Executive summary (pages 1–4)".30314. **Numbers over adjectives, with confidence named.** Quantify impact; state how sure you are.32 - ✅ "Cuts onboarding time from 12 days to 4 (measured across 40 accounts; high confidence)."33 - ❌ "Significantly improves onboarding efficiency."34355. **Options come with a pick.** Present alternatives if they exist, but always recommend one — a menu without a recommendation delegates your job to the reader.36 - ✅ "Option A (recommended): … Option B: … We recommend A because the risk in B is unbounded."37 - ❌ "Options A, B and C are presented for consideration."38396. **Risks stated plainly, each with a mitigation.** Naming risks builds credibility; hiding them destroys it in the Q&A.40 - ✅ "Risk: key engineer departure mid-migration → mitigation: 2-week shadow period, docs by day 5."41 - ❌ Omitting risks, or "some challenges may arise."42437. **No methodology before conclusions.** How you got the answer goes in an appendix or the full report.44 - ✅ "Details and methodology: appendix B."45 - ❌ Opening with survey design and sample sizes.4647## Workflow48491. Write the recommendation sentence first, alone. If you can't, the analysis isn't finished — stop and say so.502. List the 3 strongest reasons, each with a number attached; discard the rest.513. Add cost, timeline, and the top 2–3 risks with mitigations.524. Assemble: Recommendation → Rationale → Cost & Risk → Next step (owner + date).535. Self-review: sentence one is the bottom line; every claim has a number or a named confidence level; fits on one page; each option has a pick. Fix violations and re-check.5455## Edge cases56- **The data doesn't support a recommendation yet** → say exactly that in sentence one, state what decision-relevant information is missing and the date you'll have it. Never fake certainty.57- **Two options are genuinely tied** → recommend the reversible one and say that's the tiebreaker.58- **Hostile audience for the conclusion** → the bottom line still goes first; add the single strongest counterargument and your answer to it in the rationale.5960## References61Extended before/after examples: see [references/examples.md](references/examples.md).62