slide-design
Research slide communication. Use when creating, revising, polishing, or reviewing Beamer, PowerPoint, Keynote, or browser slide decks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research slide communication. Use when creating, revising, polishing, or reviewing Beamer, PowerPoint, Keynote, or browser slide decks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Economic data-analysis discipline. Use for importing, cleaning, merging, filtering, variables, aggregation, summary stats, regressions, or figures on economic, financial, or panel data.
Codebase integration discipline. Use when refactoring for local conventions, reviewing post-sync quality, auditing project docs, pruning diffs, or using Sync Impact evidence.
Protect key research results with permanent documentation, drift tests, or artifact-appropriate checks. Use when selecting protection, creating or reviewing tests, or guarding important outputs through integration.
Semantic branch integration. Use before git merge, rebase, or cherry-pick, or when syncing branches where conflicts or overlapping intent must be resolved deliberately.
Integrate code-complete superRA work. Requires superRA:using-superra. Use for result protection, base sync, codebase-fit refactors, permanent records, cleanup, or PR preparation.
Proactively plan or update superRA work. Requires superRA:using-superra. Use when starting or changing work, creating/revising superRA/, or reflecting material decisions in the task tree.
| name | slide-design |
| description | Research slide communication. Use when creating, revising, polishing, or reviewing Beamer, PowerPoint, Keynote, or browser slide decks. |
| user-invocable | true |
Domain skill for research slide communication. Beamer is the first-class implementation target; principles apply across deck formats.
Load per stage; do not load them all at every dispatch:
| Reference | Load when |
|---|---|
references/planning.md | PLAN phase - audience-context inventory, deck objective, structure, and main-vs-backup policy. |
references/beamer-techniques.md | IMPLEMENT when creating or refactoring Beamer source, frame structure, columns, figures, tables, equations, navigation, or reusable commands. |
references/beamer-overlays.md | IMPLEMENT when writing Beamer overlays, incremental reveal, alerts, backup links, or stable multi-step technical slides. |
references/layout-checks.md | IMPLEMENT or review when editing Beamer, checking line wraps, overflow, figures, overlays, or final PDF layout. |
references/integration.md | INTEGRATE / final polish - deck-wide consistency, buildability, backup-slide hygiene, and communication review. |
For bundled scripts and assets, <skill-dir> is the directory containing this SKILL.md; substitute the real path before running commands or copying files.
Non-Beamer decks (PowerPoint, Keynote, browser slides): the Core Principle, Audience Context Discipline, Techniques, and the non-Beamer-specific checklist items apply. The Beamer references, starter template, and check_slide_layout.py do not apply. Read the build/layout [BLOCKING] item as "the deck renders or exports without overflow or unresolved placeholders, verified in the target tool."
Slides are live communication artifacts. A slide succeeds when the audience can recover the intended point in real time, with imperfect attention and uneven background knowledge.
When rigor and live comprehension compete, preserve the truth of the claim but prioritize the version the audience can understand now. Move derivations, robustness, caveats, and expert objections to oral narration, notes, backup slides, appendix slides, or linked material when they would overload the main path.
Never use \resizebox on text or equations. \resizebox mechanically shrinks content to fit a box rather than making a deliberate design choice; it sacrifices visual consistency and signals that the slide is trying to say too much. When content overflows a slide, simplify the content, split the slide, or move material to backup. Exception: \resizebox is acceptable for standalone figures or diagrams where mechanical scaling does not hide information. Font-size commands (\small, \footnotesize, etc.) are fine as intentional design choices — for example, de-emphasizing source citations or secondary labels.
The hard part is judging what the audience knows at each moment. Run an audience-context pass before optimizing wording or visual style:
references/beamer-overlays.md and reuse <skill-dir>/assets/beamer-starter-template.tex.Shared checklist walked by the implementer (before DONE) and by the reviewer (as verification). [BLOCKING] items must be fixed for APPROVE; [ADVISORY] items may be reported as MINOR.
[BLOCKING] Audience context is established before major claims, unusual notation, nonstandard samples, or field-specific terms. When the work runs inside a superRA task tree, verify against the audience-context inventory recorded at planning time (references/planning.md §Audience-Context Inventory); when no inventory exists (standalone invocation), state the assumed representative audience member in the review notes and judge against that.[BLOCKING] Each main-path slide has a clear communication role: setup, takeaway, evidence, mechanism, transition, or recovery/roadmap.[BLOCKING] Dense slides use overlays, visual cues, simplification, or a backup split to control attention.[BLOCKING] Technical rigor is not lost: omitted details are either unnecessary for the live point or available through oral narration, notes, backup slides, appendix slides, or links.[BLOCKING] No \resizebox on text or equations (see Core Principle).[BLOCKING] Beamer/PDF output builds when the task edits source, and no known overflow or missing-asset warnings are ignored.[ADVISORY] Main-slide bullets are mostly one line; wrapped bullets are intentionally retained only when the extra words materially help communication.[ADVISORY] Titles and first lines state the takeaway or slide purpose rather than only naming the topic.[ADVISORY] Navigation aids, slide numbers, and backup-slide numbering help the audience orient without drawing attention away from content.[ADVISORY] New visual styling stays within the deck's existing color and command vocabulary instead of introducing ad-hoc colors or one-off styling.For Beamer decks, use uv run --script <skill-dir>/scripts/check_slide_layout.py when a cheap nonvisual pass is enough to catch likely line wraps, overfull boxes, missing figures, or text near slide boundaries. Load references/layout-checks.md for triage evidence interpretation and layout guidance.
Start new decks from <skill-dir>/assets/beamer-starter-template.tex — it carries the house design language (theme, palette, frame/title templates, list markers, semantic commands) and an overlay command reference. Do not rebuild a preamble from scratch when the template applies.