skills/ceo-briefing/SKILL.md
Research any topic and produce a structured executive briefing optimized for rapid CEO decision-making.
npx skillsauth add skinnyandbald/fish-skills ceo-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.
search_records for people, companies, and deals matching
the topic (search by name, company, or keyword)get_record_details on any matching records for full contextlist_notes on relevant records (people, companies, deals)
to surface prior conversations, assessments, and history01_Projects/consulting/,
02_Areas/notes/, and 02_Areas/consulting/ for existing
notes, meeting transcripts, proposals, and analysis.Write the briefing using the output structure below. Every quantitative claim must include an inline citation [1].
Before delivery, verify:
When the user confirms or invokes /save after, write the
briefing to 02_Areas/consulting/strategy/ using:
YYYY-MM-DD - Briefing - [Topic].md
# [Topic Title] (max 15 words)
## 0. Executive Snapshot (max 6 bullets)
- [One critical insight per bullet, max 25 words each]
## 1. Strategic Relevance
[2-3 paragraphs: Why this matters for CEO's industry/company
performance]
## 2. Key Metrics & Data Points
- Market size: $X billion (source, date)
- Growth rate: X% CAGR (timeframe)
- [Additional decision-critical numbers with sources]
## 3. Timeline of Developments
YYYY-MM > [Most recent event]
YYYY-MM > [Previous significant event]
[Continue chronologically, newest first]
## 4. Deep Analysis
### 4.1 [Subtopic A - e.g., Market Dynamics]
- [Specific insight with supporting data]
- [Trend analysis with implications]
### 4.2 [Subtopic B - e.g., Technology Impact]
[Continue with additional subsections as needed]
## 5. Competitive Landscape
| Company | Position | Market Share | Recent Moves | Threat Level |
|---------|----------|--------------|--------------|-------------|
[Max 5 columns, key players only]
## 6. Risk Assessment
**High-probability risks:**
- [Risk 1 with likelihood assessment]
**Unknown factors:**
- [Data gaps or uncertain variables]
**Contradictory expert opinions:**
- [Viewpoint A vs Viewpoint B with evidence quality]
## 7. Strategic Options
**Immediate opportunities (0-6 months):**
- [Option 1] - Pro: [benefit] | Con: [limitation]
**Medium-term plays (6-18 months):**
- [Option 2] - Pro: [benefit] | Con: [limitation]
## 8. Glossary
[Term] > [Plain-English definition]
## 9. Additional Intelligence
- [Source title] ([Author], [Date]) - [Why CEO should read this]
## References
[1] [Full citation with URL, publisher, publication date,
access date]
</output-format>
<rules>
- **Tone**: Direct, professional, zero marketing language or speculation
- Every quantitative claim must include inline citation [1]
- Assume 15-20 minute read time; prioritize depth over brevity
- Key insights must be scannable via bold text and clear headings
- Do not speculate beyond evidence; label opinions explicitly
- When data conflicts, present both viewpoints with evidence strength
- **No hard line breaks in prose.** Write each paragraph and bullet point as a single unwrapped line. Let Markdown renderers (Obsidian, GitHub, etc.) handle word wrapping. Hard wraps at 80 chars create ugly mid-sentence breaks in rendered output.
- Avoid tables wider than 5 columns
Default context for analysis:
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
Verify worktree plugin patches are intact after plugin updates. Checks compound-engineering and superpowers skills for Claude Code launch instructions.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Reviews the feature you just built and adds missing test coverage. Focuses on behavior that matters — not coverage metrics. Use after completing a feature to identify untested code paths, edge cases, and risk areas.