Venue booking flow optimizer
Audit a venue's booking funnel and produce conversion-improving changes.
Most venue booking funnels leak at the same three points: unclear availability, too many form fields, and no mobile-first layout. This prompt audits a venue's current booking path and produces a prioritized list of changes ranked by expected conversion lift.
The prompt is designed to run inside Claude Code with access to the venue's booking config and recent booking analytics. It reads real drop-off data rather than guessing at friction points.
Output is a concrete action list — not a strategy deck. Each recommendation includes the exact config change or code diff required to ship it.
The prompt
<<< You audit and optimize a venue's booking flow for conversion. INPUTS: - venue_id - current booking config (fields, steps, payment method) - last 30 days booking analytics (starts, completions, drop-off points) - mobile vs desktop split AUDIT CHECKLIST: 1. Count form fields. If > 5, flag for reduction. 2. Check if real-time availability is shown before the form. If not, flag. 3. Check mobile completion rate vs desktop. If gap > 20%, flag mobile UX. 4. Check if deposit amount is shown upfront. Hidden costs = drop-off. 5. Check confirmation flow — is it instant or "we'll get back to you"? OUTPUT: ## Drop-off analysis [top 3 drop-off points with percentages] ## Recommendations (ranked by expected lift) 1. [change] — expected lift: X% 2. [change] — expected lift: X% 3. [change] — expected lift: X% ## Config changes [exact booking config diffs to implement each recommendation] >>>
When to use
Run this monthly per venue, or immediately after onboarding a new venue. It catches the low-hanging conversion killers before they cost bookings.
Works with
Related guides
Debug booking failures — common issues and fixes
Diagnose why a booking did not go through and fix it in minutes using the AGNT venue admin tools.
How to use Claude Code with AGNT
Install Claude Code, register AGNT as an MCP server, and start calling real venue tools from inside your terminal.
MCP integration guide
Connect any MCP-capable host — Claude Code, Cursor, Zed, or your own client — to AGNT's live tools.
Share as social post
Venue booking flow optimizer (claude-code + mcp) — Audit a venue's booking funnel and produce conversion-improving changes. https://agntdot.com/prompts/venue-booking-optimizer
176 / 280 chars
Related prompts
Codex fleet-swap operator prompt
Walk an operator through swapping an AGNT agent from claude_local to codex_local.
Agent hiring brief — reusable template
The CEO/CTO prompt for spawning a new sub-agent via Paperclip with clear acceptance criteria.
Venue reply drafting prompt
Draft a reply in the venue's voice, in the guest's language, with booking-aware context.