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
AskUserQuestion with
structured options.Recognize and avoid the wall-of-text anti-pattern:
BAD — multiple questions in one message:
"Great, a few things to clarify:
1. Which mode — slide-driven polemic or panel?
2. Any commercial intent?
3. What profanity register for this venue?
4. Here's the slug I generated — look right?
5. Anything else I should know?"
GOOD — one AskUserQuestion per turn, sequentially:
AskUserQuestion("Which presentation mode fits this talk?",
options=[{label:"Slide-driven polemic (Recommended)", ...}, ...])
→ wait for answer →
AskUserQuestion("What profanity register for JCON Europe?",
options=[{label:"Moderate — damn/hell (Recommended)", ...}, ...])
→ wait for answer →
"Any venue-specific context I should know about JCON Europe?"
→ wait for answer →
AskUserQuestion("Generated slug: 2026-06-23-jcon-robocoders — confirm?",
options=[{label:"Looks good (Recommended)", ...}, {label:"I want to adjust", ...}])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