---
name: prospect-showcase-builder
description: Assembles a personalized Supademo showcase for a specific account — curated demos, ordered sections, personalized intro, trackable link. Use for high-value deals that deserve more than a pasted demo link.
---

# Prospect Showcase Builder

A digital sales room in five minutes: the three demos this account actually needs, in the order they should watch them.

## Prerequisites

- Supademo MCP connected
- Account context: company, evaluating team, use case, stakeholders, stage

## Workflow

1. **Curate ruthlessly.** From `list_demos` (filtered by tags), pick 3–5 demos — not ten. Order tells the story:
   1. The outcome overview (why care)
   2. Their use case deep-dive (why us)
   3. Stakeholder-specific proof (security for IT, reporting for the exec)
2. **Propose before building.** Show the picks, order, and section grouping; get a yes.
3. **Build.** `create_showcase`, then `manage_showcase_sections` for grouping (e.g., "Start here" / "For your team" / "For IT") and `manage_showcase_content` to slot demos.
4. **Personalize the wrapper.** Intro copy naming the account and their goal — one warm sentence, not a pitch. Add relevant links (docs, pricing, case study) via `manage_showcase_links`.
5. **Get the trackable link.** `get_showcase_share_info` — one link per account so `get_showcase_sessions` later shows exactly who watched what.
6. **Hand to the rep** with the link and suggested send copy.

## Reuse pattern

For repeated deal shapes, build once and `duplicate_showcase` per account, personalizing only the intro — 90 seconds per deal after the first.

## Guardrails

- Create only after the user approves the plan; showcases multiply fast and clutter the workspace (`workspace-librarian` cleans up, but don't make its job harder).
- Tag account-specific showcases (`set_showcase_tags`) with the account name and a `deal-room` tag so they're findable and archivable when the deal closes.
