elliot-stack 1.0.30 → 1.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +4 -0
  3. package/bin/install.cjs +981 -950
  4. package/hooks/repo-search-nudge.js +32 -32
  5. package/package.json +1 -1
  6. package/skills/estack-active-learning-tutor/SKILL.md +339 -339
  7. package/skills/estack-better-title/SKILL.md +64 -64
  8. package/skills/estack-better-title/scripts/rename.sh +55 -55
  9. package/skills/estack-chris-voss/SKILL.md +80 -80
  10. package/skills/estack-chris-voss/references/elliot-notes.md +120 -120
  11. package/skills/estack-chris-voss/references/voss-principles.md +210 -210
  12. package/skills/estack-customer-discovery/SKILL.md +60 -60
  13. package/skills/estack-flight-planner/SKILL.md +332 -332
  14. package/skills/estack-flight-planner/references/config_schema.md +156 -156
  15. package/skills/estack-flight-planner/references/flight_history_schema.md +97 -97
  16. package/skills/estack-flight-planner/references/shuttle_schedules.md +98 -98
  17. package/skills/estack-flight-planner/scripts/check_setup.sh +89 -89
  18. package/skills/estack-flight-planner/scripts/fetch_flights.py +99 -99
  19. package/skills/estack-flight-planner/scripts/filter_flights.py +265 -265
  20. package/skills/estack-flight-planner/scripts/pair_shuttles.py +173 -173
  21. package/skills/estack-github-issue-tracker/SKILL.md +322 -322
  22. package/skills/estack-github-issue-tracker/bin/tracker-tools.cjs +1358 -1358
  23. package/skills/estack-github-issue-tracker/references/gh-cli-patterns.md +124 -124
  24. package/skills/estack-github-issue-tracker/references/result-file-schema.md +156 -156
  25. package/skills/estack-github-issue-tracker/references/tracker-schema.md +96 -96
  26. package/skills/estack-github-issue-tracker/tracker-template.md +58 -58
  27. package/skills/estack-leadership-coach/SKILL.md +235 -0
  28. package/skills/estack-leadership-coach/adding-references.md +280 -0
  29. package/skills/estack-leadership-coach/frameworks/delegation/flows/post-mortem.md +120 -0
  30. package/skills/estack-leadership-coach/frameworks/delegation/flows/pre-delegation.md +138 -0
  31. package/skills/estack-leadership-coach/frameworks/delegation/phases/1-intake.md +145 -0
  32. package/skills/estack-leadership-coach/frameworks/delegation/phases/2-trm-assessment.md +119 -0
  33. package/skills/estack-leadership-coach/frameworks/delegation/phases/3-enrollment.md +132 -0
  34. package/skills/estack-leadership-coach/frameworks/delegation/phases/4-build-brief.md +171 -0
  35. package/skills/estack-leadership-coach/frameworks/delegation/phases/5-monitoring.md +134 -0
  36. package/skills/estack-leadership-coach/frameworks/delegation/phases/6-reverse-delegation.md +118 -0
  37. package/skills/estack-leadership-coach/frameworks/delegation/phases/7-diagnose.md +200 -0
  38. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__deci-olafsen-ryan-2017-self-determination-theory-in-work-organizations.md +1881 -0
  39. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__gagne-deci-2005-self-determination-theory-and-work-motivation.md +2058 -0
  40. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__selfdeterminationtheory-org-theory-overview-page.md +61 -0
  41. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-3-key-insights-into-the-global-workplace-2024.md +57 -0
  42. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-managers-account-for-70-percent-of-variance-in-employee-engagement-2015.md +40 -0
  43. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-global-data-summary.md +73 -0
  44. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-report-landing.md +42 -0
  45. package/skills/estack-leadership-coach/references/.source-files/hormozi-leila_4-stages__leila-hormozi-the-art-of-delegation-blog-post.md +91 -0
  46. package/skills/estack-leadership-coach/references/.source-files/oncken-wass_monkeys-hbr-1974__oncken-wass-management-time-whos-got-the-monkey-hbr-classic-1974.md +969 -0
  47. package/skills/estack-leadership-coach/references/.source-files/sanchez_main-street-millionaire__codie-sanchez-afford-anything-podcast-ep-565-show-notes.md +89 -0
  48. package/skills/estack-leadership-coach/references/.source-files/sullivan_who-not-how__dan-sullivan-impact-filter-tool-and-guide-booklet.md +565 -0
  49. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-lewis-howes-school-of-greatness-ep-1231-show-notes.md +122 -0
  50. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-roger-dooley-cues-interview.md +194 -0
  51. package/skills/estack-leadership-coach/references/deci-ryan_self-determination-theory.md +166 -0
  52. package/skills/estack-leadership-coach/references/doerr_measure-what-matters.md +154 -0
  53. package/skills/estack-leadership-coach/references/ferriss_4hww.md +189 -0
  54. package/skills/estack-leadership-coach/references/gallup_engagement-research.md +105 -0
  55. package/skills/estack-leadership-coach/references/gerber_e-myth-revisited.md +118 -0
  56. package/skills/estack-leadership-coach/references/grove_high-output-management.md +95 -0
  57. package/skills/estack-leadership-coach/references/hormozi-alex_followthrough.md +152 -0
  58. package/skills/estack-leadership-coach/references/hormozi-leila_4-stages.md +146 -0
  59. package/skills/estack-leadership-coach/references/oncken-wass_monkeys-hbr-1974.md +128 -0
  60. package/skills/estack-leadership-coach/references/sanchez_main-street-millionaire.md +196 -0
  61. package/skills/estack-leadership-coach/references/sullivan_who-not-how.md +137 -0
  62. package/skills/estack-leadership-coach/references/van-edwards_cues.md +189 -0
  63. package/skills/estack-migrate-claude-session-history/SKILL.md +226 -0
  64. package/skills/estack-migrate-claude-session-history/references/path-encoding.md +55 -0
  65. package/skills/estack-migrate-claude-session-history/references/troubleshooting.md +96 -0
  66. package/skills/estack-migrate-claude-session-history/scripts/migrate-claude-history.js +1123 -0
  67. package/skills/estack-migrate-claude-session-history/scripts/test-append-note.js +48 -0
  68. package/skills/estack-migrate-claude-session-history/scripts/test-validate-migration.py +326 -0
  69. package/skills/estack-migrate-claude-session-history/scripts/validate-migration.py +493 -0
  70. package/skills/estack-pdf-to-md/SKILL.md +180 -0
  71. package/skills/estack-pdf-to-md/scripts/pdf_to_md.py +596 -0
  72. package/skills/estack-productivity-prioritization-coach/SKILL.md +124 -0
  73. package/skills/estack-productivity-prioritization-coach/sources/01-tony-robbins-rpm.md +39 -0
  74. package/skills/estack-productivity-prioritization-coach/sources/02-justin-sung-task-prioritization.md +34 -0
  75. package/skills/estack-prompt-builder-coach/SKILL.md +81 -81
  76. package/skills/estack-prompt-builder-coach/definition-of-done-generator.md +42 -42
  77. package/skills/estack-prompt-builder-coach/prompt-builder.md +37 -37
  78. package/skills/estack-prompt-builder-coach/task-shaper.md +36 -36
  79. package/skills/estack-prompt-builder-coach/vague-ask-auditor.md +37 -37
  80. package/skills/estack-read-claude-session-history/SKILL.md +204 -204
  81. package/skills/estack-read-claude-session-history/references/jsonl-schema.md +126 -126
  82. package/skills/estack-read-claude-session-history/references/modes.md +423 -423
  83. package/skills/estack-read-claude-session-history/references/recipes.md +271 -271
  84. package/skills/estack-read-claude-session-history/scripts/lib/__init__.py +1 -1
  85. package/skills/estack-read-claude-session-history/scripts/lib/parser.py +460 -460
  86. package/skills/estack-read-claude-session-history/scripts/lib/paths.py +234 -234
  87. package/skills/estack-read-claude-session-history/scripts/lib/search.py +179 -179
  88. package/skills/estack-read-claude-session-history/scripts/lib/subagents.py +88 -88
  89. package/skills/estack-read-claude-session-history/scripts/lib/tools.py +144 -144
  90. package/skills/estack-read-claude-session-history/scripts/read_transcript.py +1776 -1776
  91. package/skills/estack-read-claude-session-history/scripts/tests/conftest.py +40 -40
  92. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/README.md +20 -20
  93. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/all-noise.jsonl +4 -4
  94. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/basic-session.jsonl +2 -2
  95. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-gaps.jsonl +9 -9
  96. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-noise.jsonl +7 -7
  97. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-a.jsonl +3 -3
  98. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-b.jsonl +3 -3
  99. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-waiting.jsonl +5 -5
  100. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/interrupted.jsonl +2 -2
  101. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/multi-compact.jsonl +8 -8
  102. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/pending-user.jsonl +2 -2
  103. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta/subagents/agent-aaa.jsonl +2 -2
  104. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta.jsonl +2 -2
  105. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.jsonl +2 -2
  106. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.meta.json +1 -1
  107. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent.jsonl +4 -4
  108. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/time-spread.jsonl +6 -6
  109. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/timeline-day-test.jsonl +5 -5
  110. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/tool-zoo.jsonl +10 -10
  111. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/truncated.jsonl +2 -2
  112. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/unicode.jsonl +2 -2
  113. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-advisor.jsonl +3 -3
  114. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-compact.jsonl +5 -5
  115. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-thinking.jsonl +2 -2
  116. package/skills/estack-read-claude-session-history/scripts/tests/test_backup_roots.py +56 -56
  117. package/skills/estack-read-claude-session-history/scripts/tests/test_engagement.py +239 -239
  118. package/skills/estack-read-claude-session-history/scripts/tests/test_json_format.py +201 -201
  119. package/skills/estack-read-claude-session-history/scripts/tests/test_modes.py +199 -199
  120. package/skills/estack-read-claude-session-history/scripts/tests/test_parser.py +195 -195
  121. package/skills/estack-read-claude-session-history/scripts/tests/test_paths.py +133 -133
  122. package/skills/estack-read-claude-session-history/scripts/tests/test_search.py +78 -78
  123. package/skills/estack-read-claude-session-history/scripts/tests/test_subagents.py +43 -43
  124. package/skills/estack-read-claude-session-history/scripts/tests/test_timeline.py +179 -179
  125. package/skills/estack-read-claude-session-history/scripts/tests/test_timezone_and_project.py +212 -212
  126. package/skills/estack-read-claude-session-history/scripts/tests/test_tools.py +80 -80
  127. package/skills/estack-repo-search/SKILL.md +3 -1
@@ -1,120 +1,120 @@
1
- Notes:
2
- - 3 steps to old method to negotiate
3
- 1. Separate the emotion form the problem
4
- 2. don’t get wrapped up in the other person‘s position, but instead of focus on what they’re interests are. So you can find what they really want.
5
- 3. Work together to create win-win options.
6
- - The best way to quiet the voice in their head and your head at the same time. Make your all encompassing purpose to hear/understand what the other person has to say.
7
- - Your voice is one of your biggest tools in negotiation. The tone of your voice sets the stage for the conversation.
8
- - 3 voice tones
9
- 1. Positive playful (relax and smile while your talking) MOST USEFUL
10
- - When people are in a positive frame of mind they think more quickly and more likely to problem solve
11
- 2. Calm and encouraging (inflict your voice in a downward way)
12
- 3. Direct and assertive (signals dominance which most people will push back against) AVOID
13
- - When u inflict your voice in a downward way. U put it out there that u got it covered. Talking slowly and clearly you convey 1 idea. I’m in control. (Use this when an item is not up for discussion)
14
- - When u inflect in an upwards way u invite a response. Why? Because u leave the door open for uncertainty, u make the statement sound like a question.
15
- - Mirroring: say the last 3 words of what they said or last 3 important words. Gets the speaker to elaborate. ALWAYS LET THE OTHER PERSON RESPOND!
16
- - Being right ISNT the key to a successful negotiation having the right mindset is.
17
- - Slow it down. Going to quickly makes other people feel like they aren’t being heard.
18
- - Ask people to help. Everyone wants to help, find a way they can help u and ask for help. Especially if they don’t like you, ask for help!!
19
- - Labeling: identification and acknowledgment of the other party’s emotions to build rapport and guide the conversation. Ex: it sounds like, it looks like (then their feeling) Note: DONT use I, it gets people to think you are selfish
20
- - People emotions have two levels:
21
- 1. The "presenting" behavior: the part above the surface you can see and hear,
22
- 2. beneath, the "underlying" feeling is what actually motivates the behavior.
23
- - The fastest and most efficient means of establishing a quick working relationship is to acknowledge the negative and diffuse it. Ex: when talking to the fam of a hostage I started with Ik your scared or when I make a mistake I always acknowledge the other person's anger. The phrase "Look, I'm an asshole" is an effective way to make problem go away.
24
- - The point of labeling is to label the emotion or feelings that the person is feeling so that they will start to elaborate on the underlying cause of the problem.
25
- - Power of labeling the negatives: identifying fears or concerns upfront reduces their impact. Ex: acknowledging something as horrible makes it seem less intimidating. Ex: “I don’t want this to sound harsh” or “I don’t want to seem like an asshole”
26
- - No, is most people’s default answer
27
- - No, is the start of the negotiation not the end of it
28
- - We can’t control others decisions, we can only lead/influence them to the decision we want
29
- - No, it makes the speaker feel in control (like they are in the drivers seat)
30
- - Everyone is driven by 2 primal urges, 1: to feel safe and secure and 2: to feel in control. We need to satisfy those 2 urges to get in the door.
31
- - There are three types of “yes":
32
- 1. Counterfeit Yes: A deceptive yes, used to avoid conflict.
33
- 2. Confirmation Yes: A simple agreement to facts.
34
- 3. Commitment Yes: A real agreement with intent to act.
35
- - No, it makes the speaker feel in control (like they are in the drivers seat)
36
- - How to get someone to a No, especilally if they are not listiening
37
- - say something that is totaly wrong, forcing them to listen and correct you
38
- - ask them what they "dont want"
39
- - Don’t push people to say “Yes” it makes people defensive. We love to hear it but hate to say it. Instead go for “No”
40
- - How to always get an email back: “Have you given up on this project”, this gets you a NO and pushes the other party to respond, and correct you. It’s the equivalent of parents saying “I’m leaving” and u screaming “No” and chasing after them.
41
- - That’s right breakthrough. Happens when you make the other feel like you truly understand their position/perspective. After this most people are more open to collaboration.
42
- - How to get a “that’s right”, summarize what the other person said to show that your listening and understanding. When you get the “that’s right” it mean you have built enough trust to move forward
43
- - The moment you convince someone that you truly understand their dreams, feelings, the world they inhabit. Mental and behavior change becomes possible and the foundation for breakthrough has been laid.
44
- - No deal is better then a bad deal
45
- - Deadlines are often not as rigid as they seem. They are mostly self-imposed and based on external factors that can be adjusted.
46
- - Deadlines can be used as a tool for leverage. You can use a deadline to create anxiety and rush the other side into agreement.
47
- - Don't feel obligated to reveal or accept a deadline. Being transparent with deadlines a lot of the time helps both parties. Note: if you don't know the other party's deadline, as you approach your deadline, you end up bargaining with yourself.
48
- - Decision-making is governed by emotion, not rationality
49
- - When someone accuses one of being unfair, they automatically develop feelings of discomfort and get defensive
50
- - The best response to being called “unfair” is to apologize and say “let’s go back to when I started testing you unfairly and we’ll fix it”
51
- - Way to respond if someone says they have you a “fair” offer, either mirror the “fair” back at them and label: “it sounds like you are ready to show the evidence to support that”
52
- - If you start the negotiation by saying you want to make sure your treating them fairly it sets the tone that you are honest and trustworthy
53
- - In negotiation to get real leverage, you have to show the other party. They have something to lose if the deal falls through.
54
- - anchor their emotions: start with an accusation audit (tell them a bunch of negatives before they can think it), this prepares them for something negative, trigging their loss aversion, prepping them to jump on the first positive thing you offer
55
- - "I wanted to bring this opportunity to you before I took it to someone else" great way to create a sense of urgency (fear of missing out), make the listener feel special, and create a deadline
56
- - in monetary negotiations try to let the other side go first since in most cases you don't have all the facts
57
- - establish a range: if you offer a range of numbers, it increases the chances of getting a number within that range, and that way you go first without getting the other party in a defensive position. (just remember the other party will probably anchor to the lowest number, so make your lowest number higher than the actual number you want)
58
- - When you offer a number that ends in zeros (120,000), it feels like a temporary number, versus if you offer a number like $126,263 that feels like a number that was reached through thoughtful calculation and it’s way more immovable
59
- - Add an unrelated surpose gift, this will create feelings of reseprocity, leaidng to either the other party increasing thier number or paying you back in the future.
60
- - Pleasantly persistent about unmonetary terms, potentially leads to monetary increase. Ex: a woman asked for an extra week of vacation past max, persistently, but instead they increased her salary
61
- - In an interview, always ask “What does it take to be successful here?” This works because when someone gives u guidance then they have a personal stake in seeing u succeed.
62
- - People will take more risks to avoid a loss then to realize a gain. Make sure the other party sees there is more to loose by inaction
63
- - Calibrated question:
64
- - not yes or no question
65
- - use how what and why
66
- - EX: how am I supposed to do that, what are we trying to accomplish here
67
- - basicly asking the other party to help u over come your problems
68
- - 7/38/55 rule:
69
- - 7% of a message is based on the words
70
- - 38% of a message comes from the tone of voice
71
- - 55% of a message from the speaker’s body language and face
72
- - Rule of 3:
73
- - if you can get the other party to agree to the same thing 3 times in a discussion you triple the chances that your actually getting a "commitment yes" not a "counterfeit yes"
74
- - going over the same topic 3 times, helps uncover issues
75
- - dont sound like a broken record, ask related questions or label to get a "thats right"
76
- - use "how" or "what" questions about implementation, and their answer to that counts as a yes
77
- - signs of lying
78
- - liars use more words
79
- - liars use more third party pronouns (staying away form using "I")
80
- - liars talk in more complex sentences (make more complex stories)
81
- - Pronoun usage in negotiation reveals a person's true influence—those who overuse "I," "me," and "my" often have less power, while those who defer to "we," "they," and "them" are more likely key decision-makers avoiding direct commitment.
82
- - If you start with saying something’s really expensive then people will brace themselves, and then if the thing you say is lower than their expectation, they will be happy and relieved, and after the thing u say is higher than expected than at least they brace themselves for it. This will lower the big reaction when you say the cost.
83
- - 3 types of negotiators
84
- 1. Assertive: time is money, love winning, direct and candid, mostly wants to be heard, can't listen to you until they feel you understand them,
85
- - How to deal with: mirrors, calibrated questions, labels, summaries, most importantly get a "that's right"
86
- - Meaning of Silence: they ran out of things to say
87
- 2. Accommodators: want free following continuous communication, love win-wins, want to remain good friends (friendly, easy to talk to)
88
- - How to deal with: listen, nudge their talk toward actions with calibrated questions,
89
- - Meaning of Silence: they are angry
90
- 3. Analysts: slow, methodical, diligent, work toward best result in a systematic way, time is of little consequence, they hate surprises (will research a lot in advance)
91
- - How to deal with: they are skeptical by nature so dont ask many questions at the start, use clear data to drive reasons, give them opportunity to think
92
- - Meaning of Silence: they want to think
93
- - Thinking your normal and everyone else thinks like you is really dangerous, with 3 different types of negotiations, there is a 66% chance the other person has a different negotiation style
94
- - Black Swan Rule: treat others the way THEY NEED to be treated
95
- - Types of Negotiators PDF: https://tinyurl.com/types-of-negotiators-pdf (also in email form black swan group)
96
- - asking "why?" often makes people defensive
97
- - Use "why" in a negotiation by asking them to defend a position that benefits you. Ex: asking them why would they ever switch to you form their current supplier
98
- - no deal is better then a bad deal (have the ready to walk mentality)
99
- - Ackerman Bargaining: combines reciprocity, extreme anchors, loss aversion and more...
100
- 1. set your target price
101
- 2. set your first offer 65% above/below your target (Extreme Anchor)
102
- 3. calculate three sets of DECREASING increments Ex: 85%, 95%, 100%. Makes the other side think they squeezed every last drop out of you.
103
- 4. use lots of empathy and different ways of saying "no" to get the OTHER side to counter/bid against themselves before raising/lowering your offer
104
- 5. when giving the final offer, give a precise number AND throw in a nonmonetary item to show your at your limit
105
- - Prepare, prepare, prepare. When the pressure is on, you don’t rise to the occasion; you fall to your highest level of preparation.
106
- - Black Swan: hidden and unexpected information
107
- - Black Swan: hidden and unexpected information that CANNOT be predicted and change EVERYTHING
108
- - In every negotiation each person has at least 3 black swans
109
- - Leverage: is the ability to inflict loss and withhold gain
110
- 1. Positive: when the other side wants what u have
111
- 2. Negative: ability to damage/hurt the other side (loss aversion)
112
- - How to find: what are they worried about, who/what is important to them, who is their audience
113
- 3. Normative: using other party's norms/values against them. Show inconsistency between their beliefs/actions
114
- - The Similarity Principle: We trust and cooperate more with people we see as “similar” to us or part of the same “group.” Familiarity builds safety and connection.
115
- - We naturally like and trust people who reflect our attitudes, beliefs, values, or communication style—even small cues of similarity (like shared language or tone) trigger a stronger bond.
116
- - Just asking to “cut the line” gives you a 60% success rate. While adding a reason increases the success rate to 90%. Moreover the reason doesn’t even have to make sense.
117
- - The minute you say ‘but,’ the other party thinks, ‘Everything you just said doesn’t count.
118
-
119
-
120
-
1
+ Notes:
2
+ - 3 steps to old method to negotiate
3
+ 1. Separate the emotion form the problem
4
+ 2. don’t get wrapped up in the other person‘s position, but instead of focus on what they’re interests are. So you can find what they really want.
5
+ 3. Work together to create win-win options.
6
+ - The best way to quiet the voice in their head and your head at the same time. Make your all encompassing purpose to hear/understand what the other person has to say.
7
+ - Your voice is one of your biggest tools in negotiation. The tone of your voice sets the stage for the conversation.
8
+ - 3 voice tones
9
+ 1. Positive playful (relax and smile while your talking) MOST USEFUL
10
+ - When people are in a positive frame of mind they think more quickly and more likely to problem solve
11
+ 2. Calm and encouraging (inflict your voice in a downward way)
12
+ 3. Direct and assertive (signals dominance which most people will push back against) AVOID
13
+ - When u inflict your voice in a downward way. U put it out there that u got it covered. Talking slowly and clearly you convey 1 idea. I’m in control. (Use this when an item is not up for discussion)
14
+ - When u inflect in an upwards way u invite a response. Why? Because u leave the door open for uncertainty, u make the statement sound like a question.
15
+ - Mirroring: say the last 3 words of what they said or last 3 important words. Gets the speaker to elaborate. ALWAYS LET THE OTHER PERSON RESPOND!
16
+ - Being right ISNT the key to a successful negotiation having the right mindset is.
17
+ - Slow it down. Going to quickly makes other people feel like they aren’t being heard.
18
+ - Ask people to help. Everyone wants to help, find a way they can help u and ask for help. Especially if they don’t like you, ask for help!!
19
+ - Labeling: identification and acknowledgment of the other party’s emotions to build rapport and guide the conversation. Ex: it sounds like, it looks like (then their feeling) Note: DONT use I, it gets people to think you are selfish
20
+ - People emotions have two levels:
21
+ 1. The "presenting" behavior: the part above the surface you can see and hear,
22
+ 2. beneath, the "underlying" feeling is what actually motivates the behavior.
23
+ - The fastest and most efficient means of establishing a quick working relationship is to acknowledge the negative and diffuse it. Ex: when talking to the fam of a hostage I started with Ik your scared or when I make a mistake I always acknowledge the other person's anger. The phrase "Look, I'm an asshole" is an effective way to make problem go away.
24
+ - The point of labeling is to label the emotion or feelings that the person is feeling so that they will start to elaborate on the underlying cause of the problem.
25
+ - Power of labeling the negatives: identifying fears or concerns upfront reduces their impact. Ex: acknowledging something as horrible makes it seem less intimidating. Ex: “I don’t want this to sound harsh” or “I don’t want to seem like an asshole”
26
+ - No, is most people’s default answer
27
+ - No, is the start of the negotiation not the end of it
28
+ - We can’t control others decisions, we can only lead/influence them to the decision we want
29
+ - No, it makes the speaker feel in control (like they are in the drivers seat)
30
+ - Everyone is driven by 2 primal urges, 1: to feel safe and secure and 2: to feel in control. We need to satisfy those 2 urges to get in the door.
31
+ - There are three types of “yes":
32
+ 1. Counterfeit Yes: A deceptive yes, used to avoid conflict.
33
+ 2. Confirmation Yes: A simple agreement to facts.
34
+ 3. Commitment Yes: A real agreement with intent to act.
35
+ - No, it makes the speaker feel in control (like they are in the drivers seat)
36
+ - How to get someone to a No, especilally if they are not listiening
37
+ - say something that is totaly wrong, forcing them to listen and correct you
38
+ - ask them what they "dont want"
39
+ - Don’t push people to say “Yes” it makes people defensive. We love to hear it but hate to say it. Instead go for “No”
40
+ - How to always get an email back: “Have you given up on this project”, this gets you a NO and pushes the other party to respond, and correct you. It’s the equivalent of parents saying “I’m leaving” and u screaming “No” and chasing after them.
41
+ - That’s right breakthrough. Happens when you make the other feel like you truly understand their position/perspective. After this most people are more open to collaboration.
42
+ - How to get a “that’s right”, summarize what the other person said to show that your listening and understanding. When you get the “that’s right” it mean you have built enough trust to move forward
43
+ - The moment you convince someone that you truly understand their dreams, feelings, the world they inhabit. Mental and behavior change becomes possible and the foundation for breakthrough has been laid.
44
+ - No deal is better then a bad deal
45
+ - Deadlines are often not as rigid as they seem. They are mostly self-imposed and based on external factors that can be adjusted.
46
+ - Deadlines can be used as a tool for leverage. You can use a deadline to create anxiety and rush the other side into agreement.
47
+ - Don't feel obligated to reveal or accept a deadline. Being transparent with deadlines a lot of the time helps both parties. Note: if you don't know the other party's deadline, as you approach your deadline, you end up bargaining with yourself.
48
+ - Decision-making is governed by emotion, not rationality
49
+ - When someone accuses one of being unfair, they automatically develop feelings of discomfort and get defensive
50
+ - The best response to being called “unfair” is to apologize and say “let’s go back to when I started testing you unfairly and we’ll fix it”
51
+ - Way to respond if someone says they have you a “fair” offer, either mirror the “fair” back at them and label: “it sounds like you are ready to show the evidence to support that”
52
+ - If you start the negotiation by saying you want to make sure your treating them fairly it sets the tone that you are honest and trustworthy
53
+ - In negotiation to get real leverage, you have to show the other party. They have something to lose if the deal falls through.
54
+ - anchor their emotions: start with an accusation audit (tell them a bunch of negatives before they can think it), this prepares them for something negative, trigging their loss aversion, prepping them to jump on the first positive thing you offer
55
+ - "I wanted to bring this opportunity to you before I took it to someone else" great way to create a sense of urgency (fear of missing out), make the listener feel special, and create a deadline
56
+ - in monetary negotiations try to let the other side go first since in most cases you don't have all the facts
57
+ - establish a range: if you offer a range of numbers, it increases the chances of getting a number within that range, and that way you go first without getting the other party in a defensive position. (just remember the other party will probably anchor to the lowest number, so make your lowest number higher than the actual number you want)
58
+ - When you offer a number that ends in zeros (120,000), it feels like a temporary number, versus if you offer a number like $126,263 that feels like a number that was reached through thoughtful calculation and it’s way more immovable
59
+ - Add an unrelated surpose gift, this will create feelings of reseprocity, leaidng to either the other party increasing thier number or paying you back in the future.
60
+ - Pleasantly persistent about unmonetary terms, potentially leads to monetary increase. Ex: a woman asked for an extra week of vacation past max, persistently, but instead they increased her salary
61
+ - In an interview, always ask “What does it take to be successful here?” This works because when someone gives u guidance then they have a personal stake in seeing u succeed.
62
+ - People will take more risks to avoid a loss then to realize a gain. Make sure the other party sees there is more to loose by inaction
63
+ - Calibrated question:
64
+ - not yes or no question
65
+ - use how what and why
66
+ - EX: how am I supposed to do that, what are we trying to accomplish here
67
+ - basicly asking the other party to help u over come your problems
68
+ - 7/38/55 rule:
69
+ - 7% of a message is based on the words
70
+ - 38% of a message comes from the tone of voice
71
+ - 55% of a message from the speaker’s body language and face
72
+ - Rule of 3:
73
+ - if you can get the other party to agree to the same thing 3 times in a discussion you triple the chances that your actually getting a "commitment yes" not a "counterfeit yes"
74
+ - going over the same topic 3 times, helps uncover issues
75
+ - dont sound like a broken record, ask related questions or label to get a "thats right"
76
+ - use "how" or "what" questions about implementation, and their answer to that counts as a yes
77
+ - signs of lying
78
+ - liars use more words
79
+ - liars use more third party pronouns (staying away form using "I")
80
+ - liars talk in more complex sentences (make more complex stories)
81
+ - Pronoun usage in negotiation reveals a person's true influence—those who overuse "I," "me," and "my" often have less power, while those who defer to "we," "they," and "them" are more likely key decision-makers avoiding direct commitment.
82
+ - If you start with saying something’s really expensive then people will brace themselves, and then if the thing you say is lower than their expectation, they will be happy and relieved, and after the thing u say is higher than expected than at least they brace themselves for it. This will lower the big reaction when you say the cost.
83
+ - 3 types of negotiators
84
+ 1. Assertive: time is money, love winning, direct and candid, mostly wants to be heard, can't listen to you until they feel you understand them,
85
+ - How to deal with: mirrors, calibrated questions, labels, summaries, most importantly get a "that's right"
86
+ - Meaning of Silence: they ran out of things to say
87
+ 2. Accommodators: want free following continuous communication, love win-wins, want to remain good friends (friendly, easy to talk to)
88
+ - How to deal with: listen, nudge their talk toward actions with calibrated questions,
89
+ - Meaning of Silence: they are angry
90
+ 3. Analysts: slow, methodical, diligent, work toward best result in a systematic way, time is of little consequence, they hate surprises (will research a lot in advance)
91
+ - How to deal with: they are skeptical by nature so dont ask many questions at the start, use clear data to drive reasons, give them opportunity to think
92
+ - Meaning of Silence: they want to think
93
+ - Thinking your normal and everyone else thinks like you is really dangerous, with 3 different types of negotiations, there is a 66% chance the other person has a different negotiation style
94
+ - Black Swan Rule: treat others the way THEY NEED to be treated
95
+ - Types of Negotiators PDF: https://tinyurl.com/types-of-negotiators-pdf (also in email form black swan group)
96
+ - asking "why?" often makes people defensive
97
+ - Use "why" in a negotiation by asking them to defend a position that benefits you. Ex: asking them why would they ever switch to you form their current supplier
98
+ - no deal is better then a bad deal (have the ready to walk mentality)
99
+ - Ackerman Bargaining: combines reciprocity, extreme anchors, loss aversion and more...
100
+ 1. set your target price
101
+ 2. set your first offer 65% above/below your target (Extreme Anchor)
102
+ 3. calculate three sets of DECREASING increments Ex: 85%, 95%, 100%. Makes the other side think they squeezed every last drop out of you.
103
+ 4. use lots of empathy and different ways of saying "no" to get the OTHER side to counter/bid against themselves before raising/lowering your offer
104
+ 5. when giving the final offer, give a precise number AND throw in a nonmonetary item to show your at your limit
105
+ - Prepare, prepare, prepare. When the pressure is on, you don’t rise to the occasion; you fall to your highest level of preparation.
106
+ - Black Swan: hidden and unexpected information
107
+ - Black Swan: hidden and unexpected information that CANNOT be predicted and change EVERYTHING
108
+ - In every negotiation each person has at least 3 black swans
109
+ - Leverage: is the ability to inflict loss and withhold gain
110
+ 1. Positive: when the other side wants what u have
111
+ 2. Negative: ability to damage/hurt the other side (loss aversion)
112
+ - How to find: what are they worried about, who/what is important to them, who is their audience
113
+ 3. Normative: using other party's norms/values against them. Show inconsistency between their beliefs/actions
114
+ - The Similarity Principle: We trust and cooperate more with people we see as “similar” to us or part of the same “group.” Familiarity builds safety and connection.
115
+ - We naturally like and trust people who reflect our attitudes, beliefs, values, or communication style—even small cues of similarity (like shared language or tone) trigger a stronger bond.
116
+ - Just asking to “cut the line” gives you a 60% success rate. While adding a reason increases the success rate to 90%. Moreover the reason doesn’t even have to make sense.
117
+ - The minute you say ‘but,’ the other party thinks, ‘Everything you just said doesn’t count.
118
+
119
+
120
+