Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 180 additions & 0 deletions squads/negotiation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
# Negotiation Squad

## Overview

Squad de 8 elite minds reais para o pipeline completo de negociacao profissional.
Desde a analise do perfil psicologico do comprador ate o fechamento estrategico,
cada agente tem um framework documentado, testado em milhares de negociacoes reais.
Comment on lines +5 to +7
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Normalize Portuguese orthography in user-facing copy.

There are PT-BR accent/paronym issues (e.g., “analise”/“análise”, “ate”/“até”) that reduce documentation quality.

Also applies to: 11-14

🧰 Tools
🪛 LanguageTool

[uncategorized] ~6-~6: Quando escrita sem acento, esta palavra é um verbo. Se pretende referir-se a um substantivo ou adjetivo, deve utilizar a forma acentuada.
Context: ...pleto de negociacao profissional. Desde a analise do perfil psicologico do comprador ate ...

(PARONYM_ANALISE_363)


[uncategorized] ~6-~6: Se pretende usar a preposição ‘até’, acrescente o acento agudo.
Context: ...lise do perfil psicologico do comprador ate o fechamento estrategico, cada agente t...

(CONFUSÃO_ATE_ATÉ)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@squads/negotiation/README.md` around lines 5 - 7, Update the Portuguese
user-facing copy to normalize orthography and add missing diacritics: replace
"analise" with "análise", "ate" with "até", "negociacao" with "negociação",
"psicologico" with "psicológico", and "estrategico" with "estratégico"; review
the README content (including the other occurrences noted at lines 11-14) and
apply the same diacritic corrections so all user-facing phrases like "Squad de 8
elite minds reais para o pipeline completo de negociacao profissional" become
properly accented and natural in Portuguese.


## Purpose

Este squad transforma qualquer negociacao em um processo estruturado e previsivel.
Em vez de "improvisar", voce usa frameworks testados por negociadores do FBI,
pesquisadores de Harvard, e profissionais que fecharam bilhoes em deals.

## When to Use This Squad

Use **negotiation** quando quiser:

- Definir e precificar seu produto/servico
- Analisar o perfil psicologico do comprador (Buyer DNA)
- Encontrar os clientes ideais (Dream 100)
- Criar planos de prospecao multi-canal
- Montar um pitch com frame control
- Conduzir discovery meetings com SPIN Selling
- Negociar termos com tactical empathy
- Fechar deals estrategicamente
- Planejar negociacoes complexas
- Lidar com objecoes especificas

## The Expert Team

```
Pipeline Phase Expert Framework
─────────────────────────────────────────────────────────────
Profile Buyer → 🧠 Robert Cialdini → 7 Principles of Influence
Find Clients → 🎯 Chet Holmes → Dream 100 Strategy
Prospect → 📞 Jeb Blount → Fanatical Prospecting
Pitch → 🎬 Oren Klaff → STRONG Method + Frame Control
Discover → 🔍 Neil Rackham → SPIN Selling (35K+ calls research)
Negotiate → 🎯 Chris Voss → Tactical Empathy (FBI)
Close → ⚔️ Jim Camp → Start With No System
Advisor → 🕊️ William Ury → Principled Negotiation (Harvard)
Orchestrator → 🤝 Deal Architect → Routes to right expert per phase
```
Comment on lines +32 to +44
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix markdownlint violations (fence languages + table spacing).

Current fences and table spacing trigger MD040/MD058 warnings, which can fail doc lint pipelines.

Suggested doc-lint fix pattern
-```
+```text
 Pipeline Phase    Expert              Framework
 ...
-```
+```

 ### Agents (9)
+
 | Agent | Expert | Framework | Phase |
 |-------|--------|-----------|-------|
 ...
+
 ### Tasks (10)
+
 | Task | Purpose | Expert |
 ...
-```
+```bash
 /negotiation:negotiation-chief
-```
+```

Also applies to: 49-93, 97-99, 102-106, 109-112, 115-119, 123-159

🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 32-32: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@squads/negotiation/README.md` around lines 32 - 44, The README has
markdownlint MD040/MD058 issues from unlabeled code fences and missing blank
lines around tables; update every fenced block (e.g., the pipeline block and
later code blocks around "Agents (9)" and "Tasks (10)") to use explicit fence
languages like ```text or ```bash and ensure there is a blank line before and
after each table and code fence (add or maintain a separating blank line between
headings, code fences, and tables). Locate and fix the unlabeled fences in the
negotiation README sections (the pipeline example, the Agents and Tasks
sections, and other ranges noted) so all fences include a language token and
tables have proper surrounding spacing to satisfy MD040/MD058.


## What's Included

### Agents (9)
| Agent | Expert | Framework | Phase |
|-------|--------|-----------|-------|
| `negotiation-chief` | Deal Architect | Pipeline Orchestration | All |
| `robert-cialdini` | Robert Cialdini | 7 Principles of Influence | Profile |
| `chet-holmes` | Chet Holmes | Dream 100 Strategy | Find |
| `jeb-blount` | Jeb Blount | Fanatical Prospecting | Contact |
| `oren-klaff` | Oren Klaff | STRONG Method | Pitch |
| `neil-rackham` | Neil Rackham | SPIN Selling | Discover |
| `chris-voss` | Chris Voss | Tactical Empathy | Negotiate |
| `jim-camp` | Jim Camp | Start With No | Close |
| `william-ury` | William Ury | Principled Negotiation | Advisor |

### Tasks (10)
| Task | Purpose | Expert |
|------|---------|--------|
| `define-offer` | Define product/service and pricing | Chief |
| `profile-buyer` | Analyze buyer psychology | Cialdini |
| `identify-dream-clients` | Build Dream 100 prospect list | Holmes |
| `prospect-outreach` | Multi-channel prospecting plan | Blount |
| `create-pitch` | STRONG method pitch creation | Klaff |
| `spin-discovery` | Discovery session with SPIN questions | Rackham |
| `negotiate-deal` | Tactical negotiation playbook | Voss |
| `close-deal` | Strategic closing plan | Camp |
| `plan-negotiation` | Full strategy with BATNA | Ury |
| `handle-objection` | Route objection to right framework | Chief |

### Workflows (2)
| Workflow | Purpose |
|----------|---------|
| `wf-full-pipeline` | End-to-end: Define → Profile → Find → Contact → Pitch → Discover → Negotiate → Close |
| `wf-negotiate-deal` | Focused: Profile → Strategy → Negotiate → Close |

### Templates (3)
| Template | Purpose |
|----------|---------|
| `buyer-profile-tmpl` | Buyer DNA profile with influence levers |
| `negotiation-plan-tmpl` | Complete negotiation strategy document |
| `proposal-tmpl` | Professional proposal with anchoring |

### Checklists (2)
| Checklist | Purpose |
|-----------|---------|
| `deal-readiness` | 25-point readiness check before negotiation |
| `negotiation-prep` | Quick 15-minute pre-meeting prep |

## Usage Examples

### Start the Squad
```
/negotiation:negotiation-chief
```

### Quick: Handle an Active Negotiation
```
*negotiate-deal
→ Builds a Chris Voss tactical playbook with accusation audits,
calibrated questions, labels, and Ackerman bargaining plan
```

### Full Pipeline for New Business
```
*full-pipeline
→ Guides you through all 8 phases from offer definition to closing
```

### Specific Expert for Specific Need
```
/negotiation:chris-voss → Direct access to tactical negotiation
/negotiation:neil-rackham → SPIN discovery session
/negotiation:oren-klaff → Pitch creation with frame control
```

## Squad Structure

```
squads/negotiation/
├── agents/
│ ├── negotiation-chief.md # 🤝 Orchestrator
│ ├── robert-cialdini.md # 🧠 Buyer Psychology
│ ├── chet-holmes.md # 🎯 Dream 100
│ ├── jeb-blount.md # 📞 Prospecting
│ ├── oren-klaff.md # 🎬 Pitching
│ ├── neil-rackham.md # 🔍 SPIN Discovery
│ ├── chris-voss.md # 🎯 Tactical Negotiation
│ ├── jim-camp.md # ⚔️ Strategic Closing
│ └── william-ury.md # 🕊️ Strategic Advisor
├── tasks/
│ ├── define-offer.md
│ ├── profile-buyer.md
│ ├── identify-dream-clients.md
│ ├── prospect-outreach.md
│ ├── create-pitch.md
│ ├── spin-discovery.md
│ ├── negotiate-deal.md
│ ├── close-deal.md
│ ├── plan-negotiation.md
│ └── handle-objection.md
├── workflows/
│ ├── wf-full-pipeline.yaml
│ └── wf-negotiate-deal.yaml
├── templates/
│ ├── buyer-profile-tmpl.md
│ ├── negotiation-plan-tmpl.md
│ └── proposal-tmpl.md
├── checklists/
│ ├── deal-readiness.md
│ └── negotiation-prep.md
├── config.yaml
├── squad.yaml
└── README.md
```

## Key Features

1. **Full Pipeline Coverage** — From offer definition to deal closing, every phase has a dedicated expert
2. **Buyer DNA Profiling** — Cialdini's 7 Principles analyze buyer psychology before any interaction
3. **Research-Backed** — Every framework is documented and tested (SPIN: 35K+ calls, Voss: 150+ hostage cases)
4. **Framework-Matched Objection Handling** — Routes each objection to the right expert methodology
5. **Templates & Checklists** — Ready-to-use documents for proposals, negotiation plans, and prep

## Getting Started

1. Activate: `/negotiation:negotiation-chief`
2. Start with: `*define-offer` if you have a product/service to sell
3. Or jump to: `*negotiate-deal` if you have an active negotiation
4. Or run: `*full-pipeline` for the complete end-to-end experience

---

**Ready to close better deals? Let's negotiate.**

_Version: 1.0.0_
Loading