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.
Files changed (128) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +5 -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 +65 -65
  128. package/skills/estack-vscode-file-recovery/SKILL.md +188 -0
@@ -0,0 +1,145 @@
1
+ # Phase 1 — Intake
2
+
3
+ <primary_outcome>
4
+ By the end of this phase you have: (1) a specific named task, (2) a named owner (or, in flat teams, owner-selection logic if not yet decided), (3) a timeline, (4) the team mode locked in (hierarchical or flat/peer — this calibrates every downstream phase), (5) a filter decision (Eliminate / Automate / Delegate / hold), and (6) a resistance pattern named if one is present. No fuzz allowed: "marketing stuff" is not a task; "I think Sarah probably" is not an owner; "we kinda all work together" is not a team mode.
5
+ </primary_outcome>
6
+
7
+ This is the first phase of the pre-delegation flow. Your job here is to understand what is actually being handed off, to whom, and on what timeline — and to catch the cases where the work shouldn't be delegated at all (because it should be eliminated, automated, or kept with the user).
8
+
9
+ ---
10
+
11
+ ## Ask 1–3 questions, then wait
12
+
13
+ Intake locks in four things before any phase can produce output: the task, the owner, the timeline, and the team mode (hierarchical vs flat/peer). Ask at the rate the user is moving — sometimes one question at a time, sometimes grouped if the user is comfortable.
14
+
15
+ 1. What's the task or project being handed off? (push for specifics)
16
+ 2. Who is the person receiving it — and what's your working relationship with them (direct report, peer, co-founder, cross-functional)?
17
+ 3. What's the timeline?
18
+
19
+ Question 2 is doing double duty: it surfaces the owner *and* the team mode in one move. Most users answer the relationship part naturally ("she's on my team," "my co-founder," "a peer in product"). Listen for the signals from SKILL.md:
20
+
21
+ - **Hierarchical:** "my report," "I'm assigning," "I manage them," org-chart references
22
+ - **Flat/peer:** "my co-founder," "we're peers," "nobody reports to anyone," "we just divide work"
23
+
24
+ If the relationship is still ambiguous after the user answers, ask one focused follow-up before moving on: *"Quick check — is this person a direct report, or more of a peer/co-founder situation?"* Lock it in. Every downstream phase has flat-team adaptations that won't fire correctly without it.
25
+
26
+ If the user says "marketing stuff" or "the whole onboarding thing," push: *"Walk me through the actual deliverable. What does done look like?"*
27
+
28
+ **Flat-team adaptation:** if the user says ownership hasn't been decided yet — "we haven't figured out who's taking this" — shift from *who are you handing this to* to *who should own this*. Help them evaluate fit based on relevant experience, energy, and current capacity. Ask: *"Who on the team has the most relevant experience with this type of work? And who would actually want to do it?"* Both questions matter equally in a flat team — seniority and availability are the wrong filters.
29
+
30
+ ---
31
+
32
+ ## While the user is talking, run three filters silently
33
+
34
+ Don't ask all of these. Listen for whether each is satisfied. Raise a coaching note only if the user seems to be heading toward a wrong answer.
35
+
36
+ ### Filter 1 — Should this exist at all? (Ferriss: Eliminate → Automate → Delegate)
37
+
38
+ Tim Ferriss's *4-Hour Workweek* established this sequence as the right order of operations *before* delegating anything to a human:
39
+
40
+ - **Eliminate** — Is this task necessary at all? What happens if you stop doing it? If the honest answer is *"probably nothing,"* kill it. A surprising amount of work that gets delegated should not exist.
41
+ - **Automate** — Can a system, tool, or workflow remove the human element entirely? The best delegation is structural — no one does the task because it runs itself.
42
+ - **Delegate** — Only after the first two fail. What remains is work that genuinely requires a human who is not the user.
43
+
44
+ When to raise the filter:
45
+
46
+ > 🚩 Before we figure out who should do this — is it worth doing at all? If you stopped doing this entirely, what would actually break? And: is there a tool or workflow that could handle this without a person?
47
+
48
+ ### Filter 2 — What kind of delegation is this? (the four exits)
49
+
50
+ Not every "delegation" goes to a person. There are four exits from "this lives on the user's desk":
51
+
52
+ - **Person** — a human needs to own an outcome that requires judgment
53
+ - **Process** — build automation so the work never reaches a human desk again
54
+ - **Project** — open a coordinated effort to document and transfer a capability the user currently holds
55
+ - **Policy** — write a rule that prevents the decision from ever landing on the user's desk again
56
+
57
+ If the *same question* keeps coming back to the user more than twice, the right exit is almost always **Policy**, not Person:
58
+
59
+ > 🚩 This isn't a delegation problem — it's a policy problem. Assigning someone to handle each instance isn't the fix; building a rule that removes it from your queue permanently is. What would the rule be?
60
+
61
+ > *Attribution note: This four-exit framing is sometimes attributed to "Sharin" in the user's notes. The attribution is unverified — surface the principle but not the source until a reference is confirmed.*
62
+
63
+ ### Filter 3 — Should this stay with the user?
64
+
65
+ Some work is not a delegation candidate. Do not delegate:
66
+
67
+ - Performance reviews and personnel decisions
68
+ - Sensitive stakeholder relationships requiring the user's authority
69
+ - High-stakes, irreversible decisions where the user is the last line of judgment
70
+ - Genuinely confidential information
71
+ - Coaching and developing the user's own direct reports
72
+
73
+ **Grove's counterintuitive rule:** Delegate what is *familiar* to the user, not what is unfamiliar. The user can explain, teach, and monitor tasks they know well. Delegating something the user doesn't understand makes oversight nearly impossible — the user can't tell good from bad.
74
+
75
+ If the user is about to delegate something that should stay with them, raise it plainly. Don't hedge.
76
+
77
+ ---
78
+
79
+ ## Resistance signals — when the user is reluctant to hand off
80
+
81
+ If the user shows reluctance, identify the pattern and name it. Listen for *intent*, not verbatim phrases. People often dress resistance in reasonable-sounding language:
82
+
83
+ - *"I trust them, but I'm not sure they'll do well at this"* = doesn't trust them
84
+ - *"I just want to stay close to this one"* = afraid to let go
85
+ - *"They're good, but this is kind of important"* = believes no one else can do it right
86
+ - *"I'll hand it off once I get it to a good place"* = will never hand it off
87
+ - *"I want to make sure they're set up for success,"* used repeatedly = micromanaging in disguise
88
+
89
+ When you hear hedged, qualifying language around handing something off, treat it the same as the explicit version. The pattern is what matters, not the words.
90
+
91
+ ### Resistance response table
92
+
93
+ | Pattern (what they say or mean) | What's actually happening | How to respond |
94
+ |---|---|---|
95
+ | "It's faster if I just do it" | True once; false as a pattern. The cost compounds. | "That's true this time. What's the cost of it staying with you long-term?" |
96
+ | "No one will do it as well as I do" | Probably true at the start. | "Correct — and the answer is building their TRM, not staying the only one who can do it." |
97
+ | "I like doing this" | Valid feeling; wrong basis for a management decision. | "What would you be doing with that time if this were off your plate?" |
98
+ | "I'm afraid they'll fail" | Their mistakes are part of their learning (Grove). | "What's the cost of a contained failure now vs. never building that capability?" |
99
+ | "I trust them, but..." | They don't trust them for this task. | "It sounds like you have some reservations — what specifically are you worried about?" |
100
+ | "I just want to stay close to this one" | Identity fused with execution (Sullivan). | "What would need to be true about the brief for you to feel comfortable stepping back?" |
101
+
102
+ ### Sullivan's identity reframe
103
+
104
+ Dan Sullivan's reframe for identity-based resistance: the user's significance as a leader is in their *vision and judgment*, not their *output*. Handing off execution isn't handing off significance — it's how the user scales both.
105
+
106
+ If the user clearly fuses identity with the task ("this is my thing," "I'm the one who built this"), name it gently and surface Sullivan's reframe in plain language.
107
+
108
+ ---
109
+
110
+ ## Real-world case: Ferriss removes himself as the bottleneck at BrainQUICKEN
111
+
112
+ Before *The 4-Hour Workweek* existed, Tim Ferriss was running BrainQUICKEN LLC at roughly $40K/month while working "12-hour-plus days 7 days a week." A would-be acquisition forced him to "simplify, eliminate, and otherwise clean house to make myself expendable" — and the company didn't fall apart. The deal collapsed but the lesson stuck. After a near-breakdown in London in 2004, he didn't hire more people to take work off his plate. He ran the elimination filter on himself first: email restricted to one hour every Monday morning, the rest of his own involvement forced out of the loop. His own line on the result, from "Chronology of a Pathology": *"As soon as I remove myself as a bottleneck, profits increase 40%."*
113
+
114
+ What makes this case useful for Phase 1 is the *order* Ferriss eventually codified into the rule he states in Chapter 8 of the book: *"Never automate something that can be eliminated, and never delegate something that can be automated or streamlined. Otherwise, you waste someone else's time instead of your own, which now wastes your hard-earned cash."* A leader staring at a task list and asking *who should I hand this to?* is asking the wrong question first. The first question is *does this need to happen at all, and does it need me involved?* The work that felt most urgent to delegate at BrainQUICKEN turned out to be work that produced more profit when nobody — including Ferriss — was doing it. Source: [Ferriss — *The 4-Hour Workweek*](../../../references/ferriss_4hww.md).
115
+
116
+ ---
117
+
118
+ ## Pre-empted shortcuts
119
+
120
+ - **Don't accept "marketing stuff" as the task.** Push until the deliverable is a sentence a stranger could verify.
121
+ - **Don't accept "probably Sarah" as the owner.** A named person, or — in flat teams — explicit owner-selection logic, is the minimum.
122
+ - **Don't skip the three filters.** Sometimes the most valuable output of Phase 1 is the user deciding *not* to delegate. That counts as a successful phase.
123
+ - **Don't lecture Grove and Sullivan in Phase 1.** Use them only when the user trips a resistance pattern. If they didn't, save it.
124
+
125
+ ---
126
+
127
+ ## Phase 1 is complete when
128
+
129
+ - The task is specific (deliverable describable in one sentence)
130
+ - The owner is named (or, in flat teams, owner-selection logic is in motion)
131
+ - The timeline is on the table
132
+ - The team mode is locked in (Hierarchical or Flat/peer) — not "kind of both"
133
+ - A filter decision is made — proceed to delegate, eliminate, automate, or hold
134
+ - If resistance was present, it has been named and the user has acknowledged it
135
+
136
+ When all of those are true, move to Phase 2.
137
+
138
+ ---
139
+
140
+ > **Going deeper.** Everything you need to coach this section is above. If the user asks where this comes from, or you need a more detailed take, load:
141
+ > - [Ferriss — *The 4-Hour Workweek*](../../../references/ferriss_4hww.md) — Eliminate / Automate / Delegate sequencing
142
+ > - [Sullivan — *Who Not How*](../../../references/sullivan_who-not-how.md) — identity reframes for letting go
143
+ > - [Grove — *High Output Management*](../../../references/grove_high-output-management.md) — delegate what is familiar
144
+ > - [Gerber — *The E-Myth Revisited*](../../../references/gerber_e-myth-revisited.md) — management by abdication
145
+ > - Four exits (Person / Process / Project / Policy) — attribution unverified; check `references/` for resolution before citing
@@ -0,0 +1,119 @@
1
+ # Phase 2 — TRM Assessment
2
+
3
+ <primary_outcome>
4
+ By the end of this phase you have: (1) a Task-Relevant Maturity rating (Low / Medium / High) for *this person* on *this specific task* — not a general impression of their ability — and (2) a named Hormozi progression stage (Investigation / Informed Progress / Informed Results / Complete Ownership). These two outputs calibrate everything that follows: authority level (Phase 4), check-in cadence (Phase 5), and how directive the coaching needs to be (Phase 3).
5
+ </primary_outcome>
6
+
7
+ This is the most commonly miscalibrated phase. Leaders apply their general impression of a high performer to a new task type and end up either leaving someone exposed on unfamiliar work or smothering an expert who didn't need supervision. Your job is to slow the user down here and make them assess this specific task, not the person in general.
8
+
9
+ ---
10
+
11
+ ## Ask 1–3 questions, then wait
12
+
13
+ 1. Has this person done this specific type of work before?
14
+ 2. If yes — what did the result look like, and how recently was it?
15
+ 3. How long have they been in this role / on the team?
16
+
17
+ If they say "they've been here a while and they're great," that's a general impression — push for the task-specific version: *"Have they done this exact kind of work? Not similar — this."*
18
+
19
+ **Flat-team adaptation:** In hierarchical teams, the user assesses the owner's readiness top-down. In flat teams, TRM is a *mutual calibration*. The user can't unilaterally label a peer "low TRM" and impose structure — they have to have the conversation and reach agreement. Coach the user to frame it as: *"I think this is new territory for both of us — how much structure would be helpful?"* rather than *"I'm going to set up more check-ins because you haven't done this before."* The assessment is the same; the framing respects the absence of positional authority.
20
+
21
+ ---
22
+
23
+ ## Task-Relevant Maturity (Grove, *High Output Management*)
24
+
25
+ TRM = **skill** (experience, knowledge, capability) + **will** (motivation, commitment, ownership) — **for a specific task.** Not for the person generally. A senior team member can be high TRM on their core role and low TRM on something adjacent they've never touched.
26
+
27
+ | TRM | What it means | Management style | Authority level it unlocks |
28
+ |---|---|---|---|
29
+ | **Low** | New to this specific task | Structured and directive. Specify what, when, and how. Frequent check-ins. | 1–2 |
30
+ | **Medium** | Some experience; hits unfamiliar decision points | Collaborative. Two-way dialogue, coaching, reasoning together. | 3 |
31
+ | **High** | Proven track record on this type of work | Minimal involvement. Define objectives, monitor outcomes. Get out of the way. | 4–5 |
32
+
33
+ Grove's rule (paraphrased from Ch 12; the verbatim is longer and runs through his one-on-one cadence framing in Ch 4) — surface it when the user is about to misapply general impression to a specific task:
34
+
35
+ > Monitoring frequency is set by the subordinate's experience with a *specific task* and prior performance on it — not by what you believe they can do in general.
36
+
37
+ His own Ch 12 framing for why this matters: *"it is entirely possible for a person or a group of people to have a TRM that is high in one job but low in another."*
38
+
39
+ ⚠️ **Most common mistake:** The user defaults to the person's general level instead of the task-specific level. When you spot this:
40
+
41
+ > 🚩 TRM is task-specific, not person-specific. A senior team member with high TRM in their core role may have low TRM on something adjacent they've never touched. Leaving them alone on unfamiliar work isn't empowerment — it's exposure.
42
+
43
+ ---
44
+
45
+ ## Hormozi's progression (Leila Hormozi, CEO of Acquisition.com)
46
+
47
+ Leila Hormozi maps TRM to a four-stage progression of *how the handoff itself evolves* over time. Each stage is a test, not just a task — and each maps roughly to an authority level (which you'll set in Phase 4).
48
+
49
+ | Stage | What the owner does | What the user does | Maps to authority |
50
+ |---|---|---|---|
51
+ | **Investigation** | Research only. Gather information. | Decide based on what they bring back. | ≈ Level 1 |
52
+ | **Informed Progress** | Executes the assigned task with milestone updates. | Helps when they hit decision points. | ≈ Level 2–3 |
53
+ | **Informed Results** | Executes independently, brings the final output only. | Reviews the result. Doesn't intervene during execution. | ≈ Level 3–4 |
54
+ | **Complete Ownership** | Owns the outcome. Sets their own direction. | Sets the outcome and disappears. | ≈ Level 5 |
55
+
56
+ **Hormozi calls Informed Results "the most teaching level"** — because it forces the owner to build *their own* support systems beyond the user. They can't lean on the user to unstick them mid-execution; they have to find another way through, which is exactly the muscle that grows.
57
+
58
+ The point of the progression is *deliberate movement* — not staying at the same level forever. A person who has been at Informed Progress on the same kind of work for two years and never moved up is a signal that the user hasn't actually been progressing them.
59
+
60
+ When you recommend a stage, name it explicitly. Don't just describe it.
61
+
62
+ ---
63
+
64
+ ## Operator-first mindset (Codie Sanchez, *Main Street Millionaire*)
65
+
66
+ If the user is deciding who owns an **important ongoing function** — not just a one-off task — surface this principle:
67
+
68
+ > The constraint is usually not the work. It's that the user didn't cultivate the right person first.
69
+
70
+ Sanchez's rule: **find the operator before the opportunity.** If no one on the team has the TRM for this type of work, the answer isn't to delegate anyway and hope. The answer is to either build that capability deliberately or hire for it. Delegating an important function to someone with no relevant TRM is not delegation — it's gambling.
71
+
72
+ Her corollary is the **Not To Do List** — an explicit list of things the user will never personally handle again. Knowing what the user *won't do* is as strategically important as knowing what only they can do. If the work being delegated belongs on the Not To Do List, the delegation should be permanent and the user should not let it back onto their desk.
73
+
74
+ ---
75
+
76
+ ## Real-world case: the sales manager promoted to run a factory
77
+
78
+ Grove tells the story of a competent, proven sales manager who was promoted into running a factory and performed badly. The verdict Grove draws is precise: *"we confused the manager's general competence and maturity with his task-relevant maturity."* The person hadn't gotten worse overnight — the task changed, and his TRM on the new task was low, even though his TRM on his prior work was high. Grove reinforces the same pattern with the driving analogy (an experienced country-road driver becomes a novice on a metro freeway) and the army-sergeant analogy (peacetime competence reverts in sudden combat). TRM, in Grove's framing, is a property of the person-task-context triple, and it can drop the moment the context shifts.
79
+
80
+ The coaching implication is direct: when the user says "they're senior, they can handle it," what they're describing is general maturity, not task-relevant maturity. If the task is genuinely new to this person, leaving them alone on it isn't trusting them — it's misreading the situation Grove explicitly warns about. The right move at low task-specific TRM is structured, directive management with frequent check-ins, regardless of how senior the person is on their core work.
81
+
82
+ Source: [Grove — *High Output Management*](../../../references/grove_high-output-management.md), Ch 12.
83
+
84
+ ---
85
+
86
+ ## Real-world case: Leila's "delegate everything, then take it back" trap
87
+
88
+ Leila Hormozi opens her account of how she learned the four-stage progression with her own failure pattern: *"When I first started hiring people, I tried to delegate **everything** at once. It was complete chaos. I'd hand someone a project, disappear, and come back to find... nothing like what I expected. Or worse, nothing at all :) So I'd take it back. Do it myself. Tell myself 'nobody can do this like me.'"* She names this as the exact trap the four stages exist to interrupt — the swing from "delegate everything" straight to "take it back and do it myself," with no intermediate stages of structured progress in between.
89
+
90
+ Her vivid framing for why Stage 4 cannot be a starting point: *"You can't go from doing everything yourself straight to Stage 4. That's like teaching someone to swim by throwing them in the ocean."* She follows it with an empathy reframe — *"if someone came to you today with zero context and said 'just own this completely,' you'd probably fail too. Not because you're incompetent, but because you don't have the foundation yet."* The cost of skipping stages isn't paid by the leader's calendar; it's paid by the teammate, who fails publicly, and by the leader's confidence in the teammate, which is exactly what made her take work back in the first place. Her rule: *"You must earn each stage with each person on each task."*
91
+
92
+ Source: [Hormozi (Leila) — *The Art of Delegation*](../../../references/hormozi-leila_4-stages.md).
93
+
94
+ ---
95
+
96
+ ## Pre-empted shortcuts
97
+
98
+ - **Don't accept "they're great" as a TRM assessment.** Great at *what*? The same task? A similar task? Push.
99
+ - **Don't default to Informed Results or Complete Ownership for senior people.** Seniority is not task-specific TRM. The case for a higher stage has to be made on this task.
100
+ - **Don't lecture the four stages before the user has answered the questions.** Use the table to inform the recommendation — don't recite it.
101
+ - **Don't assess TRM in isolation from the task definition.** If Phase 1 didn't surface a specific task, the TRM assessment will be vague. Go back.
102
+
103
+ ---
104
+
105
+ ## Phase 2 is complete when
106
+
107
+ - A specific TRM rating (Low / Medium / High) is named for this person on this task
108
+ - A Hormozi progression stage is named (Investigation / Informed Progress / Informed Results / Complete Ownership)
109
+ - The user has stated the rating out loud or in writing — not "kinda medium," but the actual level
110
+ - The user has acknowledged where this person sits *for this task specifically*, even if it differs from their general impression
111
+
112
+ When all of those are true, move to Phase 3.
113
+
114
+ ---
115
+
116
+ > **Going deeper.** Everything you need to coach this section is above. If the user asks where this comes from, or you need a more detailed take, load:
117
+ > - [Grove — *High Output Management*](../../../references/grove_high-output-management.md) — TRM, monitoring cadence, "delegate what is familiar"
118
+ > - [Hormozi (Leila) — The Art of Delegation (Four Stages)](../../../references/hormozi-leila_4-stages.md) — the four progression stages (Investigation / Informed Progress / Informed Results / Complete Ownership)
119
+ > - [Sanchez — *Main Street Millionaire*](../../../references/sanchez_main-street-millionaire.md) — find the operator first, Not To Do List
@@ -0,0 +1,132 @@
1
+ # Phase 3 — The Enrollment Conversation
2
+
3
+ <primary_outcome>
4
+ By the end of this phase you have the four-move enrollment talking points the user will deliver in the sit-down conversation with the owner — *before* the brief is shared. The four moves are: (1) the problem (not the task), (2) why this person specifically, (3) the question that asks what energizes them, (4) the question that asks what they need. These talking points feed directly into Phase 4 and into the artifact at the end of the flow.
5
+ </primary_outcome>
6
+
7
+ Most leaders skip this phase. They write the brief, send it, and wonder why the owner showed up as an executor instead of an owner. The enrollment conversation is what converts a task assignment into an act of invitation — and it determines whether the person taking the work shows up as an assignee or a co-owner.
8
+
9
+ This phase uses the TRM rating from Phase 2 to calibrate depth. High-TRM owners need less framing but still benefit from hearing *why them*. Low-TRM owners need more context on purpose and more support negotiation.
10
+
11
+ ---
12
+
13
+ ## Why this matters
14
+
15
+ Self-determination theory (Deci & Ryan) identifies three core needs at work:
16
+
17
+ - **Autonomy** — I have choice
18
+ - **Competence** — I can do this
19
+ - **Relatedness** — I'm connected to people who care about this work
20
+
21
+ A proper enrollment conversation activates all three at once. Gallup's most recent reporting finds only about 1 in 5 employees worldwide are engaged at work — the large majority are not engaged, and a meaningful slice are actively disengaged. That gap often opens in the very first conversation, the one where a task was assigned instead of a cause explained.
22
+
23
+ The distinction:
24
+
25
+ - *"Here's the brief, here's the deadline"* → produces **compliance**
26
+ - *"Here's the problem we're solving, here's why it matters, and here's why I think you're the right person"* → produces **ownership**
27
+
28
+ Compliance ships the work. Ownership ships the work *and* catches the edge cases the brief didn't anticipate.
29
+
30
+ ---
31
+
32
+ ## Walk the user through the four moves
33
+
34
+ Ask the user to draft each move out loud (or in writing). You're not building theory — you're producing the actual lines the user will deliver in the conversation.
35
+
36
+ ### Move 1 — Lead with the problem, not the task
37
+
38
+ Ask: *"When you sit down with this person, what will you say the problem is — not the deliverable, but the actual problem you're trying to solve?"*
39
+
40
+ If the user jumps straight to the task:
41
+
42
+ > 🚩 Starting with *"I need you to build X by Friday"* frames the person as an executor. Starting with *"Here's the problem we're facing and why it matters right now"* frames them as a problem-solver. The second version invites judgment and initiative — the first invites compliance.
43
+
44
+ Push until they can describe the problem in business / human terms. "We need a Q4 deck" is not a problem. "Our board doesn't trust our Q3 numbers and we need to walk them through what we're going to do differently in Q4" is.
45
+
46
+ ### Move 2 — Name why them, specifically
47
+
48
+ Ask: *"What will you say when they ask (or wonder) why you chose them for this? Finish the sentence: 'I think you're the right person for this because...'"*
49
+
50
+ Push for specificity. "You're great" doesn't land. "You built the onboarding flow last quarter and you understand how our customers actually use the product" does.
51
+
52
+ If they can't finish the sentence:
53
+
54
+ > 🚩 If you can't articulate why this person specifically, you're either delegating by default (they're available) or you haven't thought about fit. Both lead to weaker ownership. Take a minute — what's the real reason?
55
+
56
+ **Flat-team adaptation:** If the owner volunteered or the team collectively decided, shift the frame: *"Why does this belong with you — what makes you the right fit?"* The enrollment still needs specificity; it just doesn't need to come from a position of authority. In a flat team, the person taking the work should be able to articulate their own fit, not just receive it from someone else.
57
+
58
+ ### Move 3 — Ask what energizes them
59
+
60
+ Coach the user to ask the owner: *"What part of this actually interests or energizes you?"*
61
+
62
+ This is the move most leaders skip. It converts a one-way handoff into a two-way conversation. What comes back shapes how the user writes the brief in Phase 4 — they might discover the owner is excited about the customer-facing piece but anxious about the data work, which tells the user where to provide support and where to get out of the way.
63
+
64
+ This is not optional even for compressed-path delegations. Even a 30-second version of this question pays off.
65
+
66
+ ### Move 4 — Ask what they need
67
+
68
+ Coach the user to ask: *"What would help you do your best work here?"*
69
+
70
+ This is not a blank check — it's a chance to surface blockers, resource gaps, and preferences *before* work begins instead of mid-crisis. It also signals trust: the user is asking the owner to co-design the conditions for success, not just accept them.
71
+
72
+ What the owner says here directly feeds Phase 4 ④ (Constraints) and, in flat teams, Phase 4 ⑥ (Reciprocal Commitments).
73
+
74
+ ---
75
+
76
+ ## What feeds forward from this phase
77
+
78
+ - Move 1's framing of the problem → Phase 4 ② (Why this matters)
79
+ - Move 2's specific "why you" → goes directly into the enrollment talking points artifact
80
+ - Move 3's question → asked live in the sit-down; the owner's answer informs Phase 4 ⑤ (Authority level — where the user grants more latitude)
81
+ - Move 4's question → asked live in the sit-down; the owner's answer informs Phase 4 ④ (Constraints) and ⑥ (Reciprocal Commitments)
82
+
83
+ If the user says "I'll just send the brief":
84
+
85
+ > 🚩 Forwarding a brief without a framing conversation is the single fastest way to get technically correct but strategically flat work. Five minutes of enrollment saves weeks of misalignment. Sit down first — then share the document.
86
+
87
+ ---
88
+
89
+ ## Real-world case: Wes Sierk — being your own Who is the most expensive choice
90
+
91
+ Wes Sierk, a successful business owner, decided to sell his company himself rather than enroll an investment banker as the Who. After six months of personally running the negotiation while neglecting his CEO role, the deal collapsed — 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 roughly $500K, trivial against the upside.
92
+
93
+ The principle the case illustrates: when a leader says "I'm the only one who can do this," that is almost never a capability statement — it is an unmade enrollment decision. Wes did not need more How. He needed a Who, and the cost of avoiding the enrollment conversation was vastly larger than the cost of having it. The four-move enrollment exists to make that conversation deliberate before the leader spends six months proving the same lesson the hard way.
94
+
95
+ Source: [Sullivan & Hardy — *Who Not How*](../../../references/sullivan_who-not-how.md)
96
+
97
+ ---
98
+
99
+ ## Real-world case: the manager is the variable — what Gallup's data says about the enrollment gap
100
+
101
+ Gallup's 2025 data finds only 20% of employees worldwide engaged at work, down from a peak of 23% in 2022–2023; 64% are not engaged and 16% are actively disengaged. The headline finding from Gallup's analysis of business-unit engagement scores is that "managers account for at least 70% of the variance in employee engagement scores across business units," and the 2024 follow-up reinforces that engagement is "driven more by having great managers at the business-unit level than by macroeconomic factors such as countries' labor policies and the vibrancy of their job markets." Translation for an operator: when a delegated owner shows up present-but-uninspired, that is the statistical baseline, not a personal failure — engagement requires deliberate design, and the manager is the design variable.
102
+
103
+ The closest thing to a case finding in the data sits inside the 2026 report: manager engagement itself fell nine points since 2022, from 31% to 22%, with a five-point drop in the most recent year alone. But in best-practice organizations, 79% of managers remained engaged — nearly four times the global average — which Gallup attributes to deliberate management development. The pattern is the same at both layers: where the enrollment conversation (and the sustained development that follows it) is treated as a real practice, engagement is roughly 4x the default. Where it is skipped, the default applies.
104
+
105
+ Source: [Gallup — engagement research body of work](../../../references/gallup_engagement-research.md)
106
+
107
+ ---
108
+
109
+ ## Pre-empted shortcuts
110
+
111
+ - **Don't accept "I'll figure out what to say in the room."** The whole point of Phase 3 is to walk in with the language already drafted.
112
+ - **Don't accept "they already know why this matters."** Maybe — but if the user can't articulate it in a sentence right now, then no, they don't.
113
+ - **Don't let Move 2 land as a compliment.** "You're great" is a compliment, not a reason. Push for the specific capability or experience that made this person the choice.
114
+ - **Don't skip Moves 3 and 4 for high-TRM owners.** High-TRM owners benefit *more* from being asked what energizes them, because they have stronger preferences and more leverage to exercise them.
115
+
116
+ ---
117
+
118
+ ## Phase 3 is complete when
119
+
120
+ - Move 1: the problem is articulated in one or two sentences in business / human terms
121
+ - Move 2: the "why you" sentence is finished with specific evidence — not a compliment
122
+ - Moves 3 and 4 are named as questions the user will ask in the sit-down (they don't get answered until the user has the actual conversation)
123
+ - The user is ready to walk into the room with the talking points
124
+
125
+ When all of those are true, move to Phase 4.
126
+
127
+ ---
128
+
129
+ > **Going deeper.** Everything you need to coach this section is above. If the user asks where this comes from, or you need a more detailed take, load:
130
+ > - [Deci & Ryan — Self-Determination Theory](../../../references/deci-ryan_self-determination-theory.md) — autonomy, competence, relatedness as the three core work needs
131
+ > - [Gallup — State of the Global Workplace](../../../references/gallup_engagement-research.md) — the engagement gap and the manager-as-variable finding
132
+ > - [Sullivan — *Who Not How*](../../../references/sullivan_who-not-how.md) — the entrepreneur's enrollment shift
@@ -0,0 +1,171 @@
1
+ # Phase 4 — Build the Delegation Brief
2
+
3
+ <primary_outcome>
4
+ By the end of this phase you have six (or, in flat teams, seven) named brief elements drafted: ① What (the deliverable), ② Why (the context), ③ Success Looks Like (externalized standard), ④ Constraints, ⑤ Authority Level (named with a number 1–5), and — in flat teams — ⑥ Reciprocal Commitments. Each element has actual content; "we'll figure that out" does not count. This is the longest and highest-leverage phase. Most delegation failures trace back to a brief element that was vague, missing, or assumed.
5
+ </primary_outcome>
6
+
7
+ This is the phase where the user externalizes everything that has been living in their head. Walk through each element one at a time. Ask, listen, move on. **Don't present all six at once** — that's a form, not a coaching conversation. One element per exchange.
8
+
9
+ The principle behind the brief: **specify what done looks like, not how to get there.** Prescribing steps eliminates the owner's judgment and ownership. Defining the outcome hands them a problem to solve — more engaging, develops skills faster, adapts better to conditions the user didn't anticipate.
10
+
11
+ ---
12
+
13
+ ## ① What — the deliverable
14
+
15
+ Ask: *"What exactly does done look like? Finish this sentence: 'By the end, we should have _______ so that we can _______.'"*
16
+
17
+ If they can't complete it:
18
+
19
+ > 🚩 If you can't define done, you're not ready to delegate yet. Handing off a fuzzy task produces fuzzy results — and you'll feel the urge to take it back halfway through.
20
+
21
+ The "so that we can" clause matters. It links the deliverable to the next move it enables, which prevents the owner from over-engineering or under-shipping.
22
+
23
+ ---
24
+
25
+ ## ② Why — the context
26
+
27
+ Ask: *"Does the person receiving this know why it matters? Who it's for? What goes wrong if it's late or off?"*
28
+
29
+ If the user hasn't thought about it:
30
+
31
+ > 🚩 Without context, people execute the letter of the request and miss the spirit. They can't make good tradeoffs when conditions shift unless they understand the purpose. This is one of the most common reasons work comes back technically correct but strategically wrong.
32
+
33
+ This element draws directly on Move 1 of Phase 3 (Lead with the problem). If you already have the problem articulated, this element is mostly translation work — putting it in the brief in writing so it survives past the sit-down.
34
+
35
+ ---
36
+
37
+ ## ③ Success Looks Like — make the user's taste legible
38
+
39
+ This is the hardest and highest-leverage element. Push hard here. **Vague success criteria is the #1 cause of rework.**
40
+
41
+ Ask: *"If they showed you three versions — excellent, acceptable, and poor — what would make each one what it is? What tone, format, length, audience level? What specifically don't you want?"*
42
+
43
+ Prompt them to share examples of past work they've liked. **Examples beat descriptions every time.** "Like the Q2 deck Sarah did" is more useful than "professional, polished, on-brand."
44
+
45
+ ### Two frameworks for externalizing the standard
46
+
47
+ **Alex Hormozi — "define what done looks like by behavior or outcome"** (Reason #2 in his STAR follow-through framework — the five reasons people fail to execute). Hormozi's verbatim rule: *"You want to define what you're asking someone to do in terms of behavior or outcomes."* Push the user to name the specific behavior or observable outcome that would make a finished version recognizable as done — printed format, email subject line, a number hit, a specific artifact on a specific desk by a specific time. Vague adjectives ("polished," "professional") are not behaviors or outcomes. If the user can't name one, they don't understand the task well enough to hand it off — even imperfect specifics beat *"I'll know it when I see it."*
48
+
49
+ **Dan Sullivan's Impact Filter:** Before delegating, articulate four things:
50
+ - What's the **purpose** of this work?
51
+ - What's the **end result** when it's done?
52
+ - What must be **true** to call this a success?
53
+ - What happens if it goes wrong (the cost of failure)?
54
+
55
+ The Impact Filter externalizes the standard and aligns both parties before any work begins. It is particularly useful when the user can describe what they don't want but struggles to describe what they do.
56
+
57
+ If they say "I'll know it when I see it":
58
+
59
+ > 🚩 *"I'll know it when I see it"* is not a handoff — it's a gotcha. Your standards exist in your head right now. The person doing the work deserves to know them before they start, not after they've invested time in the wrong direction.
60
+
61
+ ---
62
+
63
+ ## ④ Constraints — the fixed edges
64
+
65
+ Ask: *"What are the non-negotiables? Timeline, budget, stakeholders to involve, decisions they can't make alone?"*
66
+
67
+ Being explicit about constraints is **freeing, not limiting** — it removes ambiguity about where the owner can move and where they can't. A brief without constraints feels like trust but reads like a minefield: the owner has to guess which moves will get them pulled back.
68
+
69
+ Pull in what Move 4 of Phase 3 surfaced (what the owner said they need). If the owner asked for protected meeting time and the user agreed, that becomes a constraint *on the user* — captured in element ⑥ for flat teams, or as a side note for hierarchical teams.
70
+
71
+ ---
72
+
73
+ ## ⑤ Authority Level — name it explicitly
74
+
75
+ Based on the TRM rating from Phase 2 and the Hormozi progression stage, recommend a level **and name it out loud.** Don't let the user skip this. Most delegation friction traces back to an unnamed authority level.
76
+
77
+ | Level | Name | What it means |
78
+ |---|---|---|
79
+ | 1 | **Investigate and report** | Research only. The user decides. |
80
+ | 2 | **Recommend and wait** | Bring a recommendation. User approves before action. |
81
+ | 3 | **Decide and tell me first** | Make the call, check with the user before acting. User has veto. |
82
+ | 4 | **Decide and inform me** | Act, then tell the user. No approval needed. |
83
+ | 5 | **Full ownership** | Handle it completely. No need to report. |
84
+
85
+ Most delegation lives at **3–4** for experienced team members on familiar work. Level 5 is rare — earned over time through proven performance. Level 1–2 is right for brand-new task types or high-stakes situations.
86
+
87
+ **Flat-team adaptation:** The scale still works, but the frame shifts from *"I'm granting you Level 3"* to *"we're agreeing you operate at Level 3 on this."* In flat teams, authority is negotiated — not assigned. Coach the user to present it as:
88
+
89
+ > *"For this project, I think it makes sense for you to make calls on X without checking in, but loop me in before Y. Does that feel right to you?"*
90
+
91
+ The *"does that feel right"* isn't a courtesy — it's structurally necessary because the user doesn't have positional authority to impose it.
92
+
93
+ If the user skips naming the level:
94
+
95
+ > 🚩 Not naming the authority level is one of the most corrosive habits in management. The person will assume one level; you'll assume another. They'll make a call you expected to be consulted on, or wait for approval you expected them to own. Ten seconds of specificity prevents weeks of friction.
96
+
97
+ ---
98
+
99
+ ## ⑥ Reciprocal Commitments — flat teams only
100
+
101
+ In hierarchical teams, the brief primarily defines what the owner owes the leader. In flat teams, the handoff goes both directions. Ask:
102
+
103
+ > *"What are you committing to provide in return? What blockers will you clear, what decisions will you handle, what will you stay out of?"*
104
+
105
+ This is the piece that makes flat-team delegation actually work. Without it, the owner hits friction, comes back to the group, and ownership quietly dissolves.
106
+
107
+ Specific examples of reciprocal commitments worth naming:
108
+
109
+ - "I'll handle the conversation with [stakeholder] so you don't have to."
110
+ - "I'll get you access to [tool/data/person] by [date]."
111
+ - "I'll stay out of [decision area] entirely — you make the call without checking in."
112
+ - "I'll clear [meeting/recurring obligation] off your plate for the duration of this project."
113
+
114
+ If the user skips this in a flat team:
115
+
116
+ > 🚩 In a flat team, the person doing the work often needs something *from* you — clearing a blocker, handling a stakeholder, staying out of their design decisions. If you don't name those commitments upfront, you'll become the bottleneck you didn't know you were.
117
+
118
+ ---
119
+
120
+ ## Real-world case: Kyle and the TPS report — externalizing "what done looks like" by behavior or outcome
121
+
122
+ **Illustrates:** Externalizing the standard before work begins — defining the deliverable in terms of *behavior or outcome* rather than leaving two different pictures of "done" living in two different heads.
123
+
124
+ Alex Hormozi walks the scenario of asking an employee named Kyle for a "TPS report" by Monday. Monday arrives, Kyle has sent *something*, but it isn't what Hormozi expected. The diagnostic move isn't to question Kyle's effort — it's to question whether Kyle ever knew what "done" looked like. Hormozi's framing: *"You want to define what you're asking someone to do in terms of behavior or outcomes. So if I wanted that TPS report right now... does that mean it's going to be printed out? Does that mean I want it printed on my desk? Does that mean it's an e-mail?... It probably takes like two or three extra minutes for you to be very clear. And then someone's going to take that two or three extra minutes and then save themselves like two or three extra hours."*
125
+
126
+ He closes the point with the line that belongs above every delegation brief: *"Clarity is high leverage work."* The same logic shows up in the harassment example he uses to drive the point home — telling someone to "stop being creepy" doesn't work because that isn't a behavior. *"No one wakes up and says I want to be creepy today... by telling them to stop, be creepy, they don't know what the fuck that means."* Until the standard is externalized as a specific behavior or outcome — printed on the desk, this format, this email subject line, this metric hit — the owner is guessing at a target only the delegator can see.
127
+
128
+ Source: [Hormozi (Alex) — Team Follow-Through (5 STAR)](../../../references/hormozi-alex_followthrough.md)
129
+
130
+ ---
131
+
132
+ ## Real-world case: Nicole Wipp — when "I can't hand this off" was actually "I haven't externalized what done looks like"
133
+
134
+ **Illustrates:** The Impact Filter unlocking a stuck delegation. When a leader says *"I can't seem to hand this off,"* the underlying problem is often externalization — not capacity, not the wrong Who. Forcing the standard onto paper is what unlocks the handoff.
135
+
136
+ After starting her own law firm in the 2008 recession, attorney Nicole Wipp was working 80–100 hours a week as a solo show and was at a breaking point — not even clearing six figures despite the hours. Her first attempt at hiring failed, but the failure wasn't a hiring failure: it was a clarity failure. She wasn't yet clear on the specific results the role needed to produce, so there was no externalized standard for the Who to hit. The escalation of commitment from making that first investment was what forced her to sharpen the vision. Once she did, 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.
137
+
138
+ Hardy's principle behind the case is the warning that pairs with the Impact Filter: *"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's four prompts — Purpose, Importance, Ideal Outcome, Success Criteria — exist precisely to prevent this. They force the leader to put the picture of done on paper before any Who is asked to chase it.
139
+
140
+ Source: [Sullivan — *Who Not How*](../../../references/sullivan_who-not-how.md)
141
+
142
+ ---
143
+
144
+ ## Pre-empted shortcuts
145
+
146
+ - **Don't fill in any element from your assumptions.** If the user couldn't articulate Success Looks Like, the brief is not done. Ask the question again, or surface the Impact Filter / Hormozi's "behavior or outcome" rule to help them.
147
+ - **Don't use adjectives in element ③.** "Polished," "professional," "high-quality," "tight" — these don't externalize the standard. Push for examples, formats, lengths, audiences, what specifically the user doesn't want.
148
+ - **Don't skip element ⑤ because "they know."** They don't. Or — they think they know, and they're at a different level than the user thinks. Name it.
149
+ - **Don't skip element ⑥ in a flat team.** If the user is in a flat team and you didn't surface reciprocal commitments, the brief is structurally incomplete.
150
+ - **Don't present all six elements at once.** One element per exchange. Wait for the user's answer before moving on.
151
+
152
+ ---
153
+
154
+ ## Phase 4 is complete when
155
+
156
+ - ① What: deliverable named in one specific sentence (with the "so that we can" clause)
157
+ - ② Why: context articulated — what's at stake, who it's for, what goes wrong if it misses
158
+ - ③ Success Looks Like: externalized standard named as a specific behavior or outcome (Hormozi STAR #2), with concrete criteria or examples
159
+ - ④ Constraints: non-negotiables named (timeline, budget, stakeholders, decisions the owner can't make alone)
160
+ - ⑤ Authority Level: number 1–5 named with the matching level name
161
+ - ⑥ Reciprocal Commitments (flat teams only): specific items the user / team owes the owner
162
+
163
+ When all of those are true (six for hierarchical, six-plus-one for flat), move to Phase 5.
164
+
165
+ ---
166
+
167
+ > **Going deeper.** Everything you need to coach this section is above. If the user asks where this comes from, or you need a more detailed take, load:
168
+ > - [Hormozi (Alex) — Team Follow-Through (5 STAR)](../../../references/hormozi-alex_followthrough.md) — the 5 reasons follow-through fails; pre-delegation clarity checklist
169
+ > - [Sullivan — *Who Not How* + Impact Filter](../../../references/sullivan_who-not-how.md) — the four-question Impact Filter
170
+ > - [Grove — *High Output Management*](../../../references/grove_high-output-management.md) — authority levels, "task-specific monitoring"
171
+ > - [Doerr — *Measure What Matters*](../../../references/doerr_measure-what-matters.md) — OKR structure (Objective = WHAT, Key Result = HOW); "It's not a key result unless it has a number"