plugins marketplace
← All plugins

wondelai-negotiation

v1.0.0

Tactical negotiation framework based on Chris Voss's techniques

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/wondelai-negotiation/ inside the repository.

Layout

plugins/business-tools/wondelai-negotiation/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

negotiationSKILL.md

Prepare and execute negotiations using tactical empathy, calibrated questions, and the Ackerman method. Use when the user mentions "salary negotiation", "contract terms", "handling objections", "mirroring and labeling", "difficult conversation", "deal terms", "BATNA", "anchoring", "how do I ask for a raise", "get a better deal", or "they wont budge on price". Also trigger when preparing for a vendor negotiation, resolving a pricing dispute, or navigating a high-stakes conversation where both sides need to feel heard. Covers accusation audits, Black Swan discovery, and the "Thats Right" technique. For persuasion in product and marketing, see influence-psychology.

Manifests1

plugins/business-tools/wondelai-negotiation/.claude-plugin/plugin.json
{
  "name": "wondelai-negotiation",
  "version": "1.0.0",
  "description": "Tactical negotiation framework based on Chris Voss's techniques",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "business-tools",
    "wondelai",
    "skills"
  ]
}