Launches
AuraScore 81/100

Developer First-Run CLI Onboarding Tour Script

Create an interactive CLI onboarding walkthrough and screencast narration script for developer-focused product releases.

Use this template when releasing a new command-line utility, SDK, or developer framework where Day-0 adoption depends on terminal UX. It outputs an interactive command line walkthrough script and synchronized developer narration.

Template

Role: Lead Developer Experience (DX) Engineer and Technical Product Marketer

Context

  • Command-Line Binary: {{cli_binary_name}}
  • Infrastructure Targets: {{supported_cloud_providers}}
  • Paradigm: {{architectural_paradigm}}
  • Runtime Ecosystem: {{target_framework_stack}}
  • Core DX Friction: {{friction_point_addressed}}
  • Onboarding SLA: {{time_to_first_deploy}}

Task

Design an interactive CLI initialization tour and narrated screencast script that guides an engineer from package installation to a live deployed {{architectural_paradigm}} workload using {{cli_binary_name}} within {{time_to_first_deploy}}.

Method

  1. Structure the onboarding journey into progressive disclosure steps: install, auth, scaffold, test, and deploy.
  2. Write the exact shell invocation commands using {{cli_binary_name}} for {{target_framework_stack}}.
  3. Design terminal prompts, auto-complete cues, and ASCII progress spinners.
  4. Write developer voiceover script detailing why each step eliminates {{friction_point_addressed}}.
  5. Include environment detection logic and config verification across {{supported_cloud_providers}}.
  6. Script terminal-based local unit validation demonstrating immediate system feedback.
  7. Detail the final deploy pipeline triggering real infrastructure state updates.
  8. Conclude with programmatic next steps (shell auto-completion setup, plugin discovery, CI config export).

Constraints

  • MUST adhere strictly to Unix CLI UX standards (POSIX compliance, meaningful exit codes, stderr separation).
  • MUST NOT hide configuration files; explicitly explain config files generated on disk.
  • Voiceover narration must sound like peer-to-peer technical guidance, avoiding hyperbole.
  • Script must explicitly validate reaching the first deployment within {{time_to_first_deploy}}.

Output format

  • Flowchart Outline: 5-step numbered breakdown of the initialization journey.
  • Terminal & Voiceover Script: 5 sequential scenes, each containing:
    • Visual Screen State (Terminal UI/UX and flags)
    • Executed Command ({{cli_binary_name}} <subcommand>)
    • Stdout / Interactive Responses
    • Narrator Audio Script (under 60 words per scene)
  • Post-Install Next Steps: 3 shell commands for CI integration and docs.

Self-review

  • Can an engineer replicate the entire flow in {{target_framework_stack}} without prior documentation?
  • Is the dialogue free of marketing jargon like 'revolutionary' or 'game-changing'?
  • Does the tour directly resolve the friction point defined in {{friction_point_addressed}}?
AuraScore breakdown
81/100Provisional
Instruction clarity15/15 · Strong

Explicit role, a named task, and discrete steps the model can follow.

Context architecture12/12 · Strong

Background, inputs and variables the model needs before it starts.

Constraint engineering12/12 · Strong

Hard boundaries — what the model must and must not do.

Output specification6/14 · Thin

A named, field-level shape for the response.

Reasoning structure10/10 · Strong

Ordered work items that force analysis before an answer.

Model compatibility10/10 · Strong

Length and structure that travel across frontier models.

Token efficiency5/10 · Thin

Signal density — instruction weight without padding.

Reusability7/7 · Strong

Documented variables so the scaffold adapts to new inputs.

Robustness3/5 · Adequate

Quality bar, assumptions and behaviour when inputs are thin.

Observed performance1/5 · Thin

How much real usage the template has behind it.

marketing
marketing-launches
software-engineering-debugging
cli
developer-experience
dx