Prompter banner
silverstein silverstein

Prompter

Development community

Description

Live script guidance for high-stakes conversations. Voice-tracking teleprompter with compliance reporting.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Prompter

Live script guidance for high-stakes conversations. A desktop teleprompter that tracks your voice against a known script, scrolling intelligently, pausing when the other person speaks, and producing a compliance report when you're done.

Built for pharmacists delivering MTM consultations. Works for any structured conversation: sales calls, presentations, onboarding scripts.

How it works

  1. Load a script (open file, paste from clipboard, or drag-and-drop)
  2. Hit Start Session (or press Space)
  3. Start speaking — the teleprompter follows your voice
  4. It pauses at check-in points and waits for you to continue
  5. At branch points, tap YES/NO to choose a path
  6. When done, get a compliance report + coaching insights

Tracking tiers

Tier What How
Tier 1 (VAD) Scrolls when you speak, pauses on silence Energy-based voice activity detection at ~10Hz
Tier 2 (Whisper) Corrects scroll position using speech recognition Transcribes on silence boundaries, fuzzy-matches against script. Activates automatically if the whisper model exists.

Script format

Scripts are annotated markdown (`.script.md`). Frontmatter is optional — paste plain text and it works.

---
title: MTM Consultation
type: pharmacy-consultation
estimated_duration: 18min
---

# Intro

Hi, thanks for meeting with me today.

> PAUSE: Does that sound helpful to you?

# Findings

Let me walk you through what I found.

> BRANCH: Would you like me to get this plan started?
>> YES
Great. Let me get that organized for you.
>> NO
No problem. May I share with your doctor?

See [SPEC.md](SPEC.md) for the full format specification.

Keyboard shortcuts

Key Action
Space Start / Pause / Resume
Up / Down Previous / Next sentence
1-9 Jump to section
Tab / Enter Cycle / select branch options
+ / - Font size
Cmd+O Open file
Cmd+V Paste script
H Help overlay
Esc