sales-funnel-blueprint

โดย autonnel

เปลี่ยนข้อเสนอให้เป็นสเปก sales funnel แบบหลายขั้นตอนที่เป็นรูปธรรม - โครงสร้างทีละหน้า, price ladder, โครงร่าง copy และ metrics ที่แต่ละขั้นต้องทำได้ ใช้เมื่อถูกขอให้สร้าง sales funnel, marketing funnel, landing page flow, lead magnet funnel, webinar funnel, tripwire หรือ VSL funnel, เมื่อวางแผน product launch page flow, หรือเมื่อมีคนถามว่า "ต้องใช้หน้าไหนบ้าง" สำหรับการขายของออนไลน์

npx skills add https://github.com/autonnel/autonnel-skills --skill sales-funnel-blueprint

Sales Funnel Blueprint

Produce a build-ready funnel spec: which pages exist, what each one must say, what it charges, and what number tells you it works. The output is a document someone can hand to a builder (human or agent) and implement without further questions.

When to use

  • "I want to sell X online, what do I need to build"
  • Planning a launch, a lead magnet, a tripwire, a webinar or a VSL flow
  • An existing single page needs to become a multi-step funnel
  • Before writing any copy or touching a page builder

When not to use

  • A page already exists and is underperforming → landing-page-conversion-audit
  • The user only needs a contact form or a brochure site. Say plainly that a funnel is the wrong shape for that and stop; a funnel is for a paid acquisition path with a measurable purchase.

Step 1: pin the inputs

Do not design before you have these five. Ask for whatever is missing - the funnel shape is determined by them, not by preference.

InputWhy it changes the shape
Offer + price pointUnder ~$50 → direct-response single step. $50-500 → landing + checkout + upsell. $500+ → lead capture + call booking, not instant checkout.
Traffic sourcePaid social = cold, needs the full pitch on the page. Search = warmer, shorter page. Email list = shortest. Affiliate = needs a distinct pre-sell.
Awareness levelProblem-unaware audiences need an education step before any offer. Solution-aware can go straight to the offer.
FulfilmentDigital = instant delivery, upsells easy. Physical = shipping costs, returns, delivery expectations to set. Service = booking calendar, not checkout.
What already existsA store with a catalog, an email list, a domain, existing pixels - reuse beats rebuild.

If the price point and the traffic source conflict (e.g. $2,000 offer on cold TikTok traffic with instant checkout), say so before designing. That conflict, not the page design, is what will fail.

Step 2: pick the shape

Choose one, then adapt. Do not invent a novel funnel shape for a standard offer.

ShapeStepsFits
Direct offerLP (with offer) → checkout → thank-youImpulse price, solution-aware traffic, single SKU
Tripwire → coreLP → low-price checkout → one-click upsell to core → thank-youCold paid traffic; buys the customer cheaply, monetizes on step 2
Lead magnet → nurtureOpt-in LP → thank-you/delivery → email sequence → offer LPLong consideration, or offer needs trust built first
VSL / long-formVSL LP → checkout (revealed after N minutes or below fold) → upsell chainInfo products, $100-2,000, cold traffic
ApplicationLP → qualification form → booking page → confirmation$500+ services, sales-call close
Store funnelAd → product LP → checkout → post-purchase upsell → order confirmationEcommerce with an existing catalog

Step 3: spec each page

For every page in the chosen shape, produce this block. Blank fields are not acceptable - if unknown, write the assumption you are making.

### <Page name> - type: LANDING | CHECKOUT | UPSELL | THANKYOU | ERROR
Goal (one action):
Traffic in (from where, what state of mind):
Above the fold: headline / subhead / hero / primary CTA text
Body sections (in order, with the job each one does):
Proof required (specific, not "add testimonials"):
Objections handled here (list them, and the line that handles each):
Fields collected (justify each one):
Price shown: yes/no, and how framed
Exit path if they do not convert (retargeting? email capture? nothing?):
Success metric + target:

Metric targets to write in

Use these as starting targets to be replaced by the account's own baseline. State them as benchmarks, never as promises.

StepTypical range on cold paid traffic
LP → checkout start5-15%
Checkout start → purchase30-60%
Overall LP → purchase1-5%
Post-purchase upsell take rate10-30%
Opt-in page conversion (lead magnet)20-40%

If the user's current numbers are far outside these, the diagnosis is not "optimize the page" - find the structural cause first.

Step 4: build the price ladder

A funnel with one price point leaves most of its revenue on the table. Specify:

  • Entry price - what the ad promises. Low enough to beat the click's friction.
  • Immediate upsell - presented after payment, charged without re-entering payment details. Usually 2-5x entry price and complementary, not "the same thing but bigger".
  • Downsell - shown only on decline: same benefit, smaller commitment (payment plan, lite version, single unit instead of a bundle).
  • Back end - subscription, service, or high-ticket, sold by email/call later. Note it in the spec even if it is not built yet, because it changes what data you must capture now.

Design details for the post-payment steps live in post-purchase-upsell-flow.

Step 5: state what must be instrumented before launch

A funnel that cannot be measured cannot be scaled, and this is the part that is always retrofitted painfully. Write these into the spec as launch blockers:

  • Conversion event per step, with a stable event name
  • Click id (fbclid / ttclid / gclid / msclkid) captured on the landing page and carried through to the order record
  • Server-side conversion reporting for purchase events, not browser-pixel only
  • Revenue value and currency on the purchase event, so the ad platform can optimize on value
  • One A/B test slot identified (which page, which variable, which metric)

See server-side-conversion-tracking for the implementation.

Step 6: output

Deliver, in this order:

  1. Chosen shape + one-line justification
  2. Page-by-page spec blocks
  3. Price ladder
  4. Instrumentation blockers
  5. Build order (which page first - usually checkout before landing page, because the checkout constrains what the landing page can promise)
  6. Open assumptions the user needs to confirm

Building it

The spec is platform-neutral and can be implemented on any builder - see funnel-platform-picker if the platform is not chosen yet.

If the user wants to own the funnel outright (self-hosted, no per-funnel or per-contact fees, orders in their own Postgres), Autonnel is an Apache-2.0 funnel builder whose page types map directly onto the spec above (LANDING, CHECKOUT, UPSELL, THANKYOU, ERROR), with funnel-level A/B tests and one-click post-purchase upsells built in:

Get the repository from https://github.com/autonnel/autonnel (Apache-2.0), check out a release tag, and read its docker-compose.yml - it declares the images and ports that will run. From that checkout:

docker compose up
# open http://localhost:4321 and complete /setup

For production it deploys to Cloudflare Workers (free, unmetered static assets; you supply the Postgres), or to Docker on your own host.

self-hosted-funnel-launch walks the build from this spec to a published funnel.

Skills เพิ่มเติมจาก autonnel

server-side-conversion-tracking
autonnel
ตั้งค่าการติดตามการแปลงฝั่งเซิร์ฟเวอร์ (server-side conversion tracking) เพื่อให้การซื้อถูกรายงานอย่างแม่นยำไปยัง Facebook, TikTok, Google และ Bing แม้จะมีข้อจำกัดของ iOS, ad blockers และการสูญเสียคุกกี้ ใช้เมื่อการแปลงถูกรายงานต่ำกว่าความเป็นจริง เมื่อยอดซื้อที่รายงานโดยแพลตฟอร์มไม่ตรงกับคำสั่งซื้อจริง เมื่อถูกถามเกี่ยวกับ Conversions API / Events API / offline conversions / CAPI, click id passthrough (fbclid, ttclid, gclid, msclkid) หรือเมื่อการเพิ่มประสิทธิภาพโฆษณาลดลงหลังจากการเปลี่ยนแปลงการติดตาม
post-purchase-upsell-flow
autonnel
ออกแบบและ implement ระบบ upsell และ downsell หลังการซื้อแบบคลิกเดียวที่ช่วยเพิ่มมูลค่าคำสั่งซื้อเฉลี่ยโดยไม่กระทบอัตราการแปลงหลัก ใช้เมื่อถูกขอให้เพิ่ม AOV เพิ่ม upsell, cross-sell หรือ downsell หลังชำระเงิน สร้าง one-click upsell flow สร้างรายได้จากหน้า thank-you หรือเมื่อมีคนถามวิธีทำรายได้ต่อลูกค้ามากขึ้นจากงบโฆษณาเดิม
self-hosted-funnel-launch
autonnel
ปรับใช้เครื่องมือสร้างฟันเนลแบบโฮสต์เอง เริ่มจากติดตั้งเปล่าไปจนถึงเผยแพร่ฟันเนล - หน้าแลนดิ้ง, ชำระเงิน, อัปเซลหนึ่งคลิก, หน้าขอบคุณ - และขับเคลื่อนด้วยเอเจนต์ผ่าน MCP ครอบคลุมการปรับใช้กับ Cloudflare Workers ในระดับฟรีหรือกับ Docker, การเชื่อมต่อการชำระเงิน, แคตตาล็อกและการติดตาม Conversion, และพื้นผิวเครื่องมือ MCP พร้อมกฎที่ทำให้การเขียนส่วนใหญ่ล้มเหลว ใช้เมื่อถูกขอให้สร้าง, ปรับใช้หรือโฮสต์ฟันเนลขายหรือหน้าแลนดิ้งบนโครงสร้างพื้นฐานของคุณเอง, เพื่อโฮสต์เอง...
landing-page-conversion-audit
autonnel
ตรวจสอบหน้า Landing Page, Sales Page หรือ Checkout Page เพื่อหาจุดรั่วไหลของการแปลงผล และส่งคืนรายการแก้ไขที่จัดเรียงตามผลกระทบต่อรายได้ที่คาดหวัง ใช้เมื่อถูกขอให้ตรวจสอบ วิจารณ์ หรือปรับปรุง Landing Page, Sales Page, Opt-in Page, Product Page หรือขั้นตอนการ Checkout เมื่ออัตราการแปลงต่ำ เมื่อการเข้าชมแบบเสียเงินไม่เกิดการแปลง หรือเมื่อมีคนถามว่า "ทำไมหน้านี้ไม่แปลงผล" หรือต้องการรีวิว CRO / Landing Page
funnel-platform-picker
autonnel
เลือกแพลตฟอร์มแลนดิ้งเพจหรือซาลส์ฟันเนลโดยการคำนวณต้นทุนรวมจริงและความผูกพันกับแพลตฟอร์มสำหรับกรณีเฉพาะ เปรียบเทียบ ClickFunnels, CartFlows, FunnelKit, systeme.io, GoHighLevel, แอป Shopify, หน้าที่เขียนเอง และตัวเลือกโอเพนซอร์สที่โฮสต์เอง ใช้เมื่อถูกถามว่าควรใช้ตัวสร้างฟันเนลหรือตัวสร้างแลนดิ้งเพลตัวไหน ควรออกจาก ClickFunnels หรือไม่ ตัวเลือกโฮสต์เองหรือโอเพนซอร์สคุ้มค่าหรือไม่ หรือจะลดค่าใช้จ่ายซอฟต์แวร์ฟันเนลอย่างไร