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.
95
96%
Does it follow best practices?
Impact
95%
1.20xAverage score across 32 eval scenarios
Advisory
Suggest reviewing before use
Reference for Step 4 (builds) and the build-insertion portion of Step 5
(apply to deck). The illustration-rules Build Process section is auto-loaded
— this file covers the script contract and deck insertion.
illustrations/slide-NN.ext).N-1.N-1 output as input, remove the next element → that's N-2.build-00 (empty frame with title/borders only).This backwards approach produces better results than building up from empty, because the model preserves the existing composition and style at each step.
python3 skills/illustrations/scripts/generate-illustrations.py presentation-outline.md --build 5 # one slide
python3 skills/illustrations/scripts/generate-illustrations.py presentation-outline.md --build all # all buildsOutput: illustrations/builds/slide-NN-build-MM.jpg.
DO NOT add any new elements, let background continue naturally) are auto-appended by the script.For near-perfect results, use --fix for targeted corrections rather than
regenerating the entire chain.
Build slides are inserted as separate slides in the deck (not PowerPoint animations). Each step is a full-bleed image:
| Step | Source | Layout | Notes |
|---|---|---|---|
build-00 | builds/slide-NN-build-00.jpg | BLANK | Empty frame — first slide shown |
build-01 | builds/slide-NN-build-01.jpg | BLANK | First element revealed |
| ... | ... | BLANK | Progressive reveals |
build-N | Copy of slide-NN.ext | BLANK | Full image — final reveal |
Insertion rules:
build-00, build-01, ..., build-N.manage_image full-bleed
positioning at 16:9 slide dimensions (left=0, top=0, width=13.333", height=7.5").build-N) is visually identical to the parent
slide. In the deck, the parent slide is replaced by its build sequence
— not duplicated after it.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
rules
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
scripts
vault-clarification
vault-ingress
vault-profile