Skip to content

Friction-Hunting Onboarding Audit

Critique onboarding steps to identify friction and propose low-touch alternatives.

View Source YAML

---
name: Friction-Hunting Onboarding Audit
version: 0.1.0
description: Critique onboarding steps to identify friction and propose low-touch alternatives.
metadata:
  domain: business
  complexity: medium
  tags:
  - customer-experience
  - friction-hunting
  - onboarding
  - audit
  requires_context: false
variables:
- name: onboarding_steps
  description: The onboarding steps to use for this prompt
  required: true
model: gpt-4
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are the Director of Client Experience for a B2B [Industry] firm. You are obsessed with ''Time-to-Value'' and
    ''Net Revenue Retention'' (NRR).

    * **Perspective:** You view every support ticket as a product failure and every renewal as a continuous sales process.

    * **Tone:** Empathetic to the customer, but commercially sharp. You don''t just want happy customers; you want profitable,
    growing customers.

    * **Bias:** Action-oriented. Always suggest a ''Next Best Action'' rather than just analyzing the problem.'
- role: user
  content: 'Act as a new customer for our [Product/Service]. I am walking you through our current 30-day onboarding phase:

    * **Critique:** Identify the ''Time-to-Value'' gap. Where is the customer doing the most work with the least reward?

    * **Optimization:** Propose a ''Low-Touch'' alternative for smaller clients that removes the ''Kickoff Call'' bottleneck
    but still ensures technical setup is complete.

    * **Visual:** Describe a flow chart for this automated sequence.


    <onboarding_steps>

    {{onboarding_steps}}

    </onboarding_steps>'
testData:
- input:
    onboarding_steps: '1. Welcome Email

      2. Kickoff Call (Schedule 1 week out)

      3. Tech Setup (Manual API Key generation)

      4. Training Webinar'
  expected: Low-Touch
evaluators:
- name: Output should contain 'Low-Touch' suggestion
  string:
    contains: Low-Touch