Six-skill presentation system: ingest talks into a rhetoric vault, run interactive clarification, generate a speaker profile, create presentations that match your documented patterns, produce the deck illustrations + thumbnail visual layer, and publish talk pages to a Jekyll shownotes site. Includes a 102-entry Presentation Patterns taxonomy (91 observable, 11 unobservable go-live items) for scoring, brainstorming, and go-live preparation.
78
91%
Does it follow best practices?
Impact
77%
1.18xAverage score across 27 eval scenarios
Advisory
Suggest reviewing before use
A speaker is at the illustration-strategy stage for a talk. The outline has slides with per-slide scene descriptions, but no illustration style or model has been chosen yet — the STYLE ANCHOR header is empty. The speaker wants the style anchor set up so deck-illustration generation can begin.
Create the talk directory and outline.yaml:
mkdir -p talk-dir
cat > talk-dir/outline.yaml <<'EOF'
talk:
title: "The Cost of Coordination"
slug: "internal-arch-coordination"
speakers: ["Speaker"]
duration_min: 30
audience: "Internal engineering org"
mode: "talklet"
venue: "Internal Architecture Review"
slide_budget: 32
pacing_wpm: [135, 145]
architecture: "talklet"
chapters:
- id: ch1
title: "Coordination"
target_min: 30
argument_beats:
- text: "Show how coordination cost grows with team count."
slide_refs: [3, 7]
slides:
- n: 3
chapter: ch1
title: "The Coordination Tax"
format: FULL
visual: "A single team working in calm focus, one shared workbench."
text_overlay: "One team, one bench"
big_idea: true
applied_patterns:
- id: call-to-adventure
big_idea_text: "Every new team is another line on the bill."
- n: 7
chapter: ch1
title: "The Tangle"
format: FULL
visual: "Many teams, each at its own bench, connected by a snarl of wires."
text_overlay: "Many teams, many wires"
EOF"I already know I want the quality-tier model and a clean, editorial look — nothing too cartoonish. Just set up the style anchor for these slides so we can start generating the illustrations."
.tessl-plugin
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
rules
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
shownotes-publisher
vault-clarification
vault-ingress
vault-profile