Five-skill presentation system: ingest talks into a rhetoric vault, run interactive clarification, generate a speaker profile, create presentations that match your documented patterns, and produce the deck illustrations + thumbnail visual layer. Includes a 102-entry Presentation Patterns taxonomy (91 observable, 11 unobservable go-live items) for scoring, brainstorming, and go-live preparation.
93
95%
Does it follow best practices?
Impact
93%
1.20xAverage score across 34 eval scenarios
Advisory
Suggest reviewing before use
A speaker has just finished the illustration strategy collaboration in their talk directory. They ran the comparison helper this morning, looked at the side-by-side outputs, and picked one of the candidates. The outline's **Model:** line carries that fresh choice. Now they want to generate the deck illustrations from the outline.
This is the immediate handoff between strategy and generation, not a return to an outline that has been sitting around.
Create the talk directory and the outline file before generating. Set the outline file's modification time to "right now" before invoking the skill, so the freshness signal reads as fresh:
mkdir -p talk-dir/illustrations
cat > talk-dir/presentation-outline.md <<'EOF'
# Presentation Outline
## Illustration Style Anchor
**Model:** `gpt-image-2`
### STYLE ANCHOR (FULL — 16:9, 1920x1080)
> A clean technical-manual aesthetic: aged ivory paper, black ink line
> drawings with halftone shading, period-correct typography, no painterly
> gradients.
---
### Slide 3: The Routing Diagram
- Format: **FULL**
- Image prompt: `[STYLE ANCHOR] An isometric cutaway technical drawing of a small mechanical unit with four input pins on the left feeding a central dispatch element.`
- Safe zone: upper_third
- Text: **The Routing Diagram**
### Slide 8: The Caution Note
- Format: **FULL**
- Image prompt: `[STYLE ANCHOR] A technical manual page corner showing a CAUTION callout box with stenciled body text.`
- Safe zone: upper_third
- Text: **The Caution Note**
EOF
touch -m talk-dir/presentation-outline.mdThe model picked in the outline (gpt-image-2) is one of the entries the comparison helper produced for the speaker this morning.
"Generate the illustrations for this deck."
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
scenario-25
scenario-26
scenario-27
scenario-28
scenario-29
scenario-30
scenario-31
scenario-32
scenario-33
scenario-34
rules
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
scripts
vault-clarification
vault-ingress
vault-profile