elliot-stack 1.0.29 → 1.0.33
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.
- package/LICENSE +21 -21
- package/README.md +5 -0
- package/bin/install.cjs +981 -950
- package/hooks/repo-search-nudge.js +32 -32
- package/package.json +1 -1
- package/skills/estack-active-learning-tutor/SKILL.md +339 -339
- package/skills/estack-better-title/SKILL.md +64 -64
- package/skills/estack-better-title/scripts/rename.sh +55 -55
- package/skills/estack-chris-voss/SKILL.md +80 -80
- package/skills/estack-chris-voss/references/elliot-notes.md +120 -120
- package/skills/estack-chris-voss/references/voss-principles.md +210 -210
- package/skills/estack-customer-discovery/SKILL.md +60 -60
- package/skills/estack-flight-planner/SKILL.md +332 -332
- package/skills/estack-flight-planner/references/config_schema.md +156 -156
- package/skills/estack-flight-planner/references/flight_history_schema.md +97 -97
- package/skills/estack-flight-planner/references/shuttle_schedules.md +98 -98
- package/skills/estack-flight-planner/scripts/check_setup.sh +89 -89
- package/skills/estack-flight-planner/scripts/fetch_flights.py +99 -99
- package/skills/estack-flight-planner/scripts/filter_flights.py +265 -265
- package/skills/estack-flight-planner/scripts/pair_shuttles.py +173 -173
- package/skills/estack-github-issue-tracker/SKILL.md +322 -322
- package/skills/estack-github-issue-tracker/bin/tracker-tools.cjs +1358 -1358
- package/skills/estack-github-issue-tracker/references/gh-cli-patterns.md +124 -124
- package/skills/estack-github-issue-tracker/references/result-file-schema.md +156 -156
- package/skills/estack-github-issue-tracker/references/tracker-schema.md +96 -96
- package/skills/estack-github-issue-tracker/tracker-template.md +58 -58
- package/skills/estack-leadership-coach/SKILL.md +235 -0
- package/skills/estack-leadership-coach/adding-references.md +280 -0
- package/skills/estack-leadership-coach/frameworks/delegation/flows/post-mortem.md +120 -0
- package/skills/estack-leadership-coach/frameworks/delegation/flows/pre-delegation.md +138 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/1-intake.md +145 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/2-trm-assessment.md +119 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/3-enrollment.md +132 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/4-build-brief.md +171 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/5-monitoring.md +134 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/6-reverse-delegation.md +118 -0
- package/skills/estack-leadership-coach/frameworks/delegation/phases/7-diagnose.md +200 -0
- 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
- 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
- package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__selfdeterminationtheory-org-theory-overview-page.md +61 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-3-key-insights-into-the-global-workplace-2024.md +57 -0
- 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
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-global-data-summary.md +73 -0
- package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-report-landing.md +42 -0
- package/skills/estack-leadership-coach/references/.source-files/hormozi-leila_4-stages__leila-hormozi-the-art-of-delegation-blog-post.md +91 -0
- 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
- package/skills/estack-leadership-coach/references/.source-files/sanchez_main-street-millionaire__codie-sanchez-afford-anything-podcast-ep-565-show-notes.md +89 -0
- package/skills/estack-leadership-coach/references/.source-files/sullivan_who-not-how__dan-sullivan-impact-filter-tool-and-guide-booklet.md +565 -0
- 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
- package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-roger-dooley-cues-interview.md +194 -0
- package/skills/estack-leadership-coach/references/deci-ryan_self-determination-theory.md +166 -0
- package/skills/estack-leadership-coach/references/doerr_measure-what-matters.md +154 -0
- package/skills/estack-leadership-coach/references/ferriss_4hww.md +189 -0
- package/skills/estack-leadership-coach/references/gallup_engagement-research.md +105 -0
- package/skills/estack-leadership-coach/references/gerber_e-myth-revisited.md +118 -0
- package/skills/estack-leadership-coach/references/grove_high-output-management.md +95 -0
- package/skills/estack-leadership-coach/references/hormozi-alex_followthrough.md +152 -0
- package/skills/estack-leadership-coach/references/hormozi-leila_4-stages.md +146 -0
- package/skills/estack-leadership-coach/references/oncken-wass_monkeys-hbr-1974.md +128 -0
- package/skills/estack-leadership-coach/references/sanchez_main-street-millionaire.md +196 -0
- package/skills/estack-leadership-coach/references/sullivan_who-not-how.md +137 -0
- package/skills/estack-leadership-coach/references/van-edwards_cues.md +189 -0
- package/skills/estack-migrate-claude-session-history/SKILL.md +226 -0
- package/skills/estack-migrate-claude-session-history/references/path-encoding.md +55 -0
- package/skills/estack-migrate-claude-session-history/references/troubleshooting.md +96 -0
- package/skills/estack-migrate-claude-session-history/scripts/migrate-claude-history.js +1123 -0
- package/skills/estack-migrate-claude-session-history/scripts/test-append-note.js +48 -0
- package/skills/estack-migrate-claude-session-history/scripts/test-validate-migration.py +326 -0
- package/skills/estack-migrate-claude-session-history/scripts/validate-migration.py +493 -0
- package/skills/estack-pdf-to-md/SKILL.md +180 -0
- package/skills/estack-pdf-to-md/scripts/pdf_to_md.py +596 -0
- package/skills/estack-productivity-prioritization-coach/SKILL.md +124 -0
- package/skills/estack-productivity-prioritization-coach/sources/01-tony-robbins-rpm.md +39 -0
- package/skills/estack-productivity-prioritization-coach/sources/02-justin-sung-task-prioritization.md +34 -0
- package/skills/estack-prompt-builder-coach/SKILL.md +81 -81
- package/skills/estack-prompt-builder-coach/definition-of-done-generator.md +42 -42
- package/skills/estack-prompt-builder-coach/prompt-builder.md +37 -37
- package/skills/estack-prompt-builder-coach/task-shaper.md +36 -36
- package/skills/estack-prompt-builder-coach/vague-ask-auditor.md +37 -37
- package/skills/estack-read-claude-session-history/SKILL.md +204 -204
- package/skills/estack-read-claude-session-history/references/jsonl-schema.md +126 -126
- package/skills/estack-read-claude-session-history/references/modes.md +423 -423
- package/skills/estack-read-claude-session-history/references/recipes.md +271 -271
- package/skills/estack-read-claude-session-history/scripts/lib/__init__.py +1 -1
- package/skills/estack-read-claude-session-history/scripts/lib/parser.py +460 -460
- package/skills/estack-read-claude-session-history/scripts/lib/paths.py +234 -234
- package/skills/estack-read-claude-session-history/scripts/lib/search.py +179 -179
- package/skills/estack-read-claude-session-history/scripts/lib/subagents.py +88 -88
- package/skills/estack-read-claude-session-history/scripts/lib/tools.py +144 -144
- package/skills/estack-read-claude-session-history/scripts/read_transcript.py +1776 -1776
- package/skills/estack-read-claude-session-history/scripts/tests/conftest.py +40 -40
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/README.md +20 -20
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/all-noise.jsonl +4 -4
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/basic-session.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-gaps.jsonl +9 -9
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-noise.jsonl +7 -7
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-a.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-b.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-waiting.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/interrupted.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/multi-compact.jsonl +8 -8
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/pending-user.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta/subagents/agent-aaa.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.meta.json +1 -1
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent.jsonl +4 -4
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/time-spread.jsonl +6 -6
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/timeline-day-test.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/tool-zoo.jsonl +10 -10
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/truncated.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/unicode.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-advisor.jsonl +3 -3
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-compact.jsonl +5 -5
- package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-thinking.jsonl +2 -2
- package/skills/estack-read-claude-session-history/scripts/tests/test_backup_roots.py +56 -56
- package/skills/estack-read-claude-session-history/scripts/tests/test_engagement.py +239 -239
- package/skills/estack-read-claude-session-history/scripts/tests/test_json_format.py +201 -201
- package/skills/estack-read-claude-session-history/scripts/tests/test_modes.py +199 -199
- package/skills/estack-read-claude-session-history/scripts/tests/test_parser.py +195 -195
- package/skills/estack-read-claude-session-history/scripts/tests/test_paths.py +133 -133
- package/skills/estack-read-claude-session-history/scripts/tests/test_search.py +78 -78
- package/skills/estack-read-claude-session-history/scripts/tests/test_subagents.py +43 -43
- package/skills/estack-read-claude-session-history/scripts/tests/test_timeline.py +179 -179
- package/skills/estack-read-claude-session-history/scripts/tests/test_timezone_and_project.py +212 -212
- package/skills/estack-read-claude-session-history/scripts/tests/test_tools.py +80 -80
- package/skills/estack-repo-search/SKILL.md +65 -65
- package/skills/estack-vscode-file-recovery/SKILL.md +188 -0
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sanchez_main-street-millionaire
|
|
3
|
+
title: Main Street Millionaire (and related video content)
|
|
4
|
+
author: Codie Sanchez
|
|
5
|
+
work_type: body of work (book + YouTube shorts + podcast)
|
|
6
|
+
type: synthesis
|
|
7
|
+
last_fetched: 2026-05-21
|
|
8
|
+
sources:
|
|
9
|
+
- https://affordanything.com/565-codie-sanchez-from-wall-street-to-washing-machines/
|
|
10
|
+
- "Codie Sanchez — Are You Actually A Leader? (YouTube short, URL not captured in source file)"
|
|
11
|
+
- "Codie Sanchez — CEOs Follow These 5 Rules (YouTube short, URL not captured in source file)"
|
|
12
|
+
- "Codie Sanchez — Hire People To Build Bigger Than You (YouTube short, URL not captured in source file)"
|
|
13
|
+
- "Codie Sanchez — How To Be A Good Leader (YouTube short, URL not captured in source file)"
|
|
14
|
+
- "Codie Sanchez — Vision So Powerful People Want To Follow (YouTube short, URL not captured in source file)"
|
|
15
|
+
- "Codie Sanchez — Pay Won't Fix Performance (YouTube short, URL not captured in source file)"
|
|
16
|
+
- "Codie Sanchez — Raise Leaders Not Dependents (YouTube short, URL not captured in source file)"
|
|
17
|
+
- "Codie Sanchez — Stop Working, Start Scaling (YouTube short, URL not captured in source file)"
|
|
18
|
+
- "Codie Sanchez — The 3 Jobs Of A CEO (YouTube short, URL not captured in source file)"
|
|
19
|
+
- "Codie Sanchez — Smartest Leaders Reduce Daily Decisions (YouTube short, URL not captured in source file)"
|
|
20
|
+
- "Codie Sanchez — Why Leaders Push You (YouTube short, URL not captured in source file)"
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Codie Sanchez — *Main Street Millionaire* (and related video content)
|
|
24
|
+
|
|
25
|
+
## Overview
|
|
26
|
+
|
|
27
|
+
Codie Sanchez builds wealth by acquiring small "Main Street" businesses (laundromats, car washes, landscaping, roofing) and has become a public voice on the operator-and-leadership side of that work — how to hire someone better than you, how to set them up to actually run a business, and how to lead so that they level up under you instead of waiting for instructions. This reference synthesizes 11 short YouTube videos in which Sanchez articulates the leadership principles behind her acquisition framework, plus the Afford Anything Ep. 565 show-notes page that names the longer-form frameworks (RICH, "cheetah vs house cat" operator identification) without transcribing them.
|
|
28
|
+
|
|
29
|
+
## Why this is in the vault
|
|
30
|
+
|
|
31
|
+
This reference feeds two phases of the leadership-coach skill:
|
|
32
|
+
|
|
33
|
+
- **Phase 2 (TRM assessment):** Sanchez's "hire people better than you, then get out of their way" framing — and her warning that being still-in-the-weeds means either you hired the wrong person or you haven't set them up — is the outside-view check on whether the user has actually built a Trusted Right-hand Manager or just hired a doer they're still operating. The Warren Buffett line she quotes (*"don't get a dog and then do the barking"*) is a one-sentence calibration tool.
|
|
34
|
+
- **Phase 7 (diagnose):** When delegation has broken down because the founder is still doing operator work, Sanchez's three CEO jobs — build the team, don't run out of money, set the coordinates — give a diagnostic frame for which job was skipped. Her "raise leaders, not dependents" principle is the specific diagnostic for the failure mode where the founder accidentally trained the team to wait for them.
|
|
35
|
+
|
|
36
|
+
## Synthesis — core principles
|
|
37
|
+
|
|
38
|
+
### Principle 1: A CEO's job is to hire people better than them — and then get out of their way
|
|
39
|
+
|
|
40
|
+
Sanchez's most repeated leadership message across the 11 videos is that the founder's job is not to do the work — it is to hire someone who can do it better and then stop doing it themselves. She names this as the *first* of the three jobs of a CEO and frames staying in the weeds as evidence the system is broken.
|
|
41
|
+
|
|
42
|
+
> "Your entire job is to hire people better than you at what they do, then get out of their way. And if you're still in the weeds doing everything, something is wrong. It's either A, you hired the wrong person, or B, you haven't set them up to actually do the job. As Warren Buffett says, don't get a dog and then do the barking."
|
|
43
|
+
> — *The 3 Jobs Of A CEO*
|
|
44
|
+
|
|
45
|
+
> "One of the most incredible things you can do is hire people, they're going to drive you crazy, but they're also going to mean you have a legacy on this planet and building this thing where people are creating bigger than you, it's an incredible feeling."
|
|
46
|
+
> — *Hire People To Build Bigger Than You*
|
|
47
|
+
|
|
48
|
+
Her diagnostic is binary: still-in-the-weeds means *wrong hire or wrong setup*. Either is a structural fix, not a "work harder" fix. This is the operator-first mindset the Phase 2 TRM frame depends on — find and prepare the person first; delegating an important function to someone you have not set up to win is not delegation.
|
|
49
|
+
|
|
50
|
+
### Principle 2: Vision is what makes people follow — without it, you have employees in an org chart
|
|
51
|
+
|
|
52
|
+
Sanchez separates leaders from managers along the *why / how* axis: managers move the train on time; leaders decide where it's going. The leadership test she returns to repeatedly is *would anyone follow if you left tomorrow.*
|
|
53
|
+
|
|
54
|
+
> "Managers focus on the how. They set and delegate tasks, and then they hold people accountable to the plan. And that's important, but it only gets you so far. Leaders focus on the why. They create the long-term vision that gets people bought in. A manager makes sure the train runs on time. A leader decides where the train is going."
|
|
55
|
+
> — *Vision So Powerful People Want To Follow*
|
|
56
|
+
|
|
57
|
+
> "If you left tomorrow, would anyone follow? Not because of a paycheck, but would they actually pick up and go, because they believe in you that you believe in them, then you are a leader? If not, you just have employees in an org chart."
|
|
58
|
+
> — *Are You Actually A Leader?*
|
|
59
|
+
|
|
60
|
+
> "And lastly, set the coordinates to steer the ship. No destination, no GPS can save you. Your team needs to know where they're going and how the decisions get made. If everyone has to call you every time something small comes up, the vision isn't clear enough. And that means you kept the strategy in here instead of telling it to the company."
|
|
61
|
+
> — *The 3 Jobs Of A CEO*
|
|
62
|
+
|
|
63
|
+
The diagnostic version of this principle, applied to Phase 7: if everyone has to call the user for small decisions, the failure isn't the team's ownership — it's that the user never externalized the vision clearly enough for the team to make those calls on their own.
|
|
64
|
+
|
|
65
|
+
### Principle 3: Pay does not fix performance — toxic management and missing meaning do
|
|
66
|
+
|
|
67
|
+
Sanchez explicitly cites Herzberg's two-factor theory to argue that money is a hygiene factor, not a motivator. Underpaid people get unhappy; overpaid people don't get motivated. The lever that actually retains and energizes top performers is recognition, ownership, growth, and meaning — and removing toxic bosses.
|
|
68
|
+
|
|
69
|
+
> "There's something called Herzberg's two-factor theory, which explains why your boss sucking is 10x more likely to make you quit, even if you get paid more. So, basically there's two buckets to motivate or demotivate anyone. The first one, hygiene, which is like salary, perks, office benefits. Motivation is the second one, and that's like recognition, growth, ownership, meaning. They did a study on 34 million responses. Hygiene doesn't actually create any motivation. Okay, make you happier as an employee. It just prevents you from being miserable. The real finding is toxic culture is 10.4x more predictive of you leaving, if you're a top employee, rather than if the pay isn't what you want."
|
|
70
|
+
> — *Pay Won't Fix Performance*
|
|
71
|
+
|
|
72
|
+
> "Instead of when performance dips, reaching for money or perks, you just fire bad bosses. You tell your employee exactly why you they're your best. You give them ownership over something that matters. You let them make real decisions without somebody over their shoulder yapping. You show them where they're going next, because people don't just want to be paid, they want to matter."
|
|
73
|
+
> — *Pay Won't Fix Performance*
|
|
74
|
+
|
|
75
|
+
> "I see some owner on a power trip who thinks because they sign the checks, their employees will care. That won't work. In fact, you may sign the checks, but your team could still be updating their LinkedIn in the bathroom, sending in applications for somewhere that'll give them a 10% raise."
|
|
76
|
+
> — *Are You Actually A Leader?*
|
|
77
|
+
|
|
78
|
+
This is the principle behind the enrollment work in Phase 3 and the Phase 7 *Enrollment gap* diagnostic: when work comes back competent-but-soulless, the lever isn't compensation — it's whether the person was given ownership and told why they were chosen.
|
|
79
|
+
|
|
80
|
+
### Principle 4: Raise leaders, not dependents — push people to believe in themselves more than they do
|
|
81
|
+
|
|
82
|
+
Sanchez frames the leader's job as building successors, not subordinates. Two threads run through the videos: (a) deliberately make people more capable than they think they are by pushing them, and (b) refuse to be the one running the place — because dependents indicate you failed to raise leaders.
|
|
83
|
+
|
|
84
|
+
> "Being a leader is about giving a damn. And being a leader is creating a path for those around you. Like watching your employees level up, because you inspired them to, or pushing them like Jensen Wong talks about into greatness, because if your people don't think you want them to be better, they won't trust you, and they'll do the minimum, no matter the pay."
|
|
85
|
+
> — *Are You Actually A Leader?*
|
|
86
|
+
|
|
87
|
+
> "Your job as a CEO is you got to push your employees to believe in themselves more than they do. So, I needed to be her confidence when she didn't have any, to remind her that you actually have someone who has your back, me, and that I chose you out of a sea of thousands because you're so capable."
|
|
88
|
+
> — *Why Leaders Push You*
|
|
89
|
+
|
|
90
|
+
> "You spent all this time accumulating all this wealth, not parenting your kids to be the Shepherds of it, you trust Nos and Charities more than you trust the children you birthed, and yet we as a society Bravo, where did we go wrong, and that we think that it is okay for us to not teach our children, then in fact they could be incredible Shepherds for the Next Generation."
|
|
91
|
+
> — *Raise Leaders Not Dependents*
|
|
92
|
+
|
|
93
|
+
The Phase 7 application: when "they kept coming back to me for things I thought they could decide" shows up, the diagnostic isn't only that authority was unnamed (the Authority gap). It is also that the user never built the person's confidence to make the call themselves. The corrective move is structural — name the authority level — but the leadership move is the push.
|
|
94
|
+
|
|
95
|
+
### Principle 5: Be honest, not nice — performance requires friction
|
|
96
|
+
|
|
97
|
+
Sanchez explicitly rejects the "be liked" model of leadership. The leader's role is to do what is required, even when it means people don't like them, leave the company, or can't keep up.
|
|
98
|
+
|
|
99
|
+
> "Want to be a great leader? Don't be nice, but be honest. You aren't sweet. You don't want people to like you, but you want people to become better because you are around them, and you are helping them win. And this will mean that people actually really don't like you. Means people will leave your company. Means people can't keep up with you. It means people get upset. It means people don't think that you are their best butt, and that's okay. In fact, I think it's what's needed. One of my favorite lines is that we do not do what we want. We do what is required."
|
|
100
|
+
> — *How To Be A Good Leader*
|
|
101
|
+
|
|
102
|
+
This principle backs the Phase 7 stance that the diagnosis is structural, not relational — "have a talk with them" is the easy move; naming the gap, the failure mode, and the structural fix is the required one.
|
|
103
|
+
|
|
104
|
+
### Principle 6: Reduce daily decisions; build the system that runs without you
|
|
105
|
+
|
|
106
|
+
Two of the videos converge on the same operating discipline: the founder's brain is the constraint, and great operators eliminate low-value decisions, delegate medium-value ones, and personally own only the highest-leverage calls. The exit ramp from operator to architect is paved with systems.
|
|
107
|
+
|
|
108
|
+
> "Your brain has a limited battery, and studies have found that the average person makes about 35,000 decisions a day. That's why some of the greatest thinkers of our time organized all their decisions into a three tier hierarchy... At the bottom, we have low-level decisions. Eliminate them... In the middle, we have medium level decisions. Delegate them. These matter, but not enough for you to drain brain power on. This is why managers are important in order to scale your business. And at the top, we find highle decisions. Own these personally, the big calls only you can make."
|
|
109
|
+
> — *Smartest Leaders Reduce Daily Decisions*
|
|
110
|
+
|
|
111
|
+
> "You don't scale a business by working harder, you scale it by changing what you work on. First, systematize what's already working. Every business hits a ceiling because the founder is still doing everything. So, you write down the 10 things that drive 80% of your profit, then build a system so someone else can do 80% of that... Most founders stay stuck because they're operators, not architects. Build a machine that makes money without you. That's scale."
|
|
112
|
+
> — *Stop Working, Start Scaling*
|
|
113
|
+
|
|
114
|
+
> "They remove themselves from the work. Hastings, Huang, they built systems and frameworks."
|
|
115
|
+
> — *CEOs Follow These 5 Rules*
|
|
116
|
+
|
|
117
|
+
The Phase 2 application: when the user is choosing what to delegate, this principle says it's not enough to pick a task — they should be picking a *tier*. Low tier eliminate, middle tier delegate to managers, high tier own personally. That maps cleanly onto authority levels in Phase 4.
|
|
118
|
+
|
|
119
|
+
## Notable cases / illustrations
|
|
120
|
+
|
|
121
|
+
### The struggling employee Sanchez talked off the ledge
|
|
122
|
+
|
|
123
|
+
In *Why Leaders Push You*, Sanchez tells a brief case of an employee who had lost faith in her own ability:
|
|
124
|
+
|
|
125
|
+
> "I had an employee recently who was really struggling, had lost all faith in her ability. And I heard this line once that I reshared, which is Until death, all defeat is psychological. And I just like told her to sit on that for a second. She was having a really hard time, and so your job as a CEO is you got to push your employees to believe in themselves more than they do. So, I needed to be her confidence when she didn't have any, to remind her that you actually have someone who has your back, me, and that I chose you out of a sea of thousands because you're so capable, and that's what I told her. Like, keep going, you got this. I wouldn't have picked you if you didn't."
|
|
126
|
+
> — *Why Leaders Push You*
|
|
127
|
+
|
|
128
|
+
The pattern: the leader's specific, evidence-backed belief in the person ("I chose you out of a sea of thousands because you're so capable") is what restores their ability to operate. This is the Phase 3 enrollment "why you" move applied mid-execution, not at handoff.
|
|
129
|
+
|
|
130
|
+
### The Mick Jagger inheritance argument
|
|
131
|
+
|
|
132
|
+
In *Raise Leaders Not Dependents*, Sanchez uses Jagger's public decision to give away his fortune rather than leave it to his children as a critique of leaders who don't develop their successors:
|
|
133
|
+
|
|
134
|
+
> "He's got like more than $500 million, he's giving away all of his money, he is giving not one penny to his kids, and to his wife, and The Crowd Goes he's so selfless. I thought about it, I thought wait a second, you spent all this time accumulating all this wealth, not parenting your kids to be the Shepherds of it, you trust Nos and Charities more than you trust the children you birthed."
|
|
135
|
+
> — *Raise Leaders Not Dependents*
|
|
136
|
+
|
|
137
|
+
The leadership read: if your team can't be trusted to steward what you built, that is a failure of your development of them — not evidence that they shouldn't get the opportunity.
|
|
138
|
+
|
|
139
|
+
## Frameworks and research Sanchez cites
|
|
140
|
+
|
|
141
|
+
The 11 videos surface several named outside frameworks Sanchez attributes:
|
|
142
|
+
|
|
143
|
+
- **Warren Buffett — "don't get a dog and then do the barking"** (cited in *The 3 Jobs Of A CEO*) — the principle behind hire-and-get-out-of-the-way.
|
|
144
|
+
- **Herzberg's two-factor theory** (cited explicitly in *Pay Won't Fix Performance*) — hygiene vs motivation; salary is hygiene, not motivation; 34M responses; toxic culture 10.4x more predictive of top-employee departure than pay.
|
|
145
|
+
- **Pareto's 80/20 principle** (cited in *Stop Working, Start Scaling*) — the 10 things driving 80% of profit, build systems so someone else can do 80% of that.
|
|
146
|
+
- **Jensen Huang on pushing people into greatness** (cited in *Are You Actually A Leader?*).
|
|
147
|
+
- **Steve Jobs cutting 95% of projects annually; Bezos's 10-year time horizon; Buffett buying railroads not apps; Huang building chips not LLMs** (cited in *CEOs Follow These 5 Rules*) — picks-and-shovels infrastructure thinking.
|
|
148
|
+
- **The judges' parole study** (cited in *Smartest Leaders Reduce Daily Decisions*) — earlier in the day, judges approve far more parole cases; as their brains tire, approvals drop to almost zero. Decision fatigue is real and measurable.
|
|
149
|
+
- **The RICH framework — Research / Invest / Command / Harness** (named in the Afford Anything Ep. 565 show notes) — Sanchez's acquisition framework. "Command: use systems and metrics to avoid accidentally buying yourself a job" is the lever most relevant to the leadership-coach skill.
|
|
150
|
+
- **The "cheetah vs house cat" operator-identification framework** (named in the Afford Anything Ep. 565 show notes timestamp 55:45, but the substance is not transcribed on the page — see Known Gaps).
|
|
151
|
+
|
|
152
|
+
## Where this is used in the skill
|
|
153
|
+
|
|
154
|
+
- `frameworks/delegation/phases/2-trm-assessment.md` — Operator-first mindset section ("find the operator before the opportunity," hire-and-get-out-of-the-way, Not To Do List). The Phase 2 "Real-world case" remains the Grove and Hormozi cases — those are the strongest illustrations of TRM calibration in the vault; the Sanchez material plays as the supporting "operator-first" principle block above the cases.
|
|
155
|
+
- `frameworks/delegation/phases/7-diagnose.md` — Replaces the prior "source gap acknowledged" placeholder with a verified case drawn from the *Pay Won't Fix Performance* + *Are You Actually A Leader?* + *Raise Leaders Not Dependents* transcripts. The case illustrates the Enrollment gap and the "raised dependents not leaders" failure mode.
|
|
156
|
+
|
|
157
|
+
## Sources (live-fetched on 2026-05-21)
|
|
158
|
+
|
|
159
|
+
The 11 YouTube short transcripts that are the primary source for this reference were supplied directly by the user. URLs were not captured in the source files (the transcripts were exported with a WayinVideo generator footer that does not preserve the original video URL). The video titles below are back-derived from the transcript filenames and the opening lines of each transcript.
|
|
160
|
+
|
|
161
|
+
**User-supplied transcripts (primary):**
|
|
162
|
+
|
|
163
|
+
- Codie Sanchez — *Are You Actually A Leader?* (YouTube short)
|
|
164
|
+
- Codie Sanchez — *CEOs Follow These 5 Rules* (YouTube short)
|
|
165
|
+
- Codie Sanchez — *Hire People To Build Bigger Than You* (YouTube short)
|
|
166
|
+
- Codie Sanchez — *How To Be A Good Leader* (YouTube short)
|
|
167
|
+
- Codie Sanchez — *Vision So Powerful People Want To Follow* (YouTube short)
|
|
168
|
+
- Codie Sanchez — *Pay Won't Fix Performance* (YouTube short)
|
|
169
|
+
- Codie Sanchez — *Raise Leaders Not Dependents* (YouTube short)
|
|
170
|
+
- Codie Sanchez — *Stop Working, Start Scaling* (YouTube short)
|
|
171
|
+
- Codie Sanchez — *The 3 Jobs Of A CEO* (YouTube short)
|
|
172
|
+
- Codie Sanchez — *Smartest Leaders Reduce Daily Decisions* (YouTube short)
|
|
173
|
+
- Codie Sanchez — *Why Leaders Push You* (YouTube short)
|
|
174
|
+
|
|
175
|
+
**Supplementary, fetched on 2026-05-20:**
|
|
176
|
+
|
|
177
|
+
- [#565: Codie Sanchez: From Wall Street to Washing Machines (Afford Anything show notes)](https://affordanything.com/565-codie-sanchez-from-wall-street-to-washing-machines/) — used for the RICH framework, the "accidentally buying a job" warning, and the named-but-not-transcribed "cheetah vs house cat" framework reference.
|
|
178
|
+
|
|
179
|
+
## Known gaps
|
|
180
|
+
|
|
181
|
+
The 11 short transcripts substantially deepen what the vault knows about Sanchez's leadership thinking — particularly on hiring, vision, motivation, and decision-tiering — but several specific topics the skill might want to cite are still not covered:
|
|
182
|
+
|
|
183
|
+
1. **The "Not To Do List"** — referenced in the Phase 2 operator-first block, but the substance lives in Sanchez's X / Twitter post and longer-form interviews, not in the 11 shorts or the show-notes page.
|
|
184
|
+
2. **The "Cheetah Matrix" / "cheetah vs house cat" operator-identification framework substance** — named in the Afford Anything Ep. 565 show notes at timestamp 55:45 but never transcribed. Sanchez's actual articulation of how she distinguishes operator-cheetahs from operator-house-cats is not in any fetched source.
|
|
185
|
+
3. **"Find the operator first" in Sanchez's own detailed words** — the principle is clearly implied by *The 3 Jobs Of A CEO* and *Hire People To Build Bigger Than You*, but Sanchez's longer-form treatment (which acquisition criteria she screens operators on, the questions she asks, the timeline she gives an operator to prove themselves) is in *Main Street Millionaire* the book and her long-form podcast interviews, not in the shorts.
|
|
186
|
+
4. **Co-founder / flat-team dynamics** — none of the 11 shorts address flat teams, co-founder splits, or accountability diffusion across peers. The Phase 7 flat-team failure mode still needs a different source.
|
|
187
|
+
5. **The two cases named in the Afford Anything show notes** — the wealthy roofing-company founder and the billion-dollar garbage-collection entrepreneur — are referenced by category only. Names and details are not in any fetched source.
|
|
188
|
+
6. ***Main Street Millionaire* book chapters** — no direct excerpts from the book itself have been fetched. Chapter-level material on operator screening, dealmaking, and post-acquisition leadership would substantially strengthen this reference.
|
|
189
|
+
|
|
190
|
+
**Recommended additional sources for a future re-extraction pass:**
|
|
191
|
+
|
|
192
|
+
- Codie Sanchez on *The Diary of a CEO* (Steven Bartlett) — long-form YouTube interview, fetchable via `mcp__claude_ai_Supadata__supadata_transcript`. Likely covers operator screening and the NTDL in Sanchez's own words.
|
|
193
|
+
- *Young & Profiting with Hala Taha*, Episode 319 (Codie Sanchez) — typically has a transcript page on yapwithhala.com.
|
|
194
|
+
- Codie Sanchez's "Not To Do List" post on X / Twitter — direct primary source for the NTDL framing.
|
|
195
|
+
- *Main Street Millionaire* book excerpts published by the publisher or on Sanchez's own site (contrarianthinking.co).
|
|
196
|
+
- The Afford Anything podscripts.co transcript page (https://podscripts.co/podcasts/afford-anything/codie-sanchez-from-wall-street-to-washing-machines) — if it contains a real transcript, it would unlock verbatim Sanchez quotes from Ep. 565 including the cheetah-vs-house-cat substance.
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sullivan_who-not-how
|
|
3
|
+
title: Who Not How
|
|
4
|
+
author: Dan Sullivan and Benjamin Hardy
|
|
5
|
+
work_type: book
|
|
6
|
+
type: synthesis
|
|
7
|
+
last_fetched: 2026-05-20
|
|
8
|
+
sources:
|
|
9
|
+
- https://whonothow.com/
|
|
10
|
+
- https://www.strategiccoach.com/resources/tools-and-worksheets/the-impact-filter
|
|
11
|
+
- https://strategic-coach-assets.s3.amazonaws.com/Uberflip/ImpactFiterToolAndGuide_Booklet.pdf
|
|
12
|
+
- https://www.strategiccoach.com/resources/the-multiplier-mindset-blog/create-self-expansion-dan-sullivan-dr-benjamin-hardy-discuss-their-book-who-not-how
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Sullivan and Hardy — *Who Not How*
|
|
16
|
+
|
|
17
|
+
## Overview
|
|
18
|
+
|
|
19
|
+
*Who Not How* (Dan Sullivan with Benjamin Hardy, Hay House, 2020) makes one core argument: the question "How do I do this?" is the single worst question to ask when you face a goal bigger than your current capability — and the question "Who can do this?" unlocks results, freedom, and growth that doing it yourself never will. The book is paired with the **Impact Filter**, a one-page Strategic Coach tool Dan Sullivan uses to define the *what* and *why* of any project so a Who can own the *how*.
|
|
20
|
+
|
|
21
|
+
## Why this is in the vault
|
|
22
|
+
|
|
23
|
+
This reference feeds **Phase 1 (Intake)**, **Phase 3 (Enrollment)**, **Phase 4 (Build Brief)**, and **Phase 7 (Diagnose)**. It is the canonical source for the identity shift away from "I'll just do it myself," for the Impact Filter as a structured delegation brief, and for the principle that enrollment of the Who happens *after* the delegator has first sold themselves on the project. When a leader can't let go, can't articulate what success looks like, or hands off without buy-in, the diagnoses and reframes in this file are the lift.
|
|
24
|
+
|
|
25
|
+
## Synthesis — core principles
|
|
26
|
+
|
|
27
|
+
### Principle 1: The "Who Not How" identity shift
|
|
28
|
+
|
|
29
|
+
The central reframe of the book is that high achievers default to asking "How do I accomplish this?" — and that question, however intuitive, leads to bottlenecks, procrastination, and ceilings. The replacement question is **"Who can help me achieve this?"** Hardy writes: *"A much better question is: 'Who can help me achieve this?'"* and frames the original "How?" question as *"the worst possible question you could ask (assuming you want to be happy and successful)."*
|
|
30
|
+
|
|
31
|
+
This isn't a productivity tip — it's an identity move. Sullivan's clients are taught that their own contribution should be focused exclusively where their *Unique Ability* lives (the activities that produce their greatest energy and impact), and that every other How in their life should be matched to a Who. The book opens by noting that Sullivan didn't write a single page of it — Hardy did, as Sullivan's Who. Living the premise is the proof.
|
|
32
|
+
|
|
33
|
+
In the book's own framing: *"'How' is linear and slow. 'Who' is non-linear, instantaneous, and exponential."*
|
|
34
|
+
|
|
35
|
+
### Principle 2: Procrastination is a Who-signal, not a How-failure
|
|
36
|
+
|
|
37
|
+
Hardy reframes procrastination explicitly: *"Procrastination is a psychological phenomenon that occurs when you really want something more for yourself, but you lack the knowledge and capability to do it... Procrastination is wisdom — if you listen to it."* The signal is not "try harder" — it's "this is the point where you need a Who." For the coaching context, this is a powerful diagnostic move: when an intake reveals a leader stuck on a project for weeks or months, the move is not to help them grind through it but to identify the Who they've been avoiding hiring or enrolling. The bigger the personal ambition, the more procrastination — and the more essential the Who.
|
|
38
|
+
|
|
39
|
+
### Principle 3: The Impact Filter — a four-part delegation brief
|
|
40
|
+
|
|
41
|
+
The Impact Filter is Sullivan's one-page tool for defining a project's *what* and *why* with enough clarity that a Who can run the *how* autonomously. The booklet structures the tool around four prompts under "1. Project / Focus":
|
|
42
|
+
|
|
43
|
+
> **PURPOSE** — "What do you want to accomplish? What is your motivation?"
|
|
44
|
+
>
|
|
45
|
+
> **IMPORTANCE** — "What is the difference this will make? What impact will this have?"
|
|
46
|
+
>
|
|
47
|
+
> **IDEAL OUTCOME** — "What does the completed project look like? What is the payoff?"
|
|
48
|
+
>
|
|
49
|
+
> **SUCCESS CRITERIA** — "What specific results must be true for this project to be a success?"
|
|
50
|
+
|
|
51
|
+
The Success Criteria section provides space for up to eight numbered items. The booklet says: *"Success criteria are actions, decisions, communications, and completions. Actual numbers, dates, dollars, and other ways of measuring success will not only get you much clearer on what you want to achieve, they'll give you solid benchmarks to measure against after the project has been completed."*
|
|
52
|
+
|
|
53
|
+
A second section, **"2. Selling Yourself,"** asks two more questions:
|
|
54
|
+
|
|
55
|
+
> **BEST RESULT** — "What's possible if you do take action."
|
|
56
|
+
>
|
|
57
|
+
> **WORST RESULT** — "What's at risk if you don't take action."
|
|
58
|
+
|
|
59
|
+
Sullivan recommends *doing the worst-case scenario first*. The point is emotional commitment, not analysis: the booklet notes that *"detail is the key here... once you're done, you'll feel like you're living that moment of elation or defeat. Either is a tremendous motivator."*
|
|
60
|
+
|
|
61
|
+
### Principle 4: Sell yourself first, then sell the Who — and let them own the How
|
|
62
|
+
|
|
63
|
+
Sullivan's enrollment sequence has a strict order. The booklet states: *"Almost all the trouble you'll get yourself into as an entrepreneur will come from trying to sell someone on something you're not sold on yourself."* The Impact Filter is therefore first an instrument of self-enrollment — the half-hour spent filling it out exists to test whether the delegator is actually committed. *"At this point, you'll either have sold yourself or you won't have, and you'll have to make the decision to move forward or let go of your idea."*
|
|
64
|
+
|
|
65
|
+
Only after self-enrollment does the brief get handed to the Who. Sullivan's own description of his handoff, captured in the book when he passed the *Who Not How* Impact Filter to Hardy: *"Let's do this. Here's what success looks like. Here's why this project is so important for us. Here's what we gain if we succeed. Here's what's at stake if we fail. I'm here if you need me. Go!"* And from the booklet: *"I don't involve myself in telling other people how to do things. I rely on the fact that if I'm asking them to do something, it's something I know they're better at than I am."*
|
|
66
|
+
|
|
67
|
+
The leadership posture is: define the *what* and *why* obsessively, hand it over completely, and stay out of the *how*. Hardy writes that *"it is the role of the leader to determine the 'what' — which is the desired outcome or goal — and to provide clarity, feedback, and direction when needed. It is not the role of the leader to explain how the job is done."*
|
|
68
|
+
|
|
69
|
+
### Principle 5: Autonomy without clarity destroys Whos; clarity with autonomy multiplies them
|
|
70
|
+
|
|
71
|
+
A counterpoint the book is careful to make: the answer is not "hire someone and disappear." Hardy cites Self-Determination Theory research showing that teams with *high autonomy but low goal clarity and little feedback* actually perform *worse* than teams with low autonomy. The combination that produces breakthrough performance is high autonomy + high goal clarity + regular feedback on results.
|
|
72
|
+
|
|
73
|
+
In Hardy's words: *"autonomy without clarity is ultimately a disaster. The Who will wander in circles freely but will not go in a meaningful direction... Lack of clarity of vision and inability to articulate that vision leaves Whos with no identity and no clear purpose. They become frustrated and lose their confidence. It's not because they lack the resources or capability, but because they have bad leadership."* The Impact Filter exists to prevent exactly this failure mode — it is the artifact that converts "I trust you, go figure it out" into "here is the precise picture of done, and how you get there is yours."
|
|
74
|
+
|
|
75
|
+
### Principle 6: Transformational leadership — invest, challenge, don't let them off the hook
|
|
76
|
+
|
|
77
|
+
In Chapter 5, Hardy frames the leader's posture toward Whos through Transformational Leadership Theory's four characteristics: *Individualized Consideration, Intellectual Stimulation, Inspirational Motivation, Idealized Influence.* The practical takeaway from the case in that chapter (attorney Nicole Wipp) is that getting Whos emotionally bought-in requires investing in them, challenging them publicly, and *not letting them off the hook* when they want to retreat from a stretch moment. Confidence in the Who is channeled through the leader's refusal to rescue them from the discomfort of growth. This is the enrollment muscle: not a one-time pitch, but a sustained, vision-led pressure that turns a hire into a committed Who.
|
|
78
|
+
|
|
79
|
+
## Verbatim extracts
|
|
80
|
+
|
|
81
|
+
> "A much better question is: 'Who can help me achieve this?'"
|
|
82
|
+
> — *Who Not How*, Introduction
|
|
83
|
+
|
|
84
|
+
> "'How' is linear and slow. 'Who' is non-linear, instantaneous, and exponential."
|
|
85
|
+
> — *Who Not How*, Chapter 1
|
|
86
|
+
|
|
87
|
+
> "Procrastination is wisdom — if you listen to it."
|
|
88
|
+
> — *Who Not How*, Chapter 2
|
|
89
|
+
|
|
90
|
+
> "Almost all the trouble you'll get yourself into as an entrepreneur will come from trying to sell someone on something you're not sold on yourself."
|
|
91
|
+
> — Strategic Coach, *The Impact Filter Tool and Guide* booklet
|
|
92
|
+
|
|
93
|
+
> "I don't involve myself in telling other people how to do things. I rely on the fact that if I'm asking them to do something, it's something I know they're better at than I am."
|
|
94
|
+
> — Dan Sullivan, quoted in *The Impact Filter Tool and Guide* booklet
|
|
95
|
+
|
|
96
|
+
> "It is the role of the leader to determine the 'what' — which is the desired outcome or goal — and to provide clarity, feedback, and direction when needed. It is not the role of the leader to explain how the job is done."
|
|
97
|
+
> — *Who Not How*, Chapter 5
|
|
98
|
+
|
|
99
|
+
> "Autonomy without clarity is ultimately a disaster. The Who will wander in circles freely but will not go in a meaningful direction."
|
|
100
|
+
> — *Who Not How*, Chapter 5
|
|
101
|
+
|
|
102
|
+
> "Let's do this. Here's what success looks like. Here's why this project is so important for us. Here's what we gain if we succeed. Here's what's at stake if we fail. I'm here if you need me. Go!"
|
|
103
|
+
> — Dan Sullivan to Benjamin Hardy on handing over the *Who Not How* Impact Filter, quoted in the Introduction
|
|
104
|
+
|
|
105
|
+
## Notable cases / illustrations
|
|
106
|
+
|
|
107
|
+
### Michael Jordan needed a Who, not more How
|
|
108
|
+
|
|
109
|
+
The book opens with the argument that Michael Jordan, despite being arguably the most individually talented basketball player ever, did not win an NBA championship in his first six seasons. The Bulls' breakthrough came not from Jordan working harder but from acquiring Scottie Pippen (1987), hiring head coach Phil Jackson (1989) who installed the team-based triangle offense, and Jordan's long-term work with private strength coach Tim Grover. The point Hardy draws: *"Michael Jordan was not a self-contained entity. His 'potential' was not innate or fixed, but rather, contextual and relational."* If the greatest individual talent in his sport could not win alone, neither can a leader trying to ship a vision alone.
|
|
110
|
+
|
|
111
|
+
### Nicole Wipp — from 80-hour weeks to a self-managing firm
|
|
112
|
+
|
|
113
|
+
After starting her own law firm in the 2008 recession, attorney Nicole Wipp worked 80–100 hours a week as a solo show and was at a breaking point — not making six figures despite the hours. Her first attempt at hiring failed because she wasn't yet clear on the role's specific results. The escalation of commitment from that first investment forced her to clarify her vision sharply, after which she built a team that operated autonomously enough that — during COVID-19, with Nicole in Hawaii and the team in Michigan — she only had to provide the vision; the team executed the transition for vulnerable elderly clients without hand-holding. The diagnostic principle: the failure of the first hire was a clarity failure, not a hiring failure.
|
|
114
|
+
|
|
115
|
+
### Wes Sierk — focusing on How nearly killed him
|
|
116
|
+
|
|
117
|
+
Wes Sierk, a successful business owner, tried to sell his company himself rather than hiring an investment banker. After six months of negotiation while neglecting his CEO role, the deal collapsed and he had lost hundreds of thousands in attorney fees and team productivity. When he finally hired an investment banker, the banker negotiated 10x EBITA instead of Wes's 8x, secured five offers within months, and sold the company for *millions* more than Wes would have. The fee was ~$500K — trivial against the upside. Hardy uses the case as a hard illustration that "saving money" by being your own Who is almost always the most expensive choice you can make.
|
|
118
|
+
|
|
119
|
+
## Where this is used in the skill
|
|
120
|
+
|
|
121
|
+
- `phases/1-intake.md` — diagnosing leaders stuck in "how" thinking, procrastination as a Who-signal
|
|
122
|
+
- `phases/3-enrollment.md` — the sell-yourself-first sequence, Sullivan's handoff script
|
|
123
|
+
- `phases/4-build-brief.md` — Impact Filter as the structural template for delegation briefs (Purpose / Importance / Ideal Outcome / Success Criteria + Best Result / Worst Result)
|
|
124
|
+
- `phases/7-diagnose.md` — diagnosing delegation failures as either (a) clarity failure (autonomy without clarity), (b) self-enrollment failure (leader wasn't sold), or (c) micromanagement of the *how*
|
|
125
|
+
|
|
126
|
+
## Sources (live-fetched on 2026-05-20)
|
|
127
|
+
|
|
128
|
+
- [Who Not How — official book site](https://whonothow.com/)
|
|
129
|
+
- [The Impact Filter — Strategic Coach tool page](https://www.strategiccoach.com/resources/tools-and-worksheets/the-impact-filter)
|
|
130
|
+
- [The Impact Filter Tool and Guide — official Strategic Coach booklet (PDF)](https://strategic-coach-assets.s3.amazonaws.com/Uberflip/ImpactFiterToolAndGuide_Booklet.pdf)
|
|
131
|
+
- [Create Self-Expansion: Sullivan and Hardy discuss Who Not How — Strategic Coach blog](https://www.strategiccoach.com/resources/the-multiplier-mindset-blog/create-self-expansion-dan-sullivan-dr-benjamin-hardy-discuss-their-book-who-not-how)
|
|
132
|
+
|
|
133
|
+
## Known gaps
|
|
134
|
+
|
|
135
|
+
- Primary content was extracted from a user-provided full-text copy of the book (DOCX) and the user-provided Impact Filter booklet (PDF/MD). The URLs above were located via live web search and verify the canonical Strategic Coach pages for the tool and book, but the chapter-level verbatim extracts were taken from the local source files, not refetched from the web.
|
|
136
|
+
- Did not extract verbatim case material from Chapters 7–11 (Freedom of Relationship and Freedom of Purpose) — those chapters cover being a good Who for others, avoiding wrong Whos, collaborations, and vision expansion, and would be useful for future passes on enrollment quality and partner selection.
|
|
137
|
+
- Page numbers are not cited; the source DOCX did not contain reliable pagination. Quotes are sourced to chapter or to the booklet section.
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: van-edwards_cues
|
|
3
|
+
title: Cues — Master the Secret Language of Charismatic Communication
|
|
4
|
+
author: Vanessa Van Edwards
|
|
5
|
+
work_type: body of work
|
|
6
|
+
type: extraction
|
|
7
|
+
last_fetched: 2026-05-20
|
|
8
|
+
sources:
|
|
9
|
+
- https://www.ted.com/talks/vanessa_van_edwards_you_are_contagious
|
|
10
|
+
- https://lewishowes.com/podcast/why-youre-lacking-charisma-how-to-create-it-with-vanessa-van-edwards/
|
|
11
|
+
- https://www.rogerdooley.com/vanessa-van-edwards-cues/
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Vanessa Van Edwards — *Cues: Master the Secret Language of Charismatic Communication*
|
|
15
|
+
|
|
16
|
+
## Overview
|
|
17
|
+
|
|
18
|
+
Van Edwards is a behavioral investigator whose lab (Science of People) codes thousands of hours of TED talks, Shark Tank pitches, and live conversations to identify the nonverbal, verbal, vocal, and imagery signals that drive charisma. Her central thesis — drawn from Princeton research she cites — is that charisma is not innate; it is the cultivated balance of two cue families: **warmth** (trust, friendliness, likability) and **competence** (credibility, capability, power). Charismatic people send both, in high amounts and roughly equal measure.
|
|
19
|
+
|
|
20
|
+
## Why this is in the vault
|
|
21
|
+
|
|
22
|
+
This reference feeds **Phase 5 (monitoring)** of the leadership-coach skill. When a leader is checking in on a delegated piece of work — in 1:1s, status meetings, async written updates — the cues they send shape whether the report feels safe to surface bad news (warmth) and whether the leader is read as someone worth following on the substance (competence). Van Edwards' framework gives concrete, observable behaviors a coach can prompt the leader to audit: their gestures, their email priming words, their meeting openings, the warm-versus-competent ratio of their language.
|
|
23
|
+
|
|
24
|
+
## Key extractions
|
|
25
|
+
|
|
26
|
+
### Warmth and competence are the two axes of charisma
|
|
27
|
+
|
|
28
|
+
> "To be charismatic, you have to be competent and trustworthy… we want that perfect balance."
|
|
29
|
+
> — Lewis Howes Ep. 1231 (show notes & transcript)
|
|
30
|
+
|
|
31
|
+
> "Highly charismatic people, what makes them charismatic is they have a specific blend of two traits. They have a high warmth and high competence. And what's important about these is that they have these in not only high amounts, but also equal measure, that when they meet people, they are cueing others or socially signaling first warmth, trust, likability, friendliness, but at the very same time, credibility, competence, importance, and power."
|
|
32
|
+
> — Roger Dooley, *Brainfluence* interview
|
|
33
|
+
|
|
34
|
+
> "The first question they ask is, 'Can I trust you?' … The very second question they ask is, 'Can I rely on you?' So when you're in a meeting, on a date, on a call, in a negotiation, [or] on LinkedIn, the two signals that you want to cue people with, as quickly as possible, are 'You can trust me' and 'You can rely on me.'"
|
|
35
|
+
> — Lewis Howes Ep. 1231 show notes
|
|
36
|
+
|
|
37
|
+
### Competence without warmth backfires
|
|
38
|
+
|
|
39
|
+
> "Competence without warmth leaves people feeling suspicious."
|
|
40
|
+
> — Roger Dooley, *Brainfluence* interview (quoted highlight)
|
|
41
|
+
|
|
42
|
+
> "Smart people rely on their smarts… they feel that their ideas can speak for themselves. The problem is, and this is directly from the research, competence without warmth leaves people feeling suspicious… we cannot swallow or digest competence without warmth."
|
|
43
|
+
> — Roger Dooley, *Brainfluence* interview
|
|
44
|
+
|
|
45
|
+
### Warmth cues — the specific list
|
|
46
|
+
|
|
47
|
+
From the Roger Dooley interview and Lewis Howes Ep. 1231, Van Edwards names these as warmth cues:
|
|
48
|
+
|
|
49
|
+
- Open palms / open body posture
|
|
50
|
+
- Smiling — specifically the *real* happiness microexpression that "reaches all the way up into these upper crow's feet muscles" (TEDx London)
|
|
51
|
+
- Hand waves and hand greetings ("hey friends")
|
|
52
|
+
- Head nods
|
|
53
|
+
- Leaning in
|
|
54
|
+
- Personal stories, anecdotes, case studies, gifts, funny videos, memes
|
|
55
|
+
- Smiling people in imagery
|
|
56
|
+
- Warm words ("love," "friend," "exciting," "lucky," "gem")
|
|
57
|
+
- Emojis and exclamation points (each counts as "one warm word")
|
|
58
|
+
|
|
59
|
+
### Competent cues — the specific list
|
|
60
|
+
|
|
61
|
+
- Numbers, percents, data, proof
|
|
62
|
+
- Awards, certifications, degrees
|
|
63
|
+
- Purposeful (explanatory) hand gestures that "underline" the words
|
|
64
|
+
- Lowered chin / steady posture
|
|
65
|
+
- Vocal authority — measured pace, lower pitch, deliberate pauses
|
|
66
|
+
- Competent words ("efficient," "productive," "brainstorm," "leverage," "lead," "streamline," "engineered," "master," "win," "succeed," "greatness," "achieve")
|
|
67
|
+
|
|
68
|
+
### Trust forms from cues — within milliseconds
|
|
69
|
+
|
|
70
|
+
The skill's working phrasing "trust is a cue, not a conclusion" is **not present verbatim** in any of the live-fetched sources (TEDx London transcript, Lewis Howes Ep. 1231 transcript and show notes, Roger Dooley interview). The closest verifiable formulation is Van Edwards' two-question model — that humans answer "Can I trust you?" first, before any rational evaluation, based on the cues they perceive:
|
|
71
|
+
|
|
72
|
+
> "There are two questions that humans ask themselves about the person they're with, and this happens immediately in every interaction. … The first question they ask is, 'Can I trust you?'"
|
|
73
|
+
> — Lewis Howes Ep. 1231 show notes
|
|
74
|
+
|
|
75
|
+
> "We have to have hundreds of cues to answer those two questions."
|
|
76
|
+
> — Lewis Howes Ep. 1231 show notes
|
|
77
|
+
|
|
78
|
+
Use the show notes phrasing rather than the paraphrased "trust is a cue, not a conclusion" line if quoting Van Edwards directly.
|
|
79
|
+
|
|
80
|
+
### You Are Contagious — the TEDx claim
|
|
81
|
+
|
|
82
|
+
The TEDx London talk's central claim is that emotions are *literally* contagious — sent and decoded through body language, vocal tone, and chemical signals — and a leader's emotional state will spread to whoever they interact with:
|
|
83
|
+
|
|
84
|
+
> "We are contagious. Specifically, as humans, we are constantly sending and decoding body language signals. We also do this emotionally and chemically."
|
|
85
|
+
> — TEDx London ("You Are Contagious"), ~05:00
|
|
86
|
+
|
|
87
|
+
> "Our emotions are contagious. Our fear is contagious. Our confidence is contagious. And this begs the big question. If our emotions are contagious, how do we make sure that we're infecting people with the right ones?"
|
|
88
|
+
> — TEDx London, ~06:00
|
|
89
|
+
|
|
90
|
+
> "We catch emotions, and then we create rationales for why we've caught that emotion."
|
|
91
|
+
> — TEDx London, ~07:30
|
|
92
|
+
|
|
93
|
+
### Hand gestures specifically — the 12.5x rule and the TED Talk study
|
|
94
|
+
|
|
95
|
+
> "Your brain gives 12.5 times more weight to hand gestures."
|
|
96
|
+
> — TEDx London, ~04:20
|
|
97
|
+
|
|
98
|
+
> "On average, the most popular TED Talkers use an average of 465 hand gestures in 18 minutes… and the least popular TED Talkers use an average of 272 hand gestures. Almost half."
|
|
99
|
+
> — TEDx London, ~03:00
|
|
100
|
+
|
|
101
|
+
> "When we can't see someone's hands, our brain has a really hard time trusting someone."
|
|
102
|
+
> — Lewis Howes Ep. 1231 transcript
|
|
103
|
+
|
|
104
|
+
### Verbal cues and dopamine — the conversation-starter study
|
|
105
|
+
|
|
106
|
+
> "If you ask the brain a question, it tends to look for hits and not misses… if you ask someone, 'Working on anything exciting recently?' their brain immediately begins to look for all the hits of excitement."
|
|
107
|
+
> — TEDx London, ~14:30
|
|
108
|
+
|
|
109
|
+
> "Dr. John Medina found that dopamine, when it's triggered in verbal conversation, makes a mental post-it note. In other words, when you ask someone else to think of what's exciting in their life, the happy side effect is that you become more memorable."
|
|
110
|
+
> — TEDx London, ~15:30
|
|
111
|
+
|
|
112
|
+
### Priming words change performance
|
|
113
|
+
|
|
114
|
+
> "Reading achievement-oriented words can change our own dopamine and testosterone."
|
|
115
|
+
> — Lewis Howes Ep. 1231 transcript
|
|
116
|
+
|
|
117
|
+
> "Research has found that when people read words like busy, challenge, or late, it literally primes them to be busier, and later, and more challenged. You are literally making it harder for them to help you."
|
|
118
|
+
> — Lewis Howes Ep. 1231 transcript
|
|
119
|
+
|
|
120
|
+
### Muting is itself a danger-zone cue
|
|
121
|
+
|
|
122
|
+
> "Muting isn't itself a cue of anxiety, of hiding or being closed minded. A mistake that I see people make is that they're not sure what to do with their cues, so they just don't send any cues at all. And that actually is a cue in itself."
|
|
123
|
+
> — Roger Dooley, *Brainfluence* interview (quoted highlight)
|
|
124
|
+
|
|
125
|
+
### The "I'm excited" reframe study
|
|
126
|
+
|
|
127
|
+
> "The nervous group got 53% accuracy, the control group got 69, but the I'm excited group got 80% accuracy. Why? Anxiety and excitement are very similar emotions. The only difference is mindset."
|
|
128
|
+
> — TEDx London, ~16:45
|
|
129
|
+
|
|
130
|
+
## Notable cases / illustrations from the source
|
|
131
|
+
|
|
132
|
+
### The sweat-pad fear contagion study (TEDx London)
|
|
133
|
+
|
|
134
|
+
Researchers collected sweat pads from people running on treadmills and from first-time skydivers, then had unsuspecting participants smell the pads while in an fMRI machine. Participants who smelled the skydiver sweat "had their fear response in their brain activated. In other words, they caught the fear." (TEDx London, ~05:30) Van Edwards uses this to ground the claim that emotional contagion is biochemical, not just behavioral.
|
|
135
|
+
|
|
136
|
+
### The Portland "look up at nothing" street experiment (TEDx London)
|
|
137
|
+
|
|
138
|
+
Van Edwards stood on a Portland street looking up at nothing, and within seconds passersby joined her and began inventing rationales for what she was looking at ("Is he going to jump?"). Lesson: "We catch emotions, and then we create rationales for why we've caught that emotion."
|
|
139
|
+
|
|
140
|
+
### The 495 Shark Tank pitches study (Lewis Howes Ep. 1231 and Roger Dooley)
|
|
141
|
+
|
|
142
|
+
Van Edwards' team analyzed 495 Shark Tank pitches coding for entrance, first impression, eye contact, smiling, interactivity, hand gestures, and deal outcome. The biggest differentiator between successful and unsuccessful pitches: successful pitchers showed their hands and used a hand greeting on entry ("Hey sharks, good morning"); unsuccessful ones hid hands in pockets, behind backs, or behind props. Successful pitchers also sparked dopamine through tactile interactivity (taste, smell, touch) and verbal surprise ("guess what, sharks"), and specifically acknowledged individual sharks ("you remind me of myself"). Jamie Siminoff (Ring) is the cautionary case Van Edwards opens the book with — his pitch bombed despite a billion-dollar idea because he relied on competence without warmth.
|
|
143
|
+
|
|
144
|
+
### The TED Talks coding study (TEDx London)
|
|
145
|
+
|
|
146
|
+
Van Edwards' lab analyzed thousands of hours of TED Talks looking for what distinguishes viral from un-viral. The clearest signal: hand-gesture count. Most-viewed TED Talks averaged **465** hand gestures in 18 minutes; least-viewed averaged **272**.
|
|
147
|
+
|
|
148
|
+
### The "I'm excited" singing study (TEDx London)
|
|
149
|
+
|
|
150
|
+
Students were asked to sing "Don't Stop Believing" into accuracy software with no preparation. Group that said "I'm nervous" first scored 53% accuracy. Control group scored 69%. Group that said "I'm excited" first scored 80%. Reframe the same physiological arousal as excitement instead of anxiety and performance jumps.
|
|
151
|
+
|
|
152
|
+
### Margaret Thatcher's cultivated charisma (Roger Dooley)
|
|
153
|
+
|
|
154
|
+
Thatcher knew she lacked natural warmth and worked deliberately on it. Surviving speech notes show her instructing herself: "Pause. Take a deep breath. Use passion." She would drink ice water when she wanted to sound competent and imposing, and hot honey water when she wanted to sound warm and nurturing. Van Edwards uses Thatcher to make the point that "highly charismatic people are in control of their cues" — charisma is cultivated, not innate.
|
|
155
|
+
|
|
156
|
+
### Casper mattress marketing (Roger Dooley)
|
|
157
|
+
|
|
158
|
+
Casper's tagline "Obsessively engineered with outrageous comfort" hits both axes in five words: "engineered" (competence) plus "outrageous comfort" (warmth). Their site pairs warmth imagery (floating clouds, people bouncing on beds) with competence imagery (Casper Labs videos, scientists in white coats), and pairs warm review quotes (Vogue) with competent ones (Consumer Reports). The brain registers "trust, reliability, capable, friendly, likeable, powerful, memorable" simultaneously.
|
|
159
|
+
|
|
160
|
+
## Notable research she cites by name
|
|
161
|
+
|
|
162
|
+
- **Princeton University** — warmth-and-competence dimensions of charisma (the framework's empirical backbone)
|
|
163
|
+
- **Dr. Paul Ekman** — universal microexpressions; seven facial expressions across cultures
|
|
164
|
+
- **University of Finland** — real vs. fake smile contagion study
|
|
165
|
+
- **Dr. John Medina** — dopamine and verbal "mental post-it notes"
|
|
166
|
+
- **Susan Goldin-Meadow** (cited as "Susan Golden Meadow" in transcript) — *Hearing Gesture*; gestures lower cognitive load and increase fluency
|
|
167
|
+
- **Jose Pena** (Van Edwards' team) — 495 Shark Tank pitches coding study
|
|
168
|
+
- The **achievement-priming-words study** — sprinkling words like "win," "succeed," "master," "greatness" into task directions improved accuracy, doubled persistence, and raised participant dopamine and testosterone
|
|
169
|
+
- The **athlete photo on telemarketer scripts** study — sales reps with a printed picture of an athlete winning a race on their script earned more money
|
|
170
|
+
- The **"I'm excited" reframe** study — 53% / 69% / 80% accuracy across nervous / control / excited groups
|
|
171
|
+
- The **facial feedback hypothesis** — facial expressions cause emotions, not just the reverse
|
|
172
|
+
- The **sweat-pad fear contagion** fMRI study — emotional state transfers via chemosignals
|
|
173
|
+
|
|
174
|
+
## Where this is used in the skill
|
|
175
|
+
|
|
176
|
+
- `phases/5-monitoring.md` — informs guidance on the leader's cue-quality during status check-ins (warmth during reports of bad news; competence cues that don't slide into micromanagement)
|
|
177
|
+
- "Going deeper" link at the bottom of `phases/5-monitoring.md`
|
|
178
|
+
|
|
179
|
+
## Sources (live-fetched on 2026-05-20)
|
|
180
|
+
|
|
181
|
+
- [Vanessa Van Edwards — "You Are Contagious" (TEDx London)](https://www.ted.com/talks/vanessa_van_edwards_you_are_contagious) — transcript via WayinVideo
|
|
182
|
+
- [Lewis Howes — *The School of Greatness* Ep. 1231: "Why You're Lacking Charisma & How To Create It"](https://lewishowes.com/podcast/why-youre-lacking-charisma-how-to-create-it-with-vanessa-van-edwards/)
|
|
183
|
+
- [Roger Dooley — *Brainfluence* Ep. 395: "CUES: The Secrets of Charismatic Communication"](https://www.rogerdooley.com/vanessa-van-edwards-cues/)
|
|
184
|
+
|
|
185
|
+
## Known gaps
|
|
186
|
+
|
|
187
|
+
- The book *Cues* itself was not fetched verbatim — only the TEDx talk and two long-form interview transcripts where Van Edwards discusses the book. The book reportedly contains "96 cues" (per the Dooley interview); only a subset surfaces in the interviews fetched here.
|
|
188
|
+
- The exact phrasing **"trust is a cue, not a conclusion"** was not found in any fetched source. If the skill prose relies on that line as a Van Edwards quote, it should be either (a) reframed as a paraphrase of her two-question model ("Can I trust you?" / "Can I rely on you?"), or (b) hedged as "in the spirit of Van Edwards' framing." Do not attribute the exact phrase to her until a primary source surfaces it.
|
|
189
|
+
- The Princeton warmth-competence research is named but not cited to a specific paper in the fetched material. A future pass could surface the underlying Fiske/Cuddy/Glick stereotype-content-model literature that almost certainly underwrites it.
|