create-interview
Turn a plain-language topic into a deployed, shareable voice interview.
Triggers on: “create an interview about X”, “set up a survey on
Y”, “make a voice questionnaire for Z” — or invoke it directly with
/ear3:create-interview.
What it does
- Pins down the topic — it never invents one. If you haven’t said what the interview is about, it asks first. It also settles audience, language, question count, respondent limit, and duration, using sensible defaults for anything you don’t specify.
- Writes a strong prompt — expands your words into a research brief (goal, audience, themes, tone), following interview best practice (open-ended questions, specific past behavior over hypotheticals, no leading questions).
- Creates and deploys via
ear3_create_interview, which returns the generated questions and the browser-safe publishable key in one call. - Reports the questions and the live URL — copied verbatim.
Result
- A public URL you can share immediately (no code needed).
- A deployment id (
dpl_…) — theinterviewIdevery Ear3 SDK takes. - The publishable key (
pk_…) for browser integration.
Want to review before going live? Ask for a draft — it creates the interview without deploying, and you can deploy it later.
Then
- Wire it into an app → integrate-interview.
- Change the questions → edit-interview.
Backed by the ear3_create_interview and ear3_get_publishable_key
tools.