| name | executive-summary |
| description | Compresses a long output, report, or analysis into a one-page executive (CEO/CTO) brief โ conclusion first, key points only, technical detail translated into business impact. Use when the user wants the gist of something too long for a decision-maker, with phrases like ๋ด์ฉ์ด ๋๋ฌด ๋ง์์ ์ฝ๊ธฐ ํ๋ค๋ค, ํ๋์ ์ ๋ค์ด์จ๋ค, ๋ค ์ฝ๊ธฐ ๊ท์ฐฎ์ผ๋ ์์ฝํด์ค, CEO/CTO์๊ฒ ๋ณด๊ณ ํ๋ฏ, ํ ํ์ด์ง๋ก ์ ๋ฆฌํด์ค, ํต์ฌ๋ง ์์ถํด์ ์๋ ค์ค, ์ ๋ฆฌํด์ค, ์์ฝํด์ค. |
| allowed-tools | Read, Write, Bash |
Executive Summary
Compress something long into a one-page brief a CEO or CTO can absorb at a glance โ without dropping the facts they need to decide.
Find the source first
Usually the source is the immediately preceding long response in this conversation. It can also be a file or doc the user points to, or โ when the request is to produce a result as a one-pager โ the work you're about to finish. Summarize that, don't invent.
Hard Rules
The reader decides, they don't implement โ that drives every rule:
- Lead with the answer. The first line is the bottom line โ the conclusion or the decision needed, never background or methodology. Re-structure around the decision; don't just shrink the source's section order.
- Translate, don't transcribe. Turn technical detail into impact โ what changed, why it matters, what it costs, what's at risk โ and drop implementation minutiae.
- Keep the load-bearing facts. One page tempts over-cutting, the more common failure: drop the specifics a decision rests on and the reader just asks again. Preserve the key numbers, the blocker, the cost, the deadline, the recommended option. When you do leave detail out, point to where it lives ("์์ธ ๋ด์ญ์ ์๋ฌธ ์ฐธ๊ณ ") instead of dropping it silently.
- One page, scannable. Roughly one screen (~150โ250 words), short bullets, one idea per line. If it won't fit, prioritize harder โ don't shrink the font.
Structure
Match the user's language (Korean by default, ์กด๋๋งยท๊ฐ๊ฒฐ์ฒด). Use this template and omit any section that would be empty:
# [ํ ์ค ์ ๋ชฉ = ๊ฒฐ๋ก ]
**ํ ์ค ์์ฝ** โ [์์ฌ๊ฒฐ์ ์๊ฐ ๊ฐ์ฅ ๋จผ์ ์์์ผ ํ 1โ2๋ฌธ์ฅ]
## ํต์ฌ ํฌ์ธํธ
- [์ํฅยท๊ฒฐ๊ณผ ์ค์ฌ, 3โ5๊ฐ, ๊ฐ ํ ์ค]
## ๊ฒฐ์ / ๋ค์ ์ก์
- [ํ์ํ ์น์ธยท๊ฒฐ์ ยท๋ค์ ๋จ๊ณ, 1โ3๊ฐ]
## ๋ฆฌ์คํฌยท๋น์ฉ (์์ ๋๋ง)
- [๋ธ๋ก์ปค, ๋น์ฉ, ์ผ์ ๋ฆฌ์คํฌ]
Comparing options? Use a table instead of bullets:
| ํญ๋ชฉ | ์ต์
A | ์ต์
B |
|------|--------|--------|
| ๋น์ฉ | โฆ | โฆ |
Output medium
- Default โ inline. Render the brief directly in your reply. Most "์ ๋ฆฌํด์ค / ์๋ ค์ค" requests want it right here โ don't make a file unless asked.
- HTML one-pager โ when the user says "html๋ก", "์ด์ด์ค", "๋ณด๊ธฐ ์ฝ๊ฒ", or wants something shareable or printable. Steps:
cp templates/onepager.html "$TMPDIR/exec-brief.html" (fall back to /tmp if $TMPDIR is unset).
- Fill the editable regions (marked with HTML comments); delete sections you don't use.
open "$TMPDIR/exec-brief.html" (macOS).
Anti-patterns
- WRONG: ํ ํ์ด์ง์ ๋ง์ถ๋ ค๊ณ ํต์ฌ ์ซ์ยท๋ธ๋ก์ปคยท๋น์ฉ๊น์ง ์๋ผ๋ด "๋๋๋ง" ๋จ๊ธด๋ค โ ๋
์๊ฐ ๋ค์ ๋ฌผ์ด๋ณธ๋ค. RIGHT: ๋ ์ค์ํ ๋ํ
์ผ์ ๋นผ๋ ์์ฌ๊ฒฐ์ ์ ํ์ํ load-bearing ์ฌ์ค์ ๋จ๊ธฐ๊ณ , ์๋ต๋ถ์ "์๋ฌธ ์ฐธ๊ณ "๋ก ๊ฐ๋ฆฌํจ๋ค.
- WRONG: ์๋ฌธ์ ์์ ๋ชฉ ์์๋ฅผ ๊ทธ๋๋ก ์ค์ฌ ๋ฒ ๋ผ๊ณ ๊ฒฐ๋ก ์ ๋งจ ๋์ ๋๋ค. RIGHT: ๊ฒฐ๋ก ์ ์ฒซ ์ค์ ์ฌ๋ฆฌ๊ณ ์์ฌ๊ฒฐ์ ์ ๊ด์ (๊ฒฐ๋ก โ ๊ทผ๊ฑฐ โ ์ก์
)์ผ๋ก ์ฌ๊ตฌ์ฑํ๋ค.
Boundaries
Compression only โ this reshapes content that already exists into a brief, not new research or analysis. It pairs naturally after any skill that emits a long artifact (audits, roadmaps, reports). Keep it to one page; if the source genuinely needs deeper work, that's a separate task, not a longer summary.