Home/Catalog/Growth
Growth — does it grow?
Brief 75

Conversion Rate Optimization

Audit every conversion surface — hero, pricing, signup, checkout — against eCommerce best practices, and rank the highest-leverage lifts for a first-time visitor.

CRO.md4 phases9 lenses~3.6k chars

Free & open · no signup · read-only — it ends by asking · nothing leaves your machine

What it does

You are working inside this repo. Mission: audit the product's public surfaces — landing, pricing, signup, checkout, the key funnels — against conversion and eCommerce best practices, and rank the highest-leverage lifts. Judge everything through the eyes of a first-time visitor who knows nothing about the product or the niche.

This audits persuasion — whether the pages convince. For the funnel's step-by-step structure, run 09; for what happens after signup, run 80.

Read-only pass. Run the app or read the templates and components that render these surfaces; your only write is the report file.

What it looks for

9 lenses it looks through

Phase 2 sweeps the codebase through every one of these, citing file and line for each finding.

1

Clarity above the fold

does the hero say what it is, who it's for, and the outcome, in one glance, in words a newcomer gets

2

Value, not features

capabilities translated to outcomes; the pain named and bridged; the benefit made concrete

3

The one action

a single obvious primary CTA per screen; its wording, contrast, and placement; the gap between intent and click

4

Trust & risk reversal

social proof, guarantees, security, transparency; what makes a stranger believe the claims

5

Friction

steps, fields, and decisions that can be cut; dead ends; the single leakiest moment

6

Objections

the top three reasons a visitor bounces, and whether the page answers them before they leave

7

Pricing & offer

legibility, anchoring, plan clarity; how obvious the path from interest to purchase is

8

Scannability

hierarchy, length, jargon; can the page be grasped in a ten-second skim

9

Findable & shareable

title, meta description, OG/share card, structured data, and speed signals that decide the click

The deliverable

What lands in your repo

One structured report at the repo root — or in reports/, if you keep one — the same shape every time, ready for a teammate — or the optional Studio — to act on.

CRO.md
1
Funnel map
each surface · the action it must drive · its biggest leak
2
Findings
each: lens · location · what a first-time visitor experiences · the fix · expected lift (H/M/L) · effort (S/M/L)
3
Top 5 lifts
ranked by leverage, with the one to ship first and why
4
Ship vs test
which fixes are safe to make now, which deserve an experiment
One file. Evidence-backed. It ends by asking before touching anything. · see a real CRO.md ↗
How it works

What it makes the agent do

Every Goal Prompt follows the same four steps, so results are consistent and repeatable — no matter which one you run.

1
Phase 1

Map the conversion path

List the surfaces in funnel order.

2
Phase 2

Audit through 9 lenses

Cite the component and the exact copy or element for every finding.

3
Phase 3

Curate

Rank by expected lift ÷ effort.

4
Phase 4

Report

Create CRO.md at repo root.

Get started

Three ways to run this Goal Prompt

01 · COPY

Paste it in

Copy it and paste it into your agent inside the repo you want checked.

02 · INSTALL

As a slash command

Install the goal plugin once — two commands — then just type /goal:conversion-rate-optimization.

1/plugin marketplace add GhostlyGawd/goal-prompts
2/plugin install goal@goal-prompts

Or install only this Goal Prompt as /goal-conversion-rate-optimization:

curl -fsSL https://goal-prompts.vercel.app/install | BRIEF=75 sh
03 · AGENT

From an agent (MCP)

Let an agent fetch it mid-conversation, or pull the raw Goal Prompt by URL.

https://goal-prompts.vercel.app/raw/75.md
Transparency

The exact prompt

Nothing hidden — this is the whole Goal Prompt, verbatim. Read it in a minute, edit it, or copy it as-is.

Read the full brief (3,583 characters)
# Goal: Conversion Rate Optimization

You are working inside this repo. Mission: audit the product's public surfaces — landing, pricing, signup, checkout, the key funnels — against conversion and eCommerce best practices, and rank the highest-leverage lifts. Judge everything through the eyes of a first-time visitor who knows nothing about the product or the niche.

This audits persuasion — whether the pages convince. For the funnel's step-by-step structure, run 09; for what happens after signup, run 80.

Read-only pass. Run the app or read the templates and components that render these surfaces; your only write is the report file.

## Phase 1 — Map the conversion path
- List the surfaces in funnel order: entry/landing → value → pricing → signup/checkout → activation. Name the one action each must drive.
- For each, note who lands there (cold or warm) and the single question in their head at that moment.
- Locate what renders them: page/route components, copy, CTAs, forms, pricing, meta/OG tags.

## Phase 2 — Audit through 9 lenses
Cite the component and the exact copy or element for every finding.
1. **Clarity above the fold** — does the hero say what it is, who it's for, and the outcome, in one glance, in words a newcomer gets
2. **Value, not features** — capabilities translated to outcomes; the pain named and bridged; the benefit made concrete
3. **The one action** — a single obvious primary CTA per screen; its wording, contrast, and placement; the gap between intent and click
4. **Trust & risk reversal** — social proof, guarantees, security, transparency; what makes a stranger believe the claims
5. **Friction** — steps, fields, and decisions that can be cut; dead ends; the single leakiest moment
6. **Objections** — the top three reasons a visitor bounces, and whether the page answers them before they leave
7. **Pricing & offer** — legibility, anchoring, plan clarity; how obvious the path from interest to purchase is
8. **Scannability** — hierarchy, length, jargon; can the page be grasped in a ten-second skim
9. **Findable & shareable** — title, meta description, OG/share card, structured data, and speed signals that decide the click

## Phase 3 — Curate
- Rank by expected lift ÷ effort: what moves conversion most per hour of work.
- Separate proven best-practice fixes from hypotheses that need an A/B test — mark which is which.
- Flag anything that would cost trust, accessibility, or clarity if changed carelessly.

## Phase 4 — Report
Create `CRO.md` at repo root:
1. **Funnel map** — each surface · the action it must drive · its biggest leak
2. **Findings** — each: lens · location · what a first-time visitor experiences · the fix · expected lift (H/M/L) · effort (S/M/L)
3. **Top 5 lifts** — ranked by leverage, with the one to ship first and why
4. **Ship vs test** — which fixes are safe to make now, which deserve an experiment

Start the report with today's date. If `CRO.md` already exists from a previous run, read it first and lead with what changed since.

## Rules
- Every finding cites the surface and the exact copy or element — no generic advice
- Speak for the first-time visitor; assume zero prior knowledge of product or niche
- Prefer removing friction over adding persuasion
- No conversion points in this repo? Say so in a one-paragraph null report and stop — a null result is a valid finding.
- If a `reports/` directory exists at the repo root, write the report there instead of the root.
- Before asking, present the top findings as a ranked list in plain words
- Report only — end by asking which lifts to make

House rules for this Goal Prompt

  • Every finding cites the surface and the exact copy or element — no generic advice
  • Speak for the first-time visitor; assume zero prior knowledge of product or niche
  • Prefer removing friction over adding persuasion
  • No conversion points in this repo? Say so in a one-paragraph null report and stop — a null result is a valid finding.
  • If a reports/ directory exists at the repo root, write the report there instead of the root.
  • Before asking, present the top findings as a ranked list in plain words
  • Report only — end by asking which lifts to make
Keep exploring

Pairs well with

Curated neighbors — briefs that answer the adjacent question, worth running in the same session.

More Growth briefs

Runs inside these playbooks — curated sequences you can launch with one paste: