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 111-entry Presentation Patterns taxonomy (81 observable: 62 patterns + 19 antipatterns; 30 unobservable: 21 patterns + 9 antipatterns) for scoring, brainstorming, and go-live preparation.
91
94%
Does it follow best practices?
Impact
91%
1.30xAverage score across 27 eval scenarios
Low
Low-risk findings worth noting
-- expand-builds.applescript -- Reads the packed build-expansion spec as UTF-8 and hands it to the ExpandBuilds -- VBA macro, which replaces each progressive-reveal parent slide with its build -- frames as full-bleed background-fill slides. Packed format: see RunDeckOps.bas -- ExpandBuilds. -- osascript expand-builds.applescript on run argv if (count of argv) < 3 then error "Expected 3 args: basePath outPath packedSpecFile" set basePath to item 1 of argv set outPath to item 2 of argv set packed to read (POSIX file (item 3 of argv)) as «class utf8» tell application "Microsoft PowerPoint" activate with timeout of 1800 seconds set rc to run VB macro macro name "ExpandBuilds" list of parameters {basePath, outPath, packed} end timeout end tell if (rc as string) starts with "ERROR" then error (rc as string) & " — confirm DeckOps.pptm is open with macros enabled and Automation consent granted." return "ExpandBuilds returned: " & rc end run
.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
scripts
shownotes-publisher
vault-clarification
vault-ingress
references
scripts
vault-profile