7-step-negotiation

Guides structured seven-step deal negotiations with persistent state and per-step artifacts.

4|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/BoardAI/vallor-plugins --skill 7-step-negotiation-boardai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 7-step-negotiation
Source: https://github.com/BoardAI/vallor-plugins/tree/main/vallor/skills/7-step-negotiation
Command: npx skills add https://github.com/BoardAI/vallor-plugins --skill 7-step-negotiation-boardai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Negotiations often fail because preparation, concessions, and follow-up happen ad hoc. This Skill structures a deal negotiation into seven discrete steps — Prepare, Set Targets, Build the Concession Plan, Open, Bargain, Close, Measure — each producing a concrete artifact, and persists state so a paused negotiation can resume mid-step. ## Core Features & Use Cases - Step-by-step workflow: Walks through preparation research, target setting with walk-away authority checks, concession planning, opening drafts, iterative bargaining with a concession log, deal memo closing, and a post-mortem. - Persistent state: Writes a state.yaml file per negotiation under the plugin config directory, so re-running the skill resumes at the current step or jumps via --step N. - Artifact outputs: Produces prepare.md, targets.md, concession-plan.md, opening.md, concession-log.md, deal-memo.md, and post-mortem.md, each with a forwardable one-line summary. - Use Case: A category manager renewing a contract with a supplier runs the skill with the counterparty name, builds a sourced knowledge pack in Step 1, sets justified aspirational/target/walk-away positions in Step 2, and tracks every concession round until the deal memo is signed. ## Quick Start Ask the assistant to walk you through the 7-step negotiation for a specific counterparty, optionally naming the category or the step to start from.

Frequently Asked Questions about 7-step-negotiation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare for a supplier negotiation step by step?

Run the skill with the counterparty name to start at Step 1, which builds a sourced knowledge pack covering counterparty financials, pressure points, spend history, competitive alternatives, and market state. Each subsequent step produces its own artifact, from target sheets to the deal memo.

How do I resume a paused negotiation plan?

The skill writes a state.yaml file per negotiation tracking the current step and produced artifacts. Re-invoking the skill reads that file and resumes automatically, or you can pass --step N to jump directly to a specific step.

What is the difference between 7-step-negotiation and negotiation-report?

The 7-step skill is an interactive, stateful process that walks you through each negotiation phase over multiple sessions. The negotiation-report skill produces a single research-heavy packet with charts and email drafts in one pass.

Does the skill check my walk-away authority before opening?

Yes. During Step 2 it compares each walk-away position against the escalation matrix in your practice profile. If a walk-away exceeds your authority, it flags the issue and offers to draft an escalation note to the required approver.

What happens when a negotiation crosses the walk-away line?

During bargaining, the skill stops and presents three options: hold the line and risk no deal, escalate to the designated approver for a new walk-away, or signal a final position with one closing sweetener. It will not proceed past the line silently.