CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/speaker-toolkit

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

1.18x
Quality

91%

Does it follow best practices?

Impact

77%

1.18x

Average score across 27 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-22/

Set Up the Illustration Style Anchor for a Talk

Situation

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.

Outline Setup

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

What the Speaker Asks

"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."

Constraints

  • The speaker has not committed to a specific illustration style or model yet.
  • The two slides above are the ones the speaker cares about most.

.mcp.json

README.md

tile.json