power-inversion
GitHub统一谈判引擎,整合权力反转与承诺机制。通过BATNA映射、尊严溢价定价及释放资产前的承诺保护(如押金、水印),防止信息泄露并锁定交易杠杆,适用于高 stakes 谈判准备。
Trigger Scenarios
Install
npx skills add winstonkoh87/Athena-Public --skill power-inversion -g -y
SKILL.md
Frontmatter
{
"name": "power-inversion",
"model": "default",
"auto-invoke": true,
"description": "Unified negotiation engine: BATNA mapping, Dignity Premium pricing, and commitment device protection. Absorbs: commitment-device.",
"allowed-tools": [
"Read",
"Write"
],
"argument-hint": "prepare deal | protect the deal | commitment | pricing pushback | negotiate",
"context_trigger": "negotiation, BATNA, leverage, dignity premium, they want info first, pricing pushback, protect this deal"
}
Negotiation Engine (Power Inversion + Commitment)
Absorbs:
commitment-device
Unified pre-negotiation skill. Structures high-stakes deals by mapping BATNAs, asserting the Dignity Premium, and securing leverage BEFORE releasing valuable assets.
Triggers
"negotiation", "prep for call", "pricing pushback", "should I share this first", "they want info before paying", "how do I protect this deal", "they said it's too expensive"
Phase 1: Power Mapping
- Evaluate subjective cost (identity compromise) vs objective payout.
- Calculate the Minimum Acceptable Offer (Responder Floor).
- Invert the Power Dynamic by threatening withdrawal ("The Walk").
Phase 2: Commitment Devices
Never release the asset before securing commitment.
| Device | Mechanism | When to Use |
|---|---|---|
| Refundable Deposit | $X upfront, refund if no deal | Filters extraction-only actors |
| Partial Information | "Deposit to see profiles" | Maintains leverage |
| Penalty Clause | Commission due regardless of channel | Closes bypass loophole |
| Watermarking | Unique identifiers proving pipeline | Creates audit trail |
| Escrow | Third party holds funds | Mutual protection |
The $100 Filter: A refundable deposit isn't about the money — it's a filter for intent. Serious buyer pays; extraction-only balks.
Phase 3: Bias Detection (Pricing)
- Source Check: Where did this number come from? (counterparty anchor, market rate, previous deal?)
- Structural Value:
max(Cost of Production × 1.5, Value to Buyer × 0.3) - Position: Under / Fair / Over relative to structural value
Reference Protocols
- Protocol 64: Commitment Device Framework
- Protocol 120: Power Inversion
- Protocol 330: EEV (Expected Aggregate Value)
Version History
- e624e2d Current 2026-07-19 08:47


