demo-script-builderlisted
Install: claude install-skill themarmack/research-bot
# demo-script-builder
The "demo doesn't crash live" insurance policy. AI-coding demos especially go off-rails when the model produces something unexpected; this skill builds the runbook that makes the demo land regardless.
## When to use
- Stakeholder demo (executive, peer team, audit team).
- Vendor-account-team demo prep.
- All-hands familiarization for a cohort.
- Conference talk demo segment.
## When NOT to use
- General training content → `enablement-content-creator`.
- Vendor evaluation that's research-shaped → `vendor-security-eval`.
## Required inputs
- **Audience type**: skeptical dev / curious leader / risk-focused auditor / vendor evaluator.
- **Demo goal**: familiarization / objection-handling / specific-feature showcase / posture demonstration.
- **Time budget**: 10 / 20 / 45 minutes.
- **Demo environment**: live Copilot in IDE / sandbox repo / staged screen recording.
- **Audience prior knowledge**: minimal / moderate / expert.
## Output structure
```markdown
# Demo Script — {goal} for {audience type} ({time budget})
## Prep checklist (T-30 minutes)
- [ ] ...
## Opening (T+0 — 2 minutes)
- One-line setup
- Audience expectations check
## Beat 1: {beat title} (3-7 minutes)
- **What you say**: {narration}
- **What you do**: {specific Copilot prompt or command to type}
- **Expected output**: {what should appear}
- **Fallback if model produces unexpected output**: {plan}
- **Address-the-skeptic line**: {pre-empt the likely objection}
## Beat 2 ... Beat N