Objection Handling
ACRC-framework objection playbook and live/email scripts for B2B reps — covers price, ghosting, and champion-relayed objections, not just pricing pushback.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 3bce40d
Tested it on a champion-relayed objection ('my legal team has concerns about data handling') instead of the SKILL's own worked example — it correctly combined the Team-Based Objection Handling section (equip the champion, ask for direct access) with the Technical/compliance script, something a plain unscripted reply skipped entirely. (Listed here under our older name; the skill's own name is "Objection Handling".)
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Objection Handling does
Builds a full objection-handling playbook using the Acknowledge-Clarify-Respond-Confirm framework, covering price, timing, competition, status-quo, and authority objections, plus a dedicated multi-touch ghosting re-engagement sequence and guidance for objections relayed secondhand through a champion. Reads .agents/sales-context.md if present for value-prop-specific responses, otherwise asks for product/pricing/competitor context first. Frontmatter name is 'objection-handling' (the old card called it 'objection-handler').
How to install Objection Handling
git clone https://github.com/TheCraigHewitt/sales-skills
cd sales-skills
mkdir -p ~/.claude/skills
cp -r skills/objection-handling ~/.claude/skills/objection-handler
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Objection Handling
-
/objection-handlerACRC-framework objection playbook and live/email scripts for B2B reps — covers price, ghosting, and champion-relayed objections, not just pricing pushback.
It also activates on plain-language prompts like these:
-
Help me practice responses to a pricing objection -
Simulate handling the 'we already have a vendor' objection -
Drill responses to objections from my deal-stage log
Frequently asked questions
- Is the Objection Handling skill free?
- Yes. The skill itself is free from TheCraigHewitt/sales-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Objection Handling work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Tested it on a champion-relayed objection ('my legal team has concerns about data handling') instead of the SKILL's own worked example — it correctly combined the Team-Based Objection Handling section (equip the champion, ask for direct access) with the Technical/compliance script, something a plain unscripted reply skipped entirely. (Listed here under our older name; the skill's own name is "Objection Handling".)
- What is the Objection Handling SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Objection Handling?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Objection Handling with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.