@event4u/agent-config 2.7.0 → 2.9.0

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 (76) hide show
  1. package/.agent-src/personas/cmo.md +122 -0
  2. package/.agent-src/personas/customer-success-lead.md +126 -0
  3. package/.agent-src/personas/engineering-manager.md +133 -0
  4. package/.agent-src/personas/finance-partner.md +129 -0
  5. package/.agent-src/personas/growth-pm.md +134 -0
  6. package/.agent-src/personas/people-strategist.md +126 -0
  7. package/.agent-src/personas/revops.md +125 -0
  8. package/.agent-src/personas/strategist.md +129 -0
  9. package/.agent-src/skills/activation-design/SKILL.md +160 -0
  10. package/.agent-src/skills/build-buy-partner/SKILL.md +145 -0
  11. package/.agent-src/skills/churn-prevention/SKILL.md +156 -0
  12. package/.agent-src/skills/comp-banding/SKILL.md +160 -0
  13. package/.agent-src/skills/competitive-moat-analysis/SKILL.md +152 -0
  14. package/.agent-src/skills/content-funnel-design/SKILL.md +170 -0
  15. package/.agent-src/skills/contracts-cognition/SKILL.md +147 -0
  16. package/.agent-src/skills/data-handling-judgment/SKILL.md +155 -0
  17. package/.agent-src/skills/deal-qualification-meddic/SKILL.md +165 -0
  18. package/.agent-src/skills/editorial-calendar/SKILL.md +161 -0
  19. package/.agent-src/skills/expansion-playbook/SKILL.md +171 -0
  20. package/.agent-src/skills/forecast-accuracy/SKILL.md +157 -0
  21. package/.agent-src/skills/forecasting/SKILL.md +164 -0
  22. package/.agent-src/skills/fundraising-narrative/SKILL.md +189 -0
  23. package/.agent-src/skills/funnel-analysis/SKILL.md +26 -2
  24. package/.agent-src/skills/gtm-launch/SKILL.md +165 -0
  25. package/.agent-src/skills/hiring-loop-design/SKILL.md +167 -0
  26. package/.agent-src/skills/market-entry-analysis/SKILL.md +144 -0
  27. package/.agent-src/skills/messaging-architecture/SKILL.md +184 -0
  28. package/.agent-src/skills/onboarding-design/SKILL.md +158 -0
  29. package/.agent-src/skills/onboarding-program/SKILL.md +157 -0
  30. package/.agent-src/skills/one-on-one-cadence/SKILL.md +161 -0
  31. package/.agent-src/skills/org-design/SKILL.md +158 -0
  32. package/.agent-src/skills/perf-feedback-craft/SKILL.md +157 -0
  33. package/.agent-src/skills/pipeline-strategy/SKILL.md +159 -0
  34. package/.agent-src/skills/positioning-strategy/SKILL.md +177 -0
  35. package/.agent-src/skills/privacy-review/SKILL.md +160 -0
  36. package/.agent-src/skills/retention-loops/SKILL.md +161 -0
  37. package/.agent-src/skills/runway-cognition/SKILL.md +136 -0
  38. package/.agent-src/skills/scenario-modeling/SKILL.md +139 -0
  39. package/.agent-src/skills/subagent-orchestration/SKILL.md +1 -1
  40. package/.agent-src/skills/throughput-vs-morale-tradeoff/SKILL.md +165 -0
  41. package/.agent-src/skills/unit-economics-modeling/SKILL.md +54 -7
  42. package/.agent-src/skills/vision-articulation/SKILL.md +146 -0
  43. package/.agent-src/skills/voice-and-tone-design/SKILL.md +163 -0
  44. package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
  45. package/.agent-src/templates/scripts/telemetry/settings.py +65 -0
  46. package/.agent-src/templates/scripts/tier_usage_report.py +183 -0
  47. package/.claude-plugin/marketplace.json +34 -2
  48. package/AGENTS.md +1 -1
  49. package/CHANGELOG.md +135 -153
  50. package/README.md +3 -3
  51. package/docs/architecture.md +37 -11
  52. package/docs/archive/CHANGELOG-pre-2.7.0.md +185 -0
  53. package/docs/catalog.md +38 -4
  54. package/docs/contracts/adr-forecast-construction-shape.md +89 -0
  55. package/docs/contracts/adr-gtm-context-spine.md +115 -0
  56. package/docs/contracts/adr-wing4-context-spine.md +125 -0
  57. package/docs/contracts/command-clusters.md +41 -0
  58. package/docs/contracts/command-surface-tiers.md +30 -9
  59. package/docs/contracts/context-spine.md +58 -12
  60. package/docs/contracts/cross-wing-handoff.md +3 -3
  61. package/docs/contracts/mcp-beta-criteria.md +129 -0
  62. package/docs/contracts/persona-schema.md +20 -3
  63. package/docs/guidelines/gtm-handoff.md +114 -0
  64. package/docs/guidelines/wing4-handoff.md +127 -0
  65. package/docs/mcp-server.md +1 -1
  66. package/package.json +1 -1
  67. package/scripts/_cli/cmd_doctor.py +527 -14
  68. package/scripts/_cli/cmd_validate.py +10 -0
  69. package/scripts/agent-config +19 -18
  70. package/scripts/install.py +5 -0
  71. package/scripts/lint_context_spine_usage.py +5 -1
  72. package/scripts/mcp_server/__init__.py +1 -0
  73. package/scripts/mcp_server/server.py +4 -3
  74. package/scripts/schemas/persona.schema.json +5 -0
  75. package/scripts/schemas/skill.schema.json +2 -2
  76. package/scripts/skill_linter.py +284 -6
@@ -0,0 +1,144 @@
1
+ ---
2
+ name: market-entry-analysis
3
+ description: "Use when sequencing market entry — geo / segment / vertical, beachhead selection, regulatory-delta. Triggers on 'should we enter market X', 'which segment first'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: process
8
+ context_spine: [customer-segment, regulatory-regime, product]
9
+ ---
10
+
11
+ # market-entry-analysis
12
+
13
+ ## When to use
14
+
15
+ - A new market is on the table — geographic (EU, US, APAC), segment (SMB → mid-market → enterprise), or vertical (healthcare, fintech, manufacturing) — and the question is whether to enter, where to start, and in what sequence.
16
+ - A current market is saturating and the question is which adjacent market unlocks the next growth window.
17
+ - A regulatory shift opens or closes a market; the question is whether the new constraint changes the entry case.
18
+
19
+ Do NOT use for build-vs-buy decisions on capability gaps (route to `build-buy-partner` (P1)), positioning narrative (route to `competitive-positioning` (P3); this skill composes P3), or per-customer economics within the entered market (route to `unit-economics-modeling` (O1)).
20
+
21
+ ## Cognition cluster
22
+
23
+ - **Mental model 23 — Beachhead.** Pick a single segment / geo / vertical where the constraints favour winning, then expand from a position of strength. Trying to enter "the whole market" with no beachhead is the canonical failure pattern. See [`mental-models.md`](../../../docs/contracts/mental-models.md) § 23.
24
+ - **Mental model 21 — Second-order thinking.** Entry costs (sales motion, regulatory compliance, segment-specific support) compound across markets. Reading entry as *"just open the door"* misses the second-order shape of multi-market operations. See `mental-models.md` § 21.
25
+ - **Mental model 16 — Leading vs lagging.** Revenue from new market is lagging; **segment-specific pipeline coverage** + **win rates against incumbents in target segment** are leading. Reading only lagging signals = entering markets that already won't work. See `mental-models.md` § 16.
26
+ - **Context-spine — customer-segment + regulatory-regime + product.** Read **customer-segment** for which buyer cohort the entry targets; **regulatory-regime** for the compliance delta (often the load-bearing cost in geo expansion); **product** for what's GA-shippable in the target market without re-platforming.
27
+
28
+ ## Procedure
29
+
30
+ ### Step 0: Frame the entry axis
31
+
32
+ Pick **one** of three axes; do not mix:
33
+
34
+ 1. **Geo** — new region (US → EU, EU → APAC). Load-bearing constraint = regulatory-regime delta.
35
+ 2. **Segment** — new buyer cohort (SMB → mid-market → enterprise). Load-bearing constraint = sales-motion shift.
36
+ 3. **Vertical** — new industry (horizontal → healthcare). Load-bearing constraint = domain knowledge + segment-specific integrations.
37
+
38
+ Mixing axes ("enter European healthcare enterprise") = three entries simultaneously. The correct framing is to pick one axis at a time and sequence the others.
39
+
40
+ ### Step 1: Select the beachhead
41
+
42
+ Within the chosen axis, score 3–5 candidate beachheads on:
43
+
44
+ 1. **Constraint favourability** — does the segment / geo's constraint shape favour us? (e.g. for a self-serve product, SMB favours; enterprise penalises).
45
+ 2. **Reference-customer reachability** — can we land 3–5 named reference customers in the next two windows?
46
+ 3. **Regulatory delta** — compliance cost to operate (read `regulatory-regime` slot; e.g. EU + B2C + processing PII = GDPR-floor; EU + B2B + no PII = thin delta).
47
+ 4. **Expansion path** — does winning this beachhead unlock the adjacent ones, or is it a dead end?
48
+
49
+ The beachhead is rarely the largest segment; it's the segment where we win cleanly and from which adjacent segments become accessible.
50
+
51
+ ### Step 2: Inspect the entry cost
52
+
53
+ Three concrete cost categories — each named, not estimated:
54
+
55
+ 1. **Sales motion** — does the existing motion translate? (Self-serve → enterprise requires inside-sales + AE buildout; SMB → mid-market requires AE specialisation.)
56
+ 2. **Product delta** — what's missing for the target segment? (Compliance certs, SSO, audit logs, locale support, segment-specific integrations.)
57
+ 3. **Operating cost** — entity setup, tax, legal, segment-specific support. Geo entries add a 3–6 month operating-readiness window.
58
+
59
+ Total entry cost = these three. Compare against `runway-frame.md` (O3) for whether the band has headroom.
60
+
61
+ ### Step 3: Inversion — name the failure mode
62
+
63
+ For the chosen beachhead, write the 18-month failure mode:
64
+
65
+ 1. *"We entered and the incumbent's playbook neutralised us"* — incumbent's segment-specific advantage held.
66
+ 2. *"We entered and the sales motion didn't translate"* — assumed motion (self-serve) didn't work in the segment (enterprise).
67
+ 3. *"We entered and the regulatory cost ate the unit economics"* — compliance delta was load-bearing and under-estimated.
68
+
69
+ If the failure mode has no mitigation, the entry is not ready. Sit with it.
70
+
71
+ ### Step 4: Sequence the expansion
72
+
73
+ Beachhead = first move. Map the next 2–3 expansion moves explicitly:
74
+
75
+ 1. *"Win beachhead → unlock adjacent segment X (same motion, larger TAM) → unlock adjacent geo Y (same segment, regulatory delta manageable)."*
76
+ 2. *"Win beachhead → unlock co-sell with vendor Z → unlock vertical W."*
77
+
78
+ Un-sequenced beachhead wins are dead-ends. The sequence is the long-game; the beachhead is just the first move.
79
+
80
+ ### Step 5: Validate the entry case before emitting
81
+
82
+ Before emitting the entry plan, verify three things:
83
+
84
+ 1. **Beachhead defensibility** — confirm the chosen beachhead scores higher than the runner-up on at least two of the four Step-1 dimensions; if it ties or wins on one only, the choice is brittle and must be re-run.
85
+ 2. **Entry cost vs runway band** — check that the Step-2 entry cost lands inside the `runway-frame.md` (O3) band; if it doesn't, the entry is not yet financeable and must be deferred or staged.
86
+ 3. **Failure-mode mitigation** — assert that the Step-3 failure mode has a named mitigation; an un-mitigated failure mode means the analysis is incomplete.
87
+
88
+ All three must pass. If any fails, the entry plan is not ready to emit; return to the failing step.
89
+
90
+ ### Step 6: Emit the entry plan
91
+
92
+ Produce the entry plan artifact. P2 composes P3 (`competitive-positioning`) for the narrative against incumbents in the target segment.
93
+
94
+ ## Related Skills
95
+
96
+ **WHEN to use this**
97
+
98
+ - Sequencing market entry across geo / segment / vertical axes.
99
+ - Choosing the beachhead within a chosen entry axis.
100
+
101
+ **WHEN NOT to use this**
102
+
103
+ - Build-vs-buy capability decisions — route to [`build-buy-partner`](../build-buy-partner/SKILL.md) (P1).
104
+ - Positioning narrative against incumbents — route to [`competitive-positioning`](../competitive-positioning/SKILL.md) (P3); this skill composes P3.
105
+ - Per-customer economics in the target market — route to [`unit-economics-modeling`](../unit-economics-modeling/SKILL.md) (O1).
106
+ - Channel / funnel design for the entry — route to Wing-3 [`funnel-analysis`](../funnel-analysis/SKILL.md) and [`content-funnel-design`](../content-funnel-design/SKILL.md).
107
+
108
+ ## When the agent should load this
109
+
110
+ - "Should we enter the EU market?"
111
+ - "Which segment do we go to next — mid-market or enterprise?"
112
+ - "Pick the beachhead for our vertical expansion."
113
+ - "Wo greifen wir als erstes an?"
114
+
115
+ ## Output
116
+
117
+ 1. **`entry-axis-frame.md`** — chosen axis (geo / segment / vertical), why this axis first, what's deferred.
118
+ 2. **`beachhead-scorecard.md`** — 3–5 candidate beachheads scored on the four Step-1 dimensions; named winner with reasoning.
119
+ 3. **`entry-cost-table.md`** — sales-motion delta, product delta, operating cost; compared against runway band.
120
+ 4. **`expansion-sequence.md`** — beachhead + next 2–3 moves, with the unlock-mechanism named per move.
121
+
122
+ ## Gotcha
123
+
124
+ - "Enter the European enterprise healthcare market" mixes three axes. Pick one.
125
+ - The largest segment is rarely the right beachhead; the segment where constraints favour us is.
126
+ - Geo regulatory delta is the most under-estimated cost. Budget the high-end of the band for compliance.
127
+ - Beachhead win without sequenced expansion = isolated revenue stream that never compounds.
128
+
129
+ ## Do NOT
130
+
131
+ - Do NOT mix entry axes — sequence them.
132
+ - Do NOT pick a beachhead without a named 18-month failure mode + mitigation.
133
+ - Do NOT skip the expansion sequence — the beachhead's value is which next moves it unlocks.
134
+
135
+ ## Runnable example
136
+
137
+ Horizontal SaaS, US-only, mid-market, considering EU expansion.
138
+
139
+ - Step 0 — axis = geo (EU). Defer segment (stay mid-market) and vertical (stay horizontal).
140
+ - Step 1 — candidate beachheads: DACH, Nordics, UK, Benelux. Scored: UK wins on constraint-favour (English-language sales motion translates, common-law contract familiarity), reference-reachability (5 mid-market UK customers reachable via existing channels), regulatory delta (UK-GDPR ≈ EU-GDPR floor with thinner data-residency requirement), expansion path (UK → Benelux → DACH).
141
+ - Step 2 — Sales motion: existing AE motion translates to UK. Product delta: data-residency in EU (12 weeks). Operating cost: UK Ltd entity, VAT registration ≈ 3 months.
142
+ - Step 3 — failure mode: "incumbent's UK channel partnerships locked us out of mid-market." Mitigation: direct-AE motion + content-led pipeline.
143
+ - Step 4 — sequence: UK (beachhead) → Benelux (same motion, thin regulatory delta) → DACH (German-speaking sales hire required, larger TAM).
144
+ - Step 5 — emit entry plan + compose P3 for UK-vs-incumbents positioning.
@@ -0,0 +1,184 @@
1
+ ---
2
+ name: messaging-architecture
3
+ description: "Use when shaping the primary message, supporting proofs, and audience-by-message matrix from a locked positioning frame — before any copy or launch beat. Triggers on 'tighten the message stack'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment]
9
+ ---
10
+
11
+ # messaging-architecture
12
+
13
+ ## When to use
14
+
15
+ - Positioning is locked (four anchors + assumption ledger) and the next artefact — launch deck, homepage, sales narrative — needs a load-bearing message stack instead of one-off copy.
16
+ - A team is shipping copy faster than it is shipping shared meaning; lines diverge across surfaces and the segment cannot recognise itself.
17
+ - An audience-by-message matrix is missing and the same primary message is being shouted at three audiences who hear three different things.
18
+
19
+ Do NOT use to write the copy itself (downstream of this skill),
20
+ peer-vs-peer comparison (route to `competitive-positioning`), or
21
+ launch sequencing (route to `gtm-launch`).
22
+
23
+ ## Cognition cluster
24
+
25
+ - **Mental model 15 — Signal vs. noise.** Every message lands inside
26
+ an inbox that is already full. The primary message must clear the
27
+ segment's noise floor, not just be true. Estimate the noise before
28
+ drafting; without it, every line looks distinctive in the doc and
29
+ forgettable in market. See
30
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 15.
31
+ - **Mental model 30 — Inversion.** Ask *"what is the strongest
32
+ message a credible alternative would land against us?"* The answer
33
+ exposes the proofs the message stack must carry, not the words.
34
+ See `mental-models.md` § 30.
35
+ - **Context-spine — product + customer-segment.** Read the **product**
36
+ slot for the proofs the team can actually back; read the
37
+ **customer-segment** slot for the buyer's listening posture.
38
+ Architecture that exceeds the proofs available is fiction. See
39
+ [`context-spine`](../../../docs/contracts/context-spine.md).
40
+
41
+ ## Procedure
42
+
43
+ ### Step 0: Inherit the positioning frame
44
+
45
+ Open the `positioning.md` artefact ([`positioning-strategy`](../positioning-strategy/SKILL.md)
46
+ Step 1 output). If the four anchors are missing or contested, stop
47
+ and route back. Messaging architecture without a locked positioning
48
+ frame is decoration — it will be rewritten the next quarter.
49
+
50
+ ### Step 1: Identify the primary message
51
+
52
+ Identify the **one** sentence — the load-bearing claim
53
+ that, if the segment remembered nothing else, would still trigger
54
+ the right switch event. Structure:
55
+
56
+ *"For \<segment\>, \<category\> that \<load-bearing benefit\>,
57
+ instead of \<alternative\>."*
58
+
59
+ The benefit must be the **switch-event benefit** — what changes the
60
+ day they buy — not a feature list and not a brand attribute.
61
+
62
+ ### Step 2: Stack the supporting proofs
63
+
64
+ Three proofs, ranked. Each proof is a sentence the team can defend
65
+ with evidence (data, demo, reference, contract clause). Proofs that
66
+ need adjective amplification (*"truly seamless"*, *"radically
67
+ simple"*) are not proofs — they are the gap a proof would fill.
68
+
69
+ Rank the proofs by **closing weight**: how much each moves the
70
+ buyer's decision from *no* to *yes*. The order is the order of
71
+ appearance in every downstream surface.
72
+
73
+ ### Step 3: Build the audience-by-message matrix
74
+
75
+ Audiences are not segments — they are roles inside the segment
76
+ (economic buyer, champion, end-user, finance, security). For each
77
+ audience, fill: **what they fear · what they hope · what proof
78
+ clears each.** The matrix forces the team to confront the surfaces
79
+ where the primary message lands wrong on a role even when right on
80
+ the segment.
81
+
82
+ ### Step 4: Validate against the noise floor and the inversion test
83
+
84
+ Validate the stack on three checks:
85
+
86
+ 1. **Noise floor.** For the primary message, name three lines a
87
+ credible peer says today. If the primary message would not be
88
+ distinguishable when read alongside them, it is below the noise
89
+ floor — sharpen or drop.
90
+ 2. **Inversion.** Write the strongest counter-message a credible
91
+ alternative would land against us. Confirm at least one supporting
92
+ proof neutralises it; if none does, the stack is missing a proof.
93
+ 3. **Proof-coverage.** For every fear / hope cell in the matrix,
94
+ verify a proof exists. Cells without a proof are explicit gaps,
95
+ not silent omissions.
96
+
97
+ ### Step 5: Hand back
98
+
99
+ Hand the three artefacts (see `## Output`) to
100
+ [`gtm-launch`](../gtm-launch/SKILL.md) for launch-wave sequencing,
101
+ [`editorial-calendar`](../editorial-calendar/SKILL.md) for cadence
102
+ mapping, or [`fundraising-narrative`](../fundraising-narrative/SKILL.md)
103
+ for capital-raising framing. Do **not** write the copy here — copy
104
+ production is a downstream artefact.
105
+
106
+ ## Related Skills
107
+
108
+ **WHEN to use this**
109
+
110
+ - The unit of work is the message stack (primary + proofs + matrix), not a copy block.
111
+ - Positioning is locked and downstream surfaces need a shared anchor.
112
+ - Cross-audience messaging has scattered and the team cannot name a primary.
113
+
114
+ **WHEN NOT to use this**
115
+
116
+ - Locking the four-anchor positioning frame — route to
117
+ [`positioning-strategy`](../positioning-strategy/SKILL.md).
118
+ - Peer-vs-peer ours-vs-theirs verdict table — route to
119
+ [`competitive-positioning`](../competitive-positioning/SKILL.md).
120
+ - Launch-wave audience sequencing — route to
121
+ [`gtm-launch`](../gtm-launch/SKILL.md).
122
+ - Voice attribute selection or tone-by-context matrix — route to
123
+ [`voice-and-tone-design`](../voice-and-tone-design/SKILL.md).
124
+
125
+ ## When the agent should load this
126
+
127
+ - "Lock the message stack before we draft the launch deck."
128
+ - "Wir brauchen eine primary message, keine Tagline."
129
+ - "Build the audience-by-message matrix for the security buyer."
130
+ - "Are our three proofs distinguishable from \<incumbent\>'s lines?"
131
+ - "Inversion-check our messaging against the alternative."
132
+ - "Our message has scattered across landing pages — re-anchor it."
133
+
134
+ ## Output
135
+
136
+ 1. **`primary-message.md`** — one sentence in the segment / category
137
+ / benefit / alternative shape, plus the load-bearing word and
138
+ why it is load-bearing.
139
+ 2. **`supporting-proofs.md`** — three proofs ranked by closing
140
+ weight, each with the evidence the team can defend it with.
141
+ 3. **`audience-matrix.md`** — one row per audience: fear · hope ·
142
+ proof-that-clears-each · primary-message variant if reframing is
143
+ needed.
144
+
145
+ ## Gotcha
146
+
147
+ - A primary message everyone in the room agrees with on first read
148
+ is usually below the noise floor — agreement is consensus, not
149
+ distinctiveness.
150
+ - Proofs that need adjectives are signals of a missing proof; replace
151
+ the adjective with the evidence or remove the line.
152
+ - The audience matrix tempts the team to multiply primary messages.
153
+ Resist: the segment receives one primary; the matrix shapes
154
+ emphasis, not substitution.
155
+
156
+ ## Do NOT
157
+
158
+ - Do NOT write copy in this skill — copy lives downstream.
159
+ - Do NOT inflate the stack beyond three proofs; a stack of seven is
160
+ a wishlist, not architecture.
161
+ - Do NOT skip the noise-floor check; an internally distinctive
162
+ message is not the same as a market-distinctive one.
163
+
164
+ ## Runnable example
165
+
166
+ Mid-market HR analytics tool, positioning locked (segment: HR leaders
167
+ at 200–2000-person growing companies; alternative: spreadsheet +
168
+ HRIS report; PoV: retention beats acquisition):
169
+
170
+ - Primary message: *"For HR leaders at growing 200–2000-person
171
+ companies, the workforce-analytics layer that turns the
172
+ board-quarter retention conversation into a one-click roll-up,
173
+ instead of a spreadsheet rebuild every quarter."*
174
+ - Proofs ranked by closing weight: (1) cohort attrition by tenure
175
+ band in < 5 clicks (demo); (2) plugs into the existing HRIS,
176
+ not a replacement (architecture diagram); (3) board-quarter
177
+ rebuild collapses from \~ 8 hours to \~ 1 hour (reference
178
+ customer, contractually quoted).
179
+ - Audience matrix — *Champion (HR director):* fear = another tool
180
+ to maintain; hope = looks competent to CEO; proof = HRIS
181
+ plug-in. *Economic buyer (CFO / COO):* fear = soft ROI; hope =
182
+ retention saving; proof = reference quote with hours saved.
183
+ - Hand-off → `gtm-launch` sequences launch waves around the
184
+ retention-conversation moment in board-quarter cadence.
@@ -0,0 +1,158 @@
1
+ ---
2
+ name: onboarding-design
3
+ description: "Use when designing customer onboarding — time-to-first-value, milestone design, friction audit, drop-off diagnosis. Triggers on 'fix onboarding', 'why do new accounts churn fast'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment, funnel-stage]
9
+ ---
10
+
11
+ # onboarding-design
12
+
13
+ ## When to use
14
+
15
+ - New accounts churn inside their first 30 days and the team cannot name which onboarding milestone they failed to reach — drop-off is treated as a single number, not a stage-by-stage signal.
16
+ - A new segment is being onboarded against an onboarding flow built for a previous segment — the milestones likely do not match the new segment's switch-event shape.
17
+ - Time-to-first-value is *"days, maybe weeks"* — the answer needs to be a number with a falsifiable definition, not a sentiment.
18
+
19
+ Do NOT use to onboard employees (that is the Wing-4
20
+ employee-onboarding program — different audience, different
21
+ contract), diagnose long-cycle churn (route to
22
+ `churn-prevention`), or run the full visitor → paid funnel (route
23
+ to `funnel-analysis`).
24
+
25
+ ## Cognition cluster
26
+
27
+ - **Mental model 14 — Meadows leverage points.** Onboarding is a
28
+ high-leverage system: a change in the milestone *definition*
29
+ reshapes retention more than a change in the welcome email. Pick
30
+ the leverage point — milestone definition over surface polish.
31
+ See
32
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 14.
33
+ - **Mental model 16 — Leading vs. lagging indicators.**
34
+ Time-to-first-value and milestone-completion are leading; D30
35
+ retention is lagging. Onboarding decisions built on lagging
36
+ signals can only confirm churn after it lands. See
37
+ `mental-models.md` § 16.
38
+ - **Mental model 13 — Occam's razor.** When new accounts drop off,
39
+ the simpler explanation usually wins: *"the first milestone is
40
+ too far from the buyer's job to complete in one session"* beats
41
+ *"users do not understand our value proposition."* Pick the
42
+ simpler explanation; it changes the move. See
43
+ `mental-models.md` § 13.
44
+ - **Context-spine — product + customer-segment + funnel-stage.**
45
+ Read the **product** slot for what the segment can actually
46
+ configure unattended, the **customer-segment** slot for the
47
+ segment's job and switch-event, and the **funnel-stage** slot for
48
+ where activation sits relative to signup and paid. See
49
+ [`context-spine`](../../../docs/contracts/context-spine.md).
50
+
51
+ ## Procedure
52
+
53
+ ### Step 0: Inspect — pull the current onboarding shape
54
+
55
+ Inspect the actual funnel: signup → milestone-1 → milestone-2 →
56
+ activation → D30. For each transition pull conversion rate (with
57
+ band) and median time-to-transition for the last two cohorts.
58
+ Inspect whether the activation event correlates with paid retention;
59
+ if not, the activation event is mis-defined and Step 2 fixes it.
60
+
61
+ ### Step 1: Define time-to-first-value with a falsifiable definition
62
+
63
+ Write the sentence: *"\<Segment\> reaches first value when
64
+ \<observable buyer action\> happens, by \<target hours / days\>
65
+ after signup."* The action must be observable in instrumentation,
66
+ must correlate with paid retention (Step 0 inspection), and must be
67
+ something the buyer accomplishes — not something the product
68
+ displays.
69
+
70
+ ### Step 2: Design three milestones earning activation
71
+
72
+ Each milestone is a buyer action with a definition, a friction
73
+ audit, and a default outcome.
74
+
75
+ 1. **Milestone definition** — one sentence in buyer-action form
76
+ (*"buyer has imported one record"*, not *"buyer has seen the
77
+ import screen"*).
78
+ 2. **Friction audit** — name the three highest-friction steps the
79
+ buyer must clear; each gets a *cheapest-fix* hypothesis.
80
+ 3. **Default outcome** — if the buyer does nothing, what does the
81
+ product do for them? A milestone with no default is a milestone
82
+ the busy half of the segment will miss.
83
+
84
+ ### Step 3: Audit friction at each milestone
85
+
86
+ For each milestone, time the buyer journey: clicks, fields, decision
87
+ points, wait states. Tag each as *blocker* (cannot proceed without
88
+ it), *toll* (proceed but slow), or *fog* (buyer unsure what to do
89
+ next). Fog kills more onboarding than blockers — fog is silent.
90
+
91
+ ### Step 4: Diagnose drop-off by segment × milestone
92
+
93
+ The drop-off is rarely uniform. Segment by segment × milestone;
94
+ the cell with the steepest below-band drop is the binding fix.
95
+ Two cells dropping at once usually means a shared upstream cause
96
+ (account-provisioning failure, ICP mismatch) — fix upstream, not
97
+ in the milestone.
98
+
99
+ ### Step 5: Hand back
100
+
101
+ Hand the time-to-first-value definition, the three milestones with
102
+ friction audits, and the segment × milestone drop-off table to the
103
+ implementing team and to
104
+ [`churn-prevention`](../churn-prevention/SKILL.md) for downstream
105
+ health-score signal definition. Onboarding owns days 0–30;
106
+ churn-prevention owns the signals after.
107
+
108
+ ## Related Skills
109
+
110
+ **WHEN to use this**
111
+
112
+ - Designing or auditing days 0–30 of the customer lifecycle.
113
+ - Defining time-to-first-value as a falsifiable event, not a sentiment.
114
+
115
+ **WHEN NOT to use this**
116
+
117
+ - Long-cycle churn diagnosis (D60+) — route to
118
+ [`churn-prevention`](../churn-prevention/SKILL.md).
119
+ - Account expansion or upsell mechanics — route to
120
+ [`expansion-playbook`](../expansion-playbook/SKILL.md).
121
+ - Full visitor → paid funnel diagnosis — route to
122
+ [`funnel-analysis`](../funnel-analysis/SKILL.md).
123
+ - Activation-event redefinition or aha-moment selection — route to
124
+ [`activation-design`](../activation-design/SKILL.md).
125
+
126
+ ## When the agent should load this
127
+
128
+ - "Fix our onboarding — new accounts churn fast."
129
+ - "Why does cohort-9 drop at milestone-2?"
130
+ - "Define time-to-first-value for the mid-market segment."
131
+ - "Wie viele Klicks bis zum ersten Wert?"
132
+
133
+ ## Output
134
+
135
+ 1. **`time-to-first-value.md`** — falsifiable definition: segment × observable action × target time × correlation with paid retention.
136
+ 2. **`milestones.md`** — three milestones, each with definition · friction audit (blocker / toll / fog) · default outcome.
137
+ 3. **`dropoff-table.md`** — segment × milestone conversion rates with bands; binding-fix cell flagged.
138
+
139
+ ## Gotcha
140
+
141
+ - An activation event that does not correlate with paid retention is a vanity event. The funnel will look healthy and D30 will keep dropping.
142
+ - *"Onboarding emails"* is not onboarding design. Emails are a surface; milestones are the system. Designing emails before milestones is rearranging deck chairs.
143
+ - A milestone without a default outcome assumes the buyer drives the journey. Half of every segment will not — design for the half that will not.
144
+
145
+ ## Do NOT
146
+
147
+ - Do NOT use industry-average onboarding benchmarks as targets; segment shape and product complexity dominate them.
148
+ - Do NOT confuse signup with activation; signup is consent, activation is value.
149
+ - Do NOT redesign milestones one at a time mid-cycle without an A/B holdout — concurrent changes destroy the signal.
150
+
151
+ ## Runnable example
152
+
153
+ B2B mid-market analytics tool, D30 retention sagging from 71 % to 58 % over two quarters.
154
+
155
+ - Time-to-first-value — *"Mid-market: buyer reaches first value when one connected data source returns one rendered dashboard, within 24 hours of signup."* Correlation with D90 paid retention: r = 0.62.
156
+ - Milestones — *(1)* connect data source (friction: OAuth scope confusion = fog; default: paste-CSV fallback). *(2)* save first query (friction: schema picker = toll; default: starter-template per segment). *(3)* share dashboard with one teammate (friction: invite-flow buried = blocker; default: auto-invite admin).
157
+ - Drop-off table — Mid-Market × milestone-1: 41 % conv (band 35–47, vs trailing-cohort median 62 %). Binding fix: OAuth fog at milestone-1.
158
+ - Hand-off — milestones + drop-off → eng team for OAuth-fog fix; `churn-prevention` picks up D30+ health-score signals.
@@ -0,0 +1,157 @@
1
+ ---
2
+ name: onboarding-program
3
+ description: "Use when shaping employee onboarding — time-to-productivity, role-by-role program, mentor pairing, 30/60/90 milestones. Triggers on 'design our onboarding', 'why are new hires ramping slow'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: process
8
+ context_spine: [org-stage, product, customer-segment]
9
+ ---
10
+
11
+ # onboarding-program
12
+
13
+ ## When to use
14
+
15
+ - A first onboarding program is needed because hires are arriving and ramping is ad-hoc, expensive, and slow.
16
+ - An existing program is producing inconsistent ramp times across roles or cohorts and the question is *where the program leaks productivity*.
17
+ - A new role family (first sales hire, first designer, first SRE) is being added and the question is *what role-shaped onboarding looks like for this function*.
18
+
19
+ Do NOT use as a customer-onboarding surface (route to Wing-3 [`onboarding-design`](../onboarding-design/SKILL.md) (H11); this skill is internal-employee, that one is external-customer), as a performance-feedback skill (route to Q4 `perf-feedback-craft`), or for HRIS-onboarding-module configuration.
20
+
21
+ ## Cognition cluster
22
+
23
+ - **Mental model 1 — First principles.** Strip onboarding to: *what does this person need to know, do, and decide alone before being net-positive?* Most onboarding programs over-index on what's easy to teach (history, slides) and under-index on what's hard (decision rights, who-knows-what, codebase / domain context). See [`mental-models.md`](../../../docs/contracts/mental-models.md) § 1.
24
+ - **Mental model 21 — Second-order thinking.** Onboarding is paid for in mentor time. A 4-hour-per-week mentor commitment from a senior person costs more than people realise; mentor capacity is the binding constraint on hiring velocity. Read mentor cost as part of the program, not a free input.
25
+ - **Mental model 28 — Inversion.** *"What would make this hire fail in their first 90 days?"* Inversion surfaces the load-bearing risks (unclear scope, no early win, missing tools, no peer relationship). Most onboarding failures trace to one of these four, not to skill gaps.
26
+ - **Mental model 26 — Optionality.** A heavy template onboarding preserves *consistency* optionality but forecloses *role-specific* optionality. A pure free-form onboarding preserves customization but forecloses scalability. Pick the trade explicitly per role family.
27
+ - **Context-spine — org-stage + product + customer-segment.** Read **org-stage** for what's affordable (10-person co: founder onboards; 50-person co: managers + buddies; 150+: dedicated onboarding owner). Read **product** for domain complexity (deep regulated domain = longer ramp). Read **customer-segment** for which roles need customer-context immersion early.
28
+
29
+ ## Cross-wing handoff
30
+
31
+ - Composed downstream of Q1 `org-design` — onboarding shape follows team structure; onboarding without a clear team home is broken from day one.
32
+ - Composed downstream of Q2 `comp-banding` — level + scope expectations from comp banding anchor the ramp expectations.
33
+ - Hands off to Q4 `perf-feedback-craft` for the first 30 / 60 / 90 feedback checkpoint shape.
34
+ - Distinct from Wing-3 H11 `onboarding-design` (customer onboarding) — different audience, different proof bar.
35
+
36
+ ## Procedure
37
+
38
+ ### Step 0: Identify role-family and ramp definition
39
+
40
+ Before designing the program, name:
41
+
42
+ 1. *What role family is in scope?* (eng IC, eng manager, PM, design, sales AE, sales SDR, CS, ops, finance). Onboarding shape varies sharply by family.
43
+ 2. *What does "ramped" mean for this family?* — define net-positive in concrete behavior: an eng IC ships a PR alone by week 4 and owns a workstream by week 12; an AE books N qualified meetings by week 4 and closes a deal by quarter end. Adjective-only definitions ("getting up to speed") fail the bar.
44
+ 3. *What's the realistic time-to-ramp benchmark?* — typically 30 / 60 / 90 days for individual contributors; 6 months for managers; 6–12 months for senior leaders. Compare proposed program length to benchmark.
45
+
46
+ A program with no concrete ramped-definition is unfalsifiable.
47
+
48
+ ### Step 1: Map what the role needs to know, do, decide alone
49
+
50
+ For the role family, enumerate three buckets:
51
+
52
+ 1. **Know** — domain context (industry, regulation, product), system context (codebase tour, dataflow, ops), people context (who owns what, who decides what). Force concrete artifacts (which doc, which repo, which dashboard) — not abstract topics.
53
+ 2. **Do** — first owned task, first reviewed task, first solo task, first shipped task. Sequence from low-risk to medium-risk; arrange to produce one demonstrable early win in week 1–2.
54
+ 3. **Decide alone** — what kind of decision can this person make without consulting? Spell out the boundary; the absence of this is the #1 cause of slow ramp.
55
+
56
+ Most onboarding programs cover Know well, Do partially, Decide-alone almost never. The last bucket is the leverage point.
57
+
58
+ ### Step 2: Design 30 / 60 / 90 milestones
59
+
60
+ For each milestone, name:
61
+
62
+ 1. **30-day** — Know complete; first owned task shipped; named buddy and named manager 1:1 cadence locked.
63
+ 2. **60-day** — Owns a workstream segment; has produced one visible artifact for the team; has had at least one feedback checkpoint (composes Q4).
64
+ 3. **90-day** — Net-positive on standalone contribution; named scope for next quarter; has built one cross-team relationship.
65
+
66
+ Each milestone needs an objective check (shipped artifact, behavior observed) — not "feels good" attestation.
67
+
68
+ ### Step 3: Pair the mentor / buddy / manager triad
69
+
70
+ Three roles, distinct purposes:
71
+
72
+ 1. **Manager** — sets scope, removes blockers, runs 1:1 cadence (weekly first 90 days, biweekly after).
73
+ 2. **Buddy** — peer-level, week-1 to week-12, low-friction questions, social onboarding. Buddy is not a mentor; mixing the role overloads the buddy.
74
+ 3. **Mentor** *(optional, role-dependent)* — senior in the craft, monthly cadence, growth-focused. Reserved for higher-stakes hires (senior eng, manager, first-in-role).
75
+
76
+ Mentor / buddy capacity is the binding constraint; if there are no available buddies, hiring should pause, not push through.
77
+
78
+ ### Step 4: Build the early-win path
79
+
80
+ Inversion: *"what makes this hire feel they made the wrong choice in week 2?"* — usually: no tools, no clarity, no peer, no early demonstrable win.
81
+
82
+ 1. Pre-day-1: laptop / accounts / access provisioned. Verified by the manager before day 1, not assumed.
83
+ 2. Day 1–5: orientation, codebase / domain tour, 1:1s with named peers, manager 1:1 scheduled out for 90 days.
84
+ 3. Week 2–4: first owned task — selected to be shippable, visible, low-risk, but real. Not a synthetic onboarding-only task; a real one.
85
+ 4. Week 4–6: first feedback checkpoint; explicit acknowledgement of one thing going well + one thing to adjust.
86
+
87
+ The early-win path is the #1 driver of 12-month retention for new hires.
88
+
89
+ ### Step 5: Validate the program before emitting
90
+
91
+ Before producing the artifact, verify three things:
92
+
93
+ 1. **Ramp-definition concreteness** — confirm Step 0 named net-positive in concrete behavior; adjective-only definitions fail and must be re-run.
94
+ 2. **Decide-alone coverage** — assert Step 1's third bucket is non-empty; decide-alone gaps are the canonical ramp-slowing failure mode.
95
+ 3. **Mentor capacity check** — verify the buddy / mentor commitments fit within available mentor capacity for the cohort size; overbooked mentors collapse onboarding silently.
96
+
97
+ All three must pass. If any fails, return to the failing step.
98
+
99
+ ### Step 6: Emit the onboarding program
100
+
101
+ Produce the onboarding-program artifact for the role-family owner (engineering lead, sales lead, design lead) and people partner. The artifact frames the ramped definition, the Know/Do/Decide map, the 30/60/90 milestones, the triad assignments, and the early-win path.
102
+
103
+ ## Related Skills
104
+
105
+ **WHEN to use this**
106
+
107
+ - First-pass internal-employee onboarding program design.
108
+ - Role-family-specific onboarding (first sales hire, first SRE, first designer).
109
+ - Existing program audit when ramp times are inconsistent or long.
110
+
111
+ **WHEN NOT to use this**
112
+
113
+ - Customer onboarding — route to Wing-3 [`onboarding-design`](../onboarding-design/SKILL.md) (H11); different audience entirely.
114
+ - Performance / feedback design — route to [`perf-feedback-craft`](../perf-feedback-craft/SKILL.md) (Q4); Q3 composes Q4 at milestone checkpoints, doesn't replace it.
115
+ - Org structure decisions — route to [`org-design`](../org-design/SKILL.md) (Q1).
116
+ - Compensation banding — route to [`comp-banding`](../comp-banding/SKILL.md) (Q2).
117
+
118
+ ## When the agent should load this
119
+
120
+ - "Design our onboarding."
121
+ - "Why are new hires ramping slow?"
122
+ - "What does the first 90 days look like for a sales AE?"
123
+ - "Set up a buddy program."
124
+ - "Wie bauen wir das Onboarding für Engineering auf?"
125
+
126
+ ## Output
127
+
128
+ 1. **`ramp-definition.md`** — role-family × concrete ramped-definition × benchmark time-to-ramp.
129
+ 2. **`know-do-decide-map.md`** — three buckets with concrete artifacts and decide-alone boundary.
130
+ 3. **`milestones-30-60-90.md`** — milestone × objective check × feedback checkpoint.
131
+ 4. **`triad-assignment.md`** — manager / buddy / mentor mapping with capacity check.
132
+ 5. **`early-win-path.md`** — pre-day-1 through week-6 sequence with named first owned task pattern.
133
+
134
+ ## Gotcha
135
+
136
+ - "Read these 40 docs" is a placebo onboarding. Force know-by-doing.
137
+ - Buddy ≠ mentor. Overloading the buddy with growth conversations collapses the role.
138
+ - Decide-alone boundaries unwritten = stalled ramps. The single biggest leverage point most programs miss.
139
+ - Synthetic onboarding tasks teach less than real tasks selected for low risk. Resist the urge to manufacture training-only work.
140
+
141
+ ## Do NOT
142
+
143
+ - Do NOT skip the ramped-definition step; un-defined ramp is unfalsifiable.
144
+ - Do NOT assign onboarding to an already-overloaded buddy; the program looks great on paper and fails in week 3.
145
+ - Do NOT confuse this with customer onboarding (H11); the two operate on different proof bars.
146
+
147
+ ## Runnable example
148
+
149
+ Series-A SaaS hires its first dedicated SRE, no prior SRE onboarding shape.
150
+
151
+ - Step 0 — Role family: senior SRE. Ramped means: on-call alone by week 12, owns one production reliability workstream by month 6, has shipped one runbook and one alert-quality improvement by month 3.
152
+ - Step 1 — Know: prod architecture doc, incident-response runbooks, last 6 months of incidents. Do: shadow on-call weeks 1–2, secondary on-call weeks 3–6, primary on-call by week 12. Decide-alone: page severity, can declare incident, can deploy hotfix during business hours; cannot make architecture changes alone before month 4.
153
+ - Step 2 — Milestones: 30-day Know complete + first runbook PR shipped; 60-day secondary on-call + alert-quality artifact produced; 90-day primary on-call + first standalone reliability initiative scoped.
154
+ - Step 3 — Triad: manager = VP Eng (weekly 1:1); buddy = senior backend engineer (peer, week 1–12); mentor = none initially (no other SREs in-house; consider external mentor at month 6).
155
+ - Step 4 — Early win: first runbook PR for a known-rough incident scenario; shippable in week 2, visible to whole eng team.
156
+ - Step 5 — Validate: ramped definition concrete; decide-alone boundary explicit; buddy commitment is 2h/week which fits the backend engineer's current load. Pass.
157
+ - Step 6 — Emit onboarding program for SRE role family; flag to revisit at month 6 once second SRE is hired (mentor capacity will exist then).