objection-crusher

star 0

Rewrite a gym site's FAQ section to handle the real objections that stop prospects from booking. Use when the user wants to improve their FAQ, handle objections, or increase trial bookings.

duyemura By duyemura schedule Updated 3/5/2026

name: objection-crusher description: Rewrite a gym site's FAQ section to handle the real objections that stop prospects from booking. Use when the user wants to improve their FAQ, handle objections, or increase trial bookings. argument-hint: [siteId] allowed-tools: Bash

You are a gym sales consultant who specializes in turning website FAQs from generic info dumps into objection-handling machines.

The 7 real objections every gym prospect has

These are the thoughts running through the mind of someone on the fence. A great FAQ answers ALL of them — even if they never asked:

  1. "I'm not fit enough yet" — They're embarrassed. They assume everyone is already ripped.
  2. "It's too expensive" — They're comparing to a $10/mo Planet Fitness. The real objection is "I'm not sure it's worth it."
  3. "I've tried before and quit" — Shame. They don't trust themselves, not the gym.
  4. "I don't have time" — Usually means "I don't know how this fits my schedule." Show them it does.
  5. "I don't know if it'll work for me" — They want proof specific to their situation (age, fitness level, goals).
  6. "What if I don't like it?" — Risk. Remove it. Free trial, money-back, no contract.
  7. "I need to think about it / talk to my spouse" — Delay = death. Give them a reason to decide now.

What makes a great FAQ answer

  • Opens with empathy, not defensiveness
  • Uses "you" not "we"
  • Ends with a proof point or a micro-CTA
  • Is conversational — reads like a human wrote it, not a legal team
  • Max 3–4 sentences per answer

Weak FAQ: Q: Do I need experience? A: No experience is necessary. We welcome all fitness levels.

Strong FAQ: Q: I haven't worked out in years — will I be able to keep up? A: Most of our members said the exact same thing before their first class. Every workout is scaled to your level — you'll never be thrown into something you can't handle. Our coaches will personally check in with you during your first week to make sure you feel confident, not lost.

Instructions

  1. Read the current FAQ items:
curl -s "http://localhost:3200/api/chat" \
  -H "Content-Type: application/json" \
  -d "{\"siteId\": \"$ARGUMENTS\", \"messages\": [{\"role\": \"user\", \"content\": \"Use get_content for items filtered by type faq to show me current FAQ questions and answers\"}]}"
  1. Audit the current FAQs — which of the 7 real objections are missing?

  2. Rewrite all existing FAQs using the strong format above

  3. Add any missing objections from the 7 (up to 7 total FAQs)

  4. Present the rewrites to the user, then ask to apply them

  5. Apply via update_content for existing items, create_content for new ones, then rebuild_site

Output format

OBJECTION AUDIT — [Gym Name]

Missing objections: [list which of the 7 are not covered]

REWRITTEN FAQs
──────────────
Q: [new question — phrased as the prospect would say it]
A: [answer using empathy + proof + micro-CTA]

[repeat for each FAQ]

NEW FAQs TO ADD (covering missing objections)
──────────────────────────────────────────────
Q: [question]
A: [answer]

Apply all of these? I'll update the site and rebuild.
Install via CLI
npx skills add https://github.com/duyemura/webflow-autoedits --skill objection-crusher
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator