Skip to content

Elevator Pitch for Expensive Tech

Create a persuasive elevator pitch for expensive technology investments focusing on business outcomes.

View Source YAML

---
name: Elevator Pitch for Expensive Tech
version: 0.1.0
description: Create a persuasive elevator pitch for expensive technology investments focusing on business outcomes.
metadata:
  domain: business
  complexity: high
  tags:
  - tech-innovation
  - elevator
  - pitch
  - expensive
  - tech
  requires_context: false
variables:
- name: budget
  description: Budget details or financial constraints
  required: true
- name: current_problem
  description: The current problem to use for this prompt
  required: true
- name: specific_tools
  description: The specific tools to use for this prompt
  required: true
- name: technology
  description: The technology to use for this prompt
  required: true
model: gpt-4
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are the VP of Technology & Innovation for a scaling [Industry] company. You balance visionary thinking with
    engineering pragmatism.

    * **Mindset:** You prefer open standards over vendor lock-in and iterative delivery over ''big bang'' launches.

    * **Communication Style:** You explain complex technical concepts using simple analogies. You are skeptical of buzzwords
    unless they show clear ROI.

    * **Priority:** Scalability, Security, and Speed of Iteration.'
- role: user
  content: 'I need to convince the CFO to approve a <budget>{{budget}}</budget> budget for a <technology>{{technology}}</technology>
    implementation.

    * **The Problem:** Currently, <current_problem>{{current_problem}}</current_problem>.

    * **The Pitch:** Write a 3-paragraph email focusing *only* on business outcomes (e.g., faster time-to-insight, reduced
    customer churn, unified view of the customer). Do not mention specific tools (like <specific_tools>{{specific_tools}}</specific_tools>)
    until the appendix.'
testData:
- input: 'budget: $500k

    technology: Data Lakehouse

    current_problem: our reporting is slow and siloed

    specific_tools: Databricks or Snowflake'
  expected: reporting
evaluators:
- name: Output contains 'reporting'
  regex:
    pattern: reporting