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,134 @@
|
|
|
1
|
+
# Phase 5 — Set Monitoring Checkpoints
|
|
2
|
+
|
|
3
|
+
<primary_outcome>
|
|
4
|
+
By the end of this phase you have a named check-in schedule on the user's calendar (or written down with specific dates) — calibrated to the TRM rating from Phase 2 — with each check-in saying what it covers. The schedule is in the brief artifact and the user knows what their *energy* in those check-ins should look like. "I'll check in when I need to" is not an output. Specific dates and named focus areas are.
|
|
5
|
+
</primary_outcome>
|
|
6
|
+
|
|
7
|
+
Monitoring is what separates delegation from abdication. Grove (Ch 12): *"The presence or absence of monitoring, as we've said before, is the difference between a supervisor's delegating a task and abdicating it."* The presence of agreed checkpoints — before the user walks away from the handoff — is what makes the difference.
|
|
8
|
+
|
|
9
|
+
The user's instinct here often skews in one of two directions: either they hover anxiously (which signals distrust and erodes the ownership being built) or they go dark (which signals abandonment and produces drift). Neither is monitoring. Your job is to coach them into the third option: a calibrated schedule with intentional energy.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Ask 1–3 questions, then wait
|
|
14
|
+
|
|
15
|
+
1. When do you plan to check in?
|
|
16
|
+
2. What will each check-in actually cover?
|
|
17
|
+
3. *(If TRM is Low)* What's the earliest you can do an alignment check — within the first 20% of the timeline?
|
|
18
|
+
|
|
19
|
+
If the user says "I'll check in when I need to" or "I'll let them figure it out":
|
|
20
|
+
|
|
21
|
+
> 🚩 Agreed checkpoints *before you walk away* are what separate delegation from abdication. Without them, you either hover anxiously or go dark — both of which undermine the person doing the work. Set the schedule now, while you're both in the room.
|
|
22
|
+
|
|
23
|
+
**Flat-team adaptation:** Reframe "monitoring" as "sync points." In flat teams, check-ins are bidirectional — the owner reports on progress, and the user reports on the status of reciprocal commitments from Phase 4 ⑥. Ask: *"When will you sync up, and what will each side report on?"* Each check-in covers both the work *and* the user's commitments back to the owner.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## The staged checkpoint model — calibrated to TRM
|
|
28
|
+
|
|
29
|
+
Three touchpoints, with the cadence tuned to the TRM rating from Phase 2.
|
|
30
|
+
|
|
31
|
+
| TRM | Checkpoint cadence |
|
|
32
|
+
|---|---|
|
|
33
|
+
| **Low** | Early (within ~20% of timeline) + midpoint + final |
|
|
34
|
+
| **Medium** | Midpoint + final |
|
|
35
|
+
| **High** | Single milestone touchpoint or just final delivery |
|
|
36
|
+
|
|
37
|
+
Grove's rule (paraphrased from Ch 4 on one-on-one cadence): as task-relevant maturity goes up, you monitor less often. His direct framing is that one-on-ones should be frequent — *"once a week"* — with a subordinate inexperienced in a specific situation, and less frequent — *"perhaps once every few weeks"* — with an experienced veteran. The progression is the point: a Low-TRM owner who never moves to fewer check-ins is a signal that the user isn't actually developing them.
|
|
38
|
+
|
|
39
|
+
### What each checkpoint is for
|
|
40
|
+
|
|
41
|
+
**Early check-in** — *not to see output. To verify alignment.*
|
|
42
|
+
|
|
43
|
+
Ask the owner: *"What's your approach? What decisions have you made? Where might you get stuck?"*
|
|
44
|
+
|
|
45
|
+
Catching misalignment here is cheap. At delivery, it's expensive. The early check-in is the cheapest insurance against rework on the entire project.
|
|
46
|
+
|
|
47
|
+
**Midpoint review** — *look at rough work-in-progress, not polished output.*
|
|
48
|
+
|
|
49
|
+
Intervene at the lowest-value stage. Review drafts, not finals. Changes are cheapest before the most work has been invested. Asking to see a draft signals trust ("I'm not going to redo this — I want to course-correct early"). Waiting for the final signals either trust or absence — and the owner can't tell which.
|
|
50
|
+
|
|
51
|
+
**Final delivery** — *evaluate against the success criteria defined in Phase 4.*
|
|
52
|
+
|
|
53
|
+
Not against the user's gut feel in the moment. Against the externalized standard. If the standard is being moved at the final review, the standard was vague in Phase 4 — go back.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## The energy of check-ins matters (Van Edwards, *Cues*)
|
|
58
|
+
|
|
59
|
+
Leaders who monitor anxiously — nervous questions, worst-case framing, micro-adjustments — signal that they don't believe the owner can handle it. This erodes the ownership being built in Phases 3 and 4. The owner reads the anxiety as evidence of being doubted, even if the user genuinely doesn't doubt them.
|
|
60
|
+
|
|
61
|
+
Check-ins should project **calm confidence**. The user is gathering information, not managing their own anxiety. The distinction is felt by the owner, not described.
|
|
62
|
+
|
|
63
|
+
**Trust is a cue, not a conclusion.** The user signals it deliberately *before* they feel it, not after the owner has earned it. The way the user shows up in check-ins tells the owner how much the user believes in them — before any result comes in. A Low-TRM owner needs the trust cue more, not less, because they have less evidence to draw on themselves.
|
|
64
|
+
|
|
65
|
+
Practical applications:
|
|
66
|
+
|
|
67
|
+
- Open the check-in by acknowledging what's going well, not what's missing
|
|
68
|
+
- Ask open-ended questions ("How is it going?") before closed ones ("Did you hit the milestone?")
|
|
69
|
+
- Don't open with the worst-case scenario the user is privately worried about
|
|
70
|
+
- Don't end the check-in with "let me know if anything comes up" — that's an invitation to escalate everything. End with "next sync is [date], and I'll have [X] ready for you by then."
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Use monitoring as teaching — not as correction
|
|
75
|
+
|
|
76
|
+
When work comes back below the bar, resist the urge to fix it. Fixing builds dependence, not capability. Be specific about the gap and explain *why*:
|
|
77
|
+
|
|
78
|
+
> *"The summary leads with methodology — I'd rather it lead with the recommendation. Our audience is time-constrained and needs the conclusion first. Try it that way."*
|
|
79
|
+
|
|
80
|
+
The structure of teaching feedback:
|
|
81
|
+
|
|
82
|
+
1. **The specific gap** — what's actually different from the standard, not "this isn't quite there"
|
|
83
|
+
2. **The principle behind it** — why the change matters, in business terms
|
|
84
|
+
3. **The next move** — what to try, owned by the owner, not by the user
|
|
85
|
+
|
|
86
|
+
This is the difference between *building taste* (which compounds over time, raises the owner's TRM, and reduces future check-ins) and *correcting output* (which produces this version but doesn't change the next one).
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Real-world case: the customer pays the tuition
|
|
91
|
+
|
|
92
|
+
In the Foreword to *High Output Management*, Ben Horowitz recounts an exchange with an associate whose subordinate had turned in poor work. The associate's reaction was *"He has to make his own mistakes. That's how he learns!"* Horowitz's response, quoting Grove's logic back at him: *"The problem with this is that the subordinate's tuition is paid by his customers. And that is absolutely wrong."* The point is structural, not motivational — a leader who waits until final delivery to surface concerns has, by then, already forced the customer (internal or external) to absorb the cost of the gap.
|
|
93
|
+
|
|
94
|
+
This is the same economic logic that makes the midpoint draft review cheaper than the final review. Grove's framing in Chapter 12 is direct: *"The presence or absence of monitoring, as we've said before, is the difference between a supervisor's delegating a task and abdicating it."* Intervening on a rough draft costs the owner a revision; intervening at the final costs the owner the project — and the customer pays the difference. Asking to see work-in-progress is the cheapest insurance the user has, and it signals trust ("I am invested early") rather than distrust ("I am inspecting at the end").
|
|
95
|
+
|
|
96
|
+
Source: [Grove — *High Output Management*](../../../references/grove_high-output-management.md), Foreword (Horowitz) and Chapter 12.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## Real-world case: the first 15 seconds — the Shark Tank pitch study
|
|
101
|
+
|
|
102
|
+
Van Edwards' team coded 495 Shark Tank pitches for entrance, first impression, eye contact, smiling, interactivity, and hand gestures, then mapped those cues against deal outcomes. The biggest differentiator between successful and unsuccessful pitches was the opening seconds: successful pitchers showed their hands and used a hand greeting on entry ("Hey sharks, good morning"); unsuccessful ones hid their hands in pockets, behind their backs, or behind props. Van Edwards' framing of why this matters: *"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?'"* And: *"The very second question they ask is, 'Can I rely on you?'"* The cues sent in the first moments are how the other person answers both.
|
|
103
|
+
|
|
104
|
+
The same dynamic governs a check-in. The owner is reading the user's opening cues — the hands, the greeting, the first sentence — to answer "Can I trust this person with my honest status?" before any feedback is given. A check-in opened with anxious eyes and a closed posture, even paired with warm words, signals doubt; an open greeting and a question about how it is going signals belief. The user is broadcasting the trust answer in the first 15 seconds whether they mean to or not.
|
|
105
|
+
|
|
106
|
+
Source: [Van Edwards — *Cues*](../../../references/van-edwards_cues.md), drawn from the Shark Tank coding study and the two-question model (Lewis Howes Ep. 1231; Roger Dooley *Brainfluence* interview).
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## Pre-empted shortcuts
|
|
111
|
+
|
|
112
|
+
- **Don't accept "I'll check in when I need to."** Calendar dates or written cadence. That's the bar.
|
|
113
|
+
- **Don't recommend a cadence that doesn't match TRM.** A High-TRM owner with weekly micro-check-ins is being smothered. A Low-TRM owner with only a final review is being abandoned.
|
|
114
|
+
- **Don't skip the energy conversation.** The cadence matters; the energy matters more. A weekly check-in with warm energy outperforms a monthly check-in with anxious energy.
|
|
115
|
+
- **Don't structure check-ins around the user's anxiety.** If the user wants to check in three times a week because *they're* worried, that's the user's problem to manage — not the owner's calendar.
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Phase 5 is complete when
|
|
120
|
+
|
|
121
|
+
- A specific cadence is named (Early + Midpoint + Final, or Midpoint + Final, or Single touchpoint)
|
|
122
|
+
- Each check-in has a date (or a clear trigger — "after milestone X")
|
|
123
|
+
- Each check-in has a named focus (alignment / draft review / final eval / reciprocal commitments)
|
|
124
|
+
- The user has acknowledged the energy they want to bring to the check-ins
|
|
125
|
+
- In a flat team: each check-in covers both the work *and* the user's reciprocal commitments
|
|
126
|
+
|
|
127
|
+
When all of those are true, move to Phase 6.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
> **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:
|
|
132
|
+
> - [Grove — *High Output Management*](../../../references/grove_high-output-management.md) — staged check-ins, midpoint review rule, monitoring frequency
|
|
133
|
+
> - [Van Edwards — *Cues*](../../../references/van-edwards_cues.md) — warm cue research, "trust is a cue, not a conclusion"
|
|
134
|
+
> - [Doerr — *Measure What Matters*](../../../references/doerr_measure-what-matters.md) — periodic OKR grading cadence and the 5-question CFR check-in script
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# Phase 6 — Reverse Delegation Audit
|
|
2
|
+
|
|
3
|
+
<primary_outcome>
|
|
4
|
+
By the end of this phase you have a named protocol for what the owner does when they hit a roadblock — preventing the work (the "monkey") from quietly jumping back to the user's back. The protocol is specific: what the owner does *first*, what they bring to the user, what the user will and will not take back on. "They'll come to me if they get stuck" is not a protocol. A specific structure is.
|
|
5
|
+
</primary_outcome>
|
|
6
|
+
|
|
7
|
+
This is the shortest phase, and the most commonly skipped. It's also the phase that determines whether the delegation actually sticks once execution starts. Most delegations succeed at handoff and then quietly unravel in the first roadblock, because the user — being responsive, being helpful — takes the problem back the first time it surfaces. The work returns to the user's plate one piece at a time, until they're effectively doing it again.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Ask 1–3 questions, then wait
|
|
12
|
+
|
|
13
|
+
1. When they hit a roadblock, what do you want them to do?
|
|
14
|
+
2. What's the first move the owner takes before bringing it to you?
|
|
15
|
+
3. What will you say to them when they bring a problem instead of a proposed solution?
|
|
16
|
+
|
|
17
|
+
If they describe a setup where they'll be the default next-move:
|
|
18
|
+
|
|
19
|
+
> 🚩 Watch out for the monkey transfer. When they bring you a problem, your job is to help them find *their* next action — not to take the problem yourself. You can advise, coach, unlock resources — but keep ownership where it belongs.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## The monkey problem (Oncken & Wass, HBR 1974)
|
|
24
|
+
|
|
25
|
+
The classic *Harvard Business Review* article by William Oncken Jr. and Donald Wass introduced the "monkey on the back" metaphor that still names the dynamic better than anything since.
|
|
26
|
+
|
|
27
|
+
A **monkey** is the next move in any task. Every time someone brings the user a problem and the user responds with *"Let me think about that,"* the monkey jumps from the owner's back to the user's. The user becomes the bottleneck. The owner waits on the user. The work — which the user thought they'd delegated — is now sitting on the user's plate again.
|
|
28
|
+
|
|
29
|
+
Multiply this by every person the user has delegated to, and the user's calendar fills with other people's monkeys. The user is busy, the owners are blocked, and the work isn't moving.
|
|
30
|
+
|
|
31
|
+
### Warning signs the monkey has transferred
|
|
32
|
+
|
|
33
|
+
These are diagnostic, not theoretical. If any of these are true, the user is collecting monkeys:
|
|
34
|
+
|
|
35
|
+
- The user is following up on tasks they assigned (the owner should be following up)
|
|
36
|
+
- People are "waiting on the user" before they can move
|
|
37
|
+
- The user's calendar fills with other people's urgencies
|
|
38
|
+
- The user is making decisions inside the scope of a delegated authority level
|
|
39
|
+
- The user is the only person who knows the status of work the user delegated
|
|
40
|
+
|
|
41
|
+
If the user says any of those during this phase, the protocol they're about to build *must* address the dynamic that produced them.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## The protocol for keeping monkeys where they belong
|
|
46
|
+
|
|
47
|
+
Coach the user to define a specific structure for how roadblocks come back to them. The structure has three parts:
|
|
48
|
+
|
|
49
|
+
### Part 1 — What the owner does first
|
|
50
|
+
|
|
51
|
+
Before bringing anything to the user, the owner should do at least one of these:
|
|
52
|
+
|
|
53
|
+
- Identify two options and a recommendation between them
|
|
54
|
+
- State what they'd do if the user weren't available
|
|
55
|
+
- Name the specific constraint they can't move on their own
|
|
56
|
+
|
|
57
|
+
This converts the conversation from *"here's a problem"* to *"here's a decision I'd like your input on."* The first is a transfer. The second is a consultation.
|
|
58
|
+
|
|
59
|
+
### Part 2 — What the user does in response
|
|
60
|
+
|
|
61
|
+
When the owner brings the work-up, the user's response is structured. Three questions, in order:
|
|
62
|
+
|
|
63
|
+
1. **What do you think the options are?**
|
|
64
|
+
2. **What would you do if I weren't here?**
|
|
65
|
+
3. **What do you need from me to make the call yourself?**
|
|
66
|
+
|
|
67
|
+
These three questions are not rhetorical. They are the script. The user can advise, coach, unlock resources, share judgment — but the user does not take the next action. The next action stays with the owner.
|
|
68
|
+
|
|
69
|
+
### Part 3 — What the user will not do
|
|
70
|
+
|
|
71
|
+
The protocol works only if the user names — out loud, in advance — the moves they will *not* take. Specific examples:
|
|
72
|
+
|
|
73
|
+
- *"I won't say 'let me think about it' — if I'm not ready to give input, I'll set a time to get back to you."*
|
|
74
|
+
- *"I won't make the call myself unless the authority level explicitly requires it."*
|
|
75
|
+
- *"I won't take the conversation to a stakeholder unless that's an agreed-upon reciprocal commitment."*
|
|
76
|
+
|
|
77
|
+
These are the moves that *feel* helpful and *are* the mechanism by which the work returns to the user's plate.
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Real-world case: Jones in the hallway — how "let me think about it" transfers the monkey
|
|
82
|
+
|
|
83
|
+
Oncken and Wass open the article with a deceptively ordinary scene. "Let us imagine that a manager is walking down the hall and that he notices one of his subordinates, Jones, coming his way. When the two meet, Jones greets the manager with, 'Good morning. By the way, we've got a problem.'" The manager knows enough to get involved but not enough to decide on the spot, so he says, "Let me think about it, and I'll let you know." The monkey leaps. From that moment on, as Oncken and Wass put it, "the manager has voluntarily assumed a position subordinate to his subordinate" — he has accepted a responsibility from Jones and promised her a progress report. Jones later "cheerily" asks, "How's it coming?" — which the authors label, drily, "supervision."
|
|
84
|
+
|
|
85
|
+
The article catalogs three more parting lines that produce the same transfer: *"Fine. Send me a memo on that"* (the memo lands in the manager's in-basket — next move his), *"Just let me know how I can help"* (the subordinate can't proceed without approval — next move his), and *"I will draw up an initial draft for discussion with you"* (the subordinate is immobilized until the manager drafts). The structural fix is the test the authors install: after every encounter, ask whose move is next. If the answer is the manager's, the monkey has jumped. Source: [Oncken & Wass — HBR 1974](../../../references/oncken-wass_monkeys-hbr-1974.md)
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Real-world case: Sixty screaming monkeys and the Monday-morning hand-back
|
|
90
|
+
|
|
91
|
+
Oncken and Wass describe what accumulation looks like for a responsive manager with four subordinates who each transfer three monkeys per day. By Friday he has acquired sixty. The article shows him closing his office door late Friday afternoon while subordinates wait outside, then arriving Saturday morning to catch up — only to see his subordinates playing golf across from his office window. As the authors put it, "He now sees, with the clarity of a revelation on a mountaintop, that the more he gets caught up, the more he will fall behind." He now knows who is really working for whom.
|
|
92
|
+
|
|
93
|
+
The structural fix arrives Monday. The manager calls each subordinate in one by one. "The purpose of each interview is to take a monkey, place it on the desk between them, and figure out together how the next move might conceivably be the subordinate's." He installs the ground rule out loud: "At no time while I am helping you with this or any other problem will your problem become my problem. The instant your problem becomes mine, you no longer have a problem. I cannot help a person who hasn't got a problem." For monkeys where the subordinate's next move is elusive, he lets the monkey "sleep on the subordinate's back overnight." By 11 AM he realizes he doesn't have to close his door — the monkeys are gone, and will return "but by appointment only." The people didn't change; the routing did. Source: [Oncken & Wass — HBR 1974](../../../references/oncken-wass_monkeys-hbr-1974.md)
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Pre-empted shortcuts
|
|
98
|
+
|
|
99
|
+
- **Don't accept "they'll just come to me if they get stuck."** That's not a protocol — that's the absence of one. The work will come back to the user.
|
|
100
|
+
- **Don't accept a protocol that doesn't include Part 3 (what the user won't do).** Without naming the user's non-moves, the helpful instincts will quietly recreate the bottleneck.
|
|
101
|
+
- **Don't let the user write a protocol that contradicts the authority level from Phase 4 ⑤.** A Level 4 owner whose protocol says "bring everything ambiguous to me" is now operating at Level 2.
|
|
102
|
+
- **Don't skip this phase because TRM is high.** High-TRM owners are *more* likely to transfer monkeys to a user who's responsive, because they trust the user's judgment and want to leverage it. Name the protocol anyway.
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Phase 6 is complete when
|
|
107
|
+
|
|
108
|
+
- The user has named the three parts of the protocol: what the owner does first, what the user does in response, what the user will not do
|
|
109
|
+
- The protocol is consistent with the authority level set in Phase 4 ⑤
|
|
110
|
+
- The user can articulate, in plain language, the script they'll use the first time the owner brings a problem
|
|
111
|
+
- The user has named at least one specific "I won't" move
|
|
112
|
+
|
|
113
|
+
When all of those are true, the pre-delegation flow assembles the artifact.
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
> **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:
|
|
118
|
+
> - [Oncken & Wass — HBR 1974](../../../references/oncken-wass_monkeys-hbr-1974.md) — the original "Management Time: Who's Got the Monkey?" article
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
# Phase 7 — Diagnose the Miss (post-mortem)
|
|
2
|
+
|
|
3
|
+
<primary_outcome>
|
|
4
|
+
By the end of this phase you have a written diagnosis: which of the five structural gaps caused the failure, the principle behind it, the specific moment in the prior handoff where the gap opened, the failure mode it maps to, and one corrective move. The diagnosis is delivered in the artifact template defined in the post-mortem flow file, followed by the offer to re-run the pre-delegation flow with the gap corrected.
|
|
5
|
+
</primary_outcome>
|
|
6
|
+
|
|
7
|
+
This phase runs when the user comes back after a delegation has already failed. The work came back broken, late, or off-target — or it never came back. The user is here for the diagnosis, not to recover the lost work.
|
|
8
|
+
|
|
9
|
+
Your job is to find the *primary* structural gap that, if fixed, would have prevented the failure. Many failures have multiple co-occurring gaps; name them, but don't dilute the diagnosis by treating all of them as equal.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Ask 1–3 questions, then wait
|
|
14
|
+
|
|
15
|
+
Start with two or three of these, depending on what the user has already told you. Don't fire off all six in one turn.
|
|
16
|
+
|
|
17
|
+
1. When did you first notice something was off?
|
|
18
|
+
2. How did you present the work to them — did you explain the problem and why you chose them, or just hand over the task?
|
|
19
|
+
3. Did they know what good looked like before they started?
|
|
20
|
+
4. Did they have the authority to make the calls they needed to make?
|
|
21
|
+
5. Were there checkpoints, or did you only see it at the end?
|
|
22
|
+
6. *(Flat teams)* Was there one clear owner, or was it more of a shared effort?
|
|
23
|
+
|
|
24
|
+
The order matters: by the time you've asked the first two or three, you usually already have a candidate gap. The rest confirm or rule it out.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## The five structural gaps — pick one as primary
|
|
29
|
+
|
|
30
|
+
Map the user's answers to *one* of these. The primary gap is the one that, if fixed, would have prevented the failure. Secondary gaps may exist; surface them but don't make them the headline.
|
|
31
|
+
|
|
32
|
+
### Enrollment gap
|
|
33
|
+
|
|
34
|
+
The work was *assigned*, not *enrolled into*. The person did the job but didn't bring initiative, judgment, or ownership — because no one explained why it mattered or why they were chosen.
|
|
35
|
+
|
|
36
|
+
**Signal phrases:**
|
|
37
|
+
- "They did exactly what I asked, but they missed the spirit of it"
|
|
38
|
+
- "They didn't push back on anything"
|
|
39
|
+
- "They didn't bring me anything I didn't already know"
|
|
40
|
+
- "They seemed like they were just executing"
|
|
41
|
+
|
|
42
|
+
**Principle:** Self-determination theory (Deci & Ryan) — autonomy, competence, relatedness all need to be activated. Skipping enrollment means relatedness never landed.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
### Authority gap
|
|
47
|
+
|
|
48
|
+
Decision rights weren't transferred. Escalations piled up, or the owner made calls the user expected to be consulted on. Either way, the level was ambiguous.
|
|
49
|
+
|
|
50
|
+
**Signal phrases:**
|
|
51
|
+
- "They kept coming back to me for things I thought they could decide"
|
|
52
|
+
- "They made a call I would not have made"
|
|
53
|
+
- "I kept getting pulled in mid-execution"
|
|
54
|
+
- "They were waiting on me for things I didn't know they were waiting on"
|
|
55
|
+
|
|
56
|
+
**Principle:** Authority level needs to be named (Phase 4 ⑤). The owner assumed one level; the user assumed another. Unnamed authority is the most common source of mid-execution friction.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
### Context gap
|
|
61
|
+
|
|
62
|
+
The *why* was missing. The work was technically correct but strategically off. The owner couldn't make good tradeoffs when conditions shifted, because they didn't understand the purpose.
|
|
63
|
+
|
|
64
|
+
**Signal phrases:**
|
|
65
|
+
- "It's technically what I asked for but it's wrong"
|
|
66
|
+
- "They didn't catch [something obvious to anyone who understood the situation]"
|
|
67
|
+
- "It would have been right if [some context the owner didn't have]"
|
|
68
|
+
|
|
69
|
+
**Principle:** Without context, people execute the letter and miss the spirit. The brief's ② (Why this matters) wasn't filled in, or wasn't delivered in the enrollment conversation.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
### Success criteria gap
|
|
74
|
+
|
|
75
|
+
The user knew what good looked like; the owner didn't. The standard lived in the user's head. The work came back below the bar — but the bar was never externalized.
|
|
76
|
+
|
|
77
|
+
**Signal phrases:**
|
|
78
|
+
- "I knew it when I saw it, but they couldn't have known"
|
|
79
|
+
- "It's not bad, it's just not what I had in mind"
|
|
80
|
+
- "I'd want it more [adjective] — but I never said that"
|
|
81
|
+
- "The format/tone/length is wrong"
|
|
82
|
+
|
|
83
|
+
**Principle:** Hormozi's STAR #2 ("define what done looks like by behavior or outcome") / Sullivan's Impact Filter. If the standard wasn't externalized as a specific behavior or outcome before work began, the user was the only one who knew it.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
### Accountability diffusion *(flat teams only)*
|
|
88
|
+
|
|
89
|
+
Nobody failed; the work just didn't get done. Or it got done by three people and none of them knew the other two were also doing it. Ownership was "shared" or informally understood rather than explicitly claimed by one person.
|
|
90
|
+
|
|
91
|
+
**Signal phrases:**
|
|
92
|
+
- "We were all pitching in on it"
|
|
93
|
+
- "It was a team effort"
|
|
94
|
+
- "I thought [other person] was handling that part"
|
|
95
|
+
- "It just kind of fell through"
|
|
96
|
+
|
|
97
|
+
**Principle:** Work that belongs to "everyone" belongs to no one. One person, one outcome, named out loud — even in flat teams. Diffusion is the most common flat-team failure mode, and it's structurally different from the other four because it predates the handoff entirely.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Full failure mode reference table
|
|
102
|
+
|
|
103
|
+
Once the primary gap is named, map it to one of these failure modes for the diagnosis artifact:
|
|
104
|
+
|
|
105
|
+
| Failure mode | What it looks like | Root cause |
|
|
106
|
+
|---|---|---|
|
|
107
|
+
| **Abdication** | Handed off without structure; work comes back broken | Missing brief + no monitoring plan |
|
|
108
|
+
| **Skipped enrollment** | Person executes competently but without initiative or ownership | Task was assigned, not enrolled — no purpose framing, no invitation |
|
|
109
|
+
| **Accountability diffusion** | Work stalls or drifts; nobody dropped it but nobody drove it | Ownership was shared or informal — no single person explicitly claimed it |
|
|
110
|
+
| **Micromanaging** | Hovering, re-doing work, daily updates untied to milestones | Vague success criteria upfront; the user is trying to fix at handoff what should have been fixed in the brief |
|
|
111
|
+
| **Monkey transfer** | The user is following up on work they assigned | Didn't define the owner's next action when they escalated |
|
|
112
|
+
| **Vague success criteria** | Deliverable clear; standard wasn't | Taste not externalized before work began |
|
|
113
|
+
| **Wrong TRM calibration** | Over-trusted on unfamiliar task, or smothered an expert | Applied general impression to a task-specific decision |
|
|
114
|
+
| **Implicit authority** | One party made a call the other expected to be consulted on | Authority level never named |
|
|
115
|
+
| **Keeping interesting work** | Delegated routine; held strategic / creative | Identity fused with execution |
|
|
116
|
+
|
|
117
|
+
When you write the diagnosis, name the failure mode by its row label. This gives the user a vocabulary for the pattern that they can use the next time.
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## The corrective move — structural, not relational
|
|
122
|
+
|
|
123
|
+
Once the primary gap is named, the corrective move is the structural fix. **Don't recommend "have a talk with them"** — that's a deflection, not a fix. The structural fixes that actually prevent recurrence:
|
|
124
|
+
|
|
125
|
+
| Gap | Structural corrective move |
|
|
126
|
+
|---|---|
|
|
127
|
+
| Enrollment | Run the four-move enrollment conversation (Phase 3) before the brief is shared next time. Specifically, name "why you" with concrete evidence. |
|
|
128
|
+
| Authority | Name the authority level explicitly using the 1–5 scale (Phase 4 ⑤). Write it in the brief. State it in the sit-down conversation. |
|
|
129
|
+
| Context | Fill in the brief's ② (Why this matters) in writing. Deliver it as part of the enrollment conversation. |
|
|
130
|
+
| Success criteria | Name the specific behavior or outcome that defines done (Hormozi STAR #2), or run the Sullivan Impact Filter. Externalize the standard *before* work begins. |
|
|
131
|
+
| Accountability diffusion *(flat)* | One owner. One outcome. Stated out loud. Reciprocal commitments named (Phase 4 ⑥). |
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Real-world case: Nicole Wipp — the first-hire failure that was actually a clarity failure
|
|
136
|
+
|
|
137
|
+
Attorney Nicole Wipp opened her own law firm during the 2008 recession and ran herself into the ground at 80–100 hours a week as a solo practitioner, still not clearing six figures. Her first attempt at hiring failed — the obvious read was "the hire didn't work out." Sullivan and Hardy's diagnosis was the opposite: the hire failed because *Nicole had not yet defined the role's specific results clearly enough for anyone to succeed in it*. The standard for "done" lived in her head; the new Who walked in blind. Only after that first painful miss did Nicole sharpen her vision precisely enough that subsequent hires could execute autonomously.
|
|
138
|
+
|
|
139
|
+
The proof landed during COVID-19: with Nicole stranded in Hawaii and her team in Michigan, the firm completed a full operational transition for vulnerable elderly clients with Nicole only providing the vision — the team owned the how. The lesson for Phase 7: when a delegation fails and the first instinct is "they dropped the ball," run the diagnostic the other direction first. The bar usually wasn't externalized. Fixing the next handoff is a brief problem (write the Impact Filter's Success Criteria), not a personnel problem.
|
|
140
|
+
|
|
141
|
+
Source: [Sullivan & Hardy — *Who Not How*](../../../references/sullivan_who-not-how.md)
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Real-world case: Sanchez — "raised dependents, not leaders" (Enrollment + decision-bottleneck failure)
|
|
146
|
+
|
|
147
|
+
Codie Sanchez's most common diagnostic for delegation failure isn't that the work was wrong — it's that the founder accidentally trained the team to wait for them. Two of her framings, taken from her YouTube shorts, land directly on the Phase 7 *Enrollment gap* and on the broader pattern where the user becomes the bottleneck without realizing it.
|
|
148
|
+
|
|
149
|
+
From *The 3 Jobs Of A CEO*: *"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."* And later in the same video: *"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."* That second line is the Phase 7 *Context gap* in one sentence.
|
|
150
|
+
|
|
151
|
+
The deeper Sanchez principle is from *Pay Won't Fix Performance*: when work comes back competent but soulless, the lever is not money — it is enrollment. *"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."* That is the four-move enrollment conversation (Phase 3) restated as a post-mortem corrective.
|
|
152
|
+
|
|
153
|
+
Use this case during coaching when the user's diagnostic answers point toward Enrollment gap or toward "they kept coming back to me for small things" — Sanchez's framing reframes the failure from a *team* problem ("they're dependent") to a *system* problem the user owns ("I either hired the wrong person or didn't set them up").
|
|
154
|
+
|
|
155
|
+
Source: [Sanchez — *Main Street Millionaire* (and related video content)](../../../references/sanchez_main-street-millionaire.md), drawn from *The 3 Jobs Of A CEO* and *Pay Won't Fix Performance*.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Source gap acknowledged: accountability diffusion in flat / co-founder teams
|
|
160
|
+
|
|
161
|
+
The vault still does not hold a verified case study of accountability diffusion on a flat / co-founder team specifically. The Sanchez reference was substantially deepened in May 2026 with 11 YouTube short transcripts on hiring, vision, motivation, and decision-tiering — but none of those videos address flat-team, peer-level, or co-founder dynamics where no one has positional authority over anyone else.
|
|
162
|
+
|
|
163
|
+
The structural illustration to use during coaching: when a flat team says "we were all pitching in on it" or "I thought [other person] was handling that part," the failure is not effort, skill, or motivation — it is that no single person had standing to make the in-flight calls. The corrective move is structural, not motivational: one named owner, one named outcome, reciprocal commitments stated out loud (Phase 4 ⑥). Acknowledge to the user that the vault is still being populated with flat-team case material; offer to coach from the principle and run the four-question diagnostic against their actual situation.
|
|
164
|
+
|
|
165
|
+
Source gap: see [Sanchez — *Main Street Millionaire*](../../../references/sanchez_main-street-millionaire.md) "Known gaps" section, item 4 (co-founder / flat-team dynamics), for what is still missing and which additional sources would close it.
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Pre-empted shortcuts
|
|
170
|
+
|
|
171
|
+
- **Don't diagnose before asking the diagnostic questions.** It's tempting to pattern-match on the first sentence the user says. Run the questions — the surface story usually hides the actual gap.
|
|
172
|
+
- **Don't pick the first gap that fits.** Multiple gaps often co-occur. Name the *primary* one — the one that, if fixed, would have prevented the failure.
|
|
173
|
+
- **Don't recommend "talk to them" as the corrective move.** Structural fix only. Specific brief element, specific authority level, specific check-in.
|
|
174
|
+
- **Don't make the diagnosis about the owner's character.** Almost every delegation failure is structural, not character-based. If you're building a case against the owner, you've drifted.
|
|
175
|
+
- **Don't deliver the diagnosis without the offer to re-run pre-delegation.** The offer is the bridge from understanding-the-miss to actually-fixing-it.
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## Phase 7 is complete when
|
|
180
|
+
|
|
181
|
+
- One of the five structural gaps is named as the primary cause
|
|
182
|
+
- A specific moment or omission in the prior handoff is identified as where the gap opened
|
|
183
|
+
- The failure mode is named from the table
|
|
184
|
+
- A structural corrective move is named — not "talk to them," but a specific brief element / authority level / check-in
|
|
185
|
+
- Secondary gaps (if any) are noted but not made the headline
|
|
186
|
+
- The diagnosis is delivered using the post-mortem artifact template
|
|
187
|
+
- The offer to re-run the pre-delegation flow is made
|
|
188
|
+
|
|
189
|
+
When all of those are true, the post-mortem flow assembles the artifact and delivers it.
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
> **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:
|
|
194
|
+
> - [Grove — *High Output Management*](../../../references/grove_high-output-management.md) — abdication, monitoring, TRM
|
|
195
|
+
> - [Gerber — *The E-Myth Revisited*](../../../references/gerber_e-myth-revisited.md) — management by abdication
|
|
196
|
+
> - [Hormozi (Alex) — Team Follow-Through (5 STAR)](../../../references/hormozi-alex_followthrough.md) — 5 reasons follow-through fails (STAR diagnostic ladder)
|
|
197
|
+
> - [Sullivan — *Who Not How*](../../../references/sullivan_who-not-how.md) — Impact Filter for success criteria
|
|
198
|
+
> - [Oncken & Wass — HBR 1974](../../../references/oncken-wass_monkeys-hbr-1974.md) — monkey transfer
|
|
199
|
+
> - [Deci & Ryan — Self-Determination Theory](../../../references/deci-ryan_self-determination-theory.md) — enrollment as activating autonomy / competence / relatedness
|
|
200
|
+
> - [Doerr — *Measure What Matters*](../../../references/doerr_measure-what-matters.md) — vague-success-criteria diagnosis; "Goals Gone Wild" failure mode
|