Documentation

Playbooks

21 ready-made investigations. Each one chains several tools into a single finished answer with a concrete deliverable at the end — a ranked fix list, a budget thesis, a punch list you can ship this week.

What a playbook actually is

A structured prompt that already knows the tool surface. Without one, a model tends to call a single tool, summarise, and stop — which produces a shallow answer. A playbook tells it which tools to chain, in what order, and what the output has to contain before it is finished.

They reach your assistant as MCP resources, at clickcontext://playbooks/{id}. A client that supports resources can list them and load one when your question matches. You can also just name one:

Run the "Did my last theme deploy break anything?" playbook.
I shipped on the 14th.

Plan gating

Four sampler playbooks are readable on every plan, including Free — they are marked Free below. The rest of the library unlocks on Growth. The list itself stays open on every plan, so your assistant can always see what exists.

The library

Find the money

Locate revenue that is leaking right now, and what it costs per day.

What's hurting my conversion rate?Free

End-to-end funnel audit: finds the biggest revenue leaks, identifies why, and produces a ranked fix list.

Find my high-intent abandoners

Identifies sessions that came close to converting but didn't, finds the pattern, and proposes a recovery play.

Where's my single biggest leak — and what does it cost per day?

Pins the worst funnel drop-off to a specific page element and converts it into a cost-per-day figure.

Which abandoned carts cost me the most money?

Ranks products by abandoned cart value (add-to-carts that didn't convert × price), then explains why the top one leaks.

What's my biggest hidden hesitation point?

Finds the element visitors stare at longest without clicking — the friction a click heatmap can't see — and whether it's blocking a high-intent moment.

Which form field is losing people?

Field-level form abandonment: completion rates with confidence intervals and the exact field visitors give up on.

Strategic levers

Reframes and budget decisions: where to invest, and what the data really means.

Should I spend on acquisition or retention?

Compares new vs returning visitors on revenue per session and revenue share, then turns it into a budget reallocation thesis.

Why don't single-product visitors buy?

Plots conversion by number of products viewed per session, finds the non-linear jump, and quantifies the prize of moving the single-product pool up one step.

Am I sending traffic to my best pages?

Ranks every page by attention-per-visit against the traffic it receives, surfacing high-attention pages being starved and low-engagement pages being over-fed.

What surprising factor predicts conversion?

Runs statistically-corrected conversion correlations and forces an explanation of any backwards-looking result instead of dismissing it as noise.

Is my best revenue running through known bugs?

Cross-references the highest-value visitor cohort with unresolved JS errors, rage hotspots and funnel friction — and reframes the result as a retention risk.

Find money a dashboard can't show me

The flagship report. Produces 5–7 findings that each require joining behaviour + commerce + traffic, ranked by revenue impact, each with a specific action.

Health & regressions

Catch breakage and dead surfaces before they bleed a week of revenue.

Did my last theme deploy break anything?Free

Compares last 3 days vs. previous 14-day baseline. Catches regressions in errors, click patterns, and conversion before they bleed revenue for a week.

Are visitors hitting broken or dead URLs?

Detects high-traffic 'pages' that are actually broken or encoded URLs — intent-carrying sessions silently bouncing off dead ends.

Is one device silently broken?

Compares devices on time + frustration + revenue (not just conversion) to tell a real defect apart from naturally weaker traffic.

Is my store too slow — and is it costing me sales?Free

Core Web Vitals audit at p75 with Google's grading, tied to the pages where speed actually costs money.

Product & discovery

Catalogue, search and merchandising signals — demand you are not capturing.

What's stopping people from buying [product]?

Deep-dive on a single product page: traffic, intent signals, click frustration, layout issues, and a prioritized PDP fix list.

What inventory am I missing? (zero-result searches)

Surfaces unmet demand by analyzing site search queries that returned no results — direct signal of products customers want but you don't carry.

Which in-demand variants are out of stock?

Crosses variant/swatch click demand with inventory and disabled-state markup to surface sold-out colours still being clicked and the highest-demand variant being fumbled.

Writing your own

Nothing stops you from writing a prompt that chains the tools yourself. The two things the built-in playbooks do that home-made prompts usually miss:

  1. They name the tool sequence.“Run the funnel segmented by device, then take the worst segment and pull the DOM snapshot and element clicks for the page where it drops.”
  2. They end with a concrete deliverable.“Give me a punch list of fixes I can ship this week, ranked by revenue impact.” Without that, models resolve to an open-ended summary.

Both patterns are worth stealing. See Getting good answers for the phrasing that steers hardest.