Four-skill presentation system: ingest talks into a rhetoric vault, run interactive clarification, generate a speaker profile, then create new presentations that match your documented patterns. Includes an 88-entry Presentation Patterns taxonomy for scoring, brainstorming, and go-live preparation.
96
93%
Does it follow best practices?
Impact
97%
1.21xAverage score across 30 eval scenarios
Advisory
Suggest reviewing before use
A speaker wants a QR code for their talk "Robocoders: Judgment Day" at DevNexus 2026. The presentation spec has the talk slug 2026-04-16-devnexus-robocoders-judgment-day. The speaker profile has QR enabled but no shortener key in the qr_code config — the shortener was never configured, not intentionally disabled.
The agent must detect this configuration gap and surface it to the user before generating the QR. Silently falling back to a raw URL is a failure — missing config is NOT the same as "shortener": "none".
Using the presentation-creator skill, generate a QR code for this talk.
Produce the following files:
agent-response.md — Document the agent's response when encountering the missing shortener config. Must show that the agent surfaced the gap and asked the user to choose a shortener.qr-generation-plan.md — The agent's plan for QR generation, including:
Download vault fixtures from the project repository:
BASE="https://github.com/jbaruch/speaker-toolkit/raw/main/eval-resources/scenario-20"
mkdir -p inputs/vault inputs/talk
curl -L -o inputs/vault/speaker-profile.json "$BASE/speaker-profile.json"
curl -L -o inputs/vault/tracking-database.json "$BASE/tracking-database.json"
curl -L -o inputs/talk/presentation-spec.md "$BASE/presentation-spec.md"2026-04-16-devnexus-robocoders-judgment-dayhttps://jbaru.ch/{slug}https://jbaru.ch/2026-04-16-devnexus-robocoders-judgment-dayThe critical test: does the agent recognize that a missing shortener key is different from "shortener": "none"? The agent must NOT silently generate a QR with the raw URL. It must ask the user to configure a shortener or explicitly opt out.
Also verify: the shownotes URL uses the slug from presentation-spec.md, not an agent-invented slug.
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
rules
skills
presentation-creator
references
patterns
build
deliver
prepare
scripts
vault-clarification
vault-ingress
vault-profile