@event4u/agent-config 2.7.0 → 2.8.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 (39) 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/growth-pm.md +134 -0
  4. package/.agent-src/personas/revops.md +125 -0
  5. package/.agent-src/skills/activation-design/SKILL.md +160 -0
  6. package/.agent-src/skills/churn-prevention/SKILL.md +156 -0
  7. package/.agent-src/skills/content-funnel-design/SKILL.md +170 -0
  8. package/.agent-src/skills/deal-qualification-meddic/SKILL.md +165 -0
  9. package/.agent-src/skills/editorial-calendar/SKILL.md +161 -0
  10. package/.agent-src/skills/expansion-playbook/SKILL.md +171 -0
  11. package/.agent-src/skills/forecast-accuracy/SKILL.md +157 -0
  12. package/.agent-src/skills/fundraising-narrative/SKILL.md +189 -0
  13. package/.agent-src/skills/funnel-analysis/SKILL.md +26 -2
  14. package/.agent-src/skills/gtm-launch/SKILL.md +165 -0
  15. package/.agent-src/skills/messaging-architecture/SKILL.md +184 -0
  16. package/.agent-src/skills/onboarding-design/SKILL.md +158 -0
  17. package/.agent-src/skills/pipeline-strategy/SKILL.md +159 -0
  18. package/.agent-src/skills/positioning-strategy/SKILL.md +177 -0
  19. package/.agent-src/skills/retention-loops/SKILL.md +161 -0
  20. package/.agent-src/skills/subagent-orchestration/SKILL.md +1 -1
  21. package/.agent-src/skills/voice-and-tone-design/SKILL.md +163 -0
  22. package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
  23. package/.claude-plugin/marketplace.json +17 -2
  24. package/CHANGELOG.md +45 -169
  25. package/README.md +2 -2
  26. package/docs/architecture.md +2 -2
  27. package/docs/archive/CHANGELOG-pre-2.7.0.md +185 -0
  28. package/docs/catalog.md +19 -3
  29. package/docs/contracts/adr-gtm-context-spine.md +115 -0
  30. package/docs/contracts/command-surface-tiers.md +5 -0
  31. package/docs/contracts/context-spine.md +50 -12
  32. package/docs/contracts/cross-wing-handoff.md +3 -3
  33. package/docs/contracts/persona-schema.md +20 -3
  34. package/docs/guidelines/gtm-handoff.md +114 -0
  35. package/package.json +1 -1
  36. package/scripts/lint_context_spine_usage.py +4 -1
  37. package/scripts/schemas/persona.schema.json +5 -0
  38. package/scripts/schemas/skill.schema.json +2 -2
  39. package/scripts/skill_linter.py +177 -3
@@ -0,0 +1,171 @@
1
+ ---
2
+ name: expansion-playbook
3
+ description: "Use when designing account-expansion mechanics — upsell vs cross-sell, expansion-trigger signals, NRR cognition. Triggers on 'lift NRR', 'when do we upsell vs cross-sell'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment]
9
+ ---
10
+
11
+ # expansion-playbook
12
+
13
+ ## When to use
14
+
15
+ - Net Revenue Retention plateaued and the team cannot name *which* expansion lever drives it — upsell, cross-sell, and seat-expansion get conflated under *"NRR"* and the moves are uniform when they should be lever-specific.
16
+ - An expansion play is firing on usage signals alone — accounts using more seats are treated as expansion targets without checking the upstream pain that earned the expansion.
17
+ - A new pricing or packaging change is live and the team needs to re-key the expansion triggers to the new shape before the old triggers misfire.
18
+
19
+ Do NOT use to save churning accounts (route to
20
+ `churn-prevention`), design days 0–30 onboarding (route to
21
+ `onboarding-design`), or build product-led seat-expansion loops
22
+ unattended by a human play (route to `retention-loops`).
23
+
24
+ ## Cognition cluster
25
+
26
+ - **Mental model 18 — Pull vs. push.** Expansion that the buyer
27
+ pulls (because pain or scope grew) compounds; expansion the
28
+ vendor pushes (because the quarter needs the number) corrodes
29
+ the relationship and inflates churn the next cycle. Pick the
30
+ trigger that signals pull. See
31
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 18.
32
+ - **Mental model 9 — Hypothesis-driven thinking.** Each expansion
33
+ trigger is a hypothesis: *"if signal X is true, the buyer will
34
+ accept expansion Y at price Z."* Triggers without falsification
35
+ evidence are wishes; if a trigger has misfired three times, the
36
+ trigger is wrong, not the buyer. See `mental-models.md` § 9.
37
+ - **Mental model 3 — Pareto (80/20).** ~20 % of accounts carry
38
+ ~80 % of expansion potential. Uniform expansion outreach across
39
+ the book is noise; weighted outreach by pull-signal strength is
40
+ reasoning. See `mental-models.md` § 3.
41
+ - **Context-spine — product + customer-segment.** Read the
42
+ **product** slot for which capabilities the segment can absorb
43
+ next (sequencing matters — a cross-sell into a feature the
44
+ segment cannot use yet inflates churn), and the
45
+ **customer-segment** slot for switch-event patterns that signal
46
+ organic scope expansion. See
47
+ [`context-spine`](../../../docs/contracts/context-spine.md).
48
+
49
+ ## Procedure
50
+
51
+ ### Step 0: Inspect — separate upsell, cross-sell, seat-expansion
52
+
53
+ Inspect the trailing four quarters of expansion $ and decompose:
54
+
55
+ 1. **Upsell** — same product family, higher tier (more seats at same SKU, premium tier of same SKU).
56
+ 2. **Cross-sell** — different product family or SKU.
57
+ 3. **Seat-expansion** — same SKU, more users, no tier change.
58
+
59
+ Compute each lever's $ contribution and NRR contribution. A book
60
+ treating these as one number cannot diagnose which lever is
61
+ broken.
62
+
63
+ ### Step 1: Define one expansion trigger per lever, pull-signalled
64
+
65
+ Each trigger is a *buyer-side pull signal* with falsifiable
66
+ evidence:
67
+
68
+ 1. **Upsell trigger** — buyer crosses tier-defining usage ceiling
69
+ (e.g. seats > X, or feature-X-usage > Y) sustained for ≥ 30 days.
70
+ 2. **Cross-sell trigger** — buyer requests a capability that lives
71
+ in an adjacent SKU **twice in 60 days**, by two different
72
+ contacts, in writing.
73
+ 3. **Seat-expansion trigger** — admin invites N new users in a
74
+ rolling 30-day window AND health-score (from `churn-prevention`)
75
+ is green.
76
+
77
+ Triggers that misfire three times in a quarter become Step 0
78
+ diagnoses next quarter; do not patch them inside the quarter.
79
+
80
+ ### Step 2: Map lever → play
81
+
82
+ Each lever gets one default play and one disqualifier:
83
+
84
+ - **Upsell** — quarterly business review surfacing the usage
85
+ ceiling; tier-upgrade proposal with proof-of-value. Disqualifier:
86
+ account on red health score (route to `churn-prevention`).
87
+ - **Cross-sell** — capability-fit discovery call with sponsor +
88
+ user; pilot before contract change. Disqualifier: cross-sell SKU
89
+ not GA for the segment.
90
+ - **Seat-expansion** — admin co-pilot session + group onboarding
91
+ for new seats. Disqualifier: utilisation on existing seats
92
+ < 40 % (you would be selling decay).
93
+
94
+ ### Step 3: Sequence multi-lever opportunities
95
+
96
+ If two triggers fire on the same account in the same quarter:
97
+ sequence **upsell before cross-sell** (compound the contract the
98
+ buyer already believes in) **before seat-expansion** (the most
99
+ fragile lever — easiest to inflate, easiest to lose). Two plays
100
+ fired in parallel signal vendor-push and corrode the relationship.
101
+
102
+ ### Step 4: Compute NRR by lever and verify against the dilution check
103
+
104
+ NRR = (start-ARR + expansion − churn − contraction) ÷ start-ARR,
105
+ per cohort. Decompose expansion into the three levers. **Verify**
106
+ each trigger's pull-signal is intact: confirm the buyer-side
107
+ artefact (usage ceiling crossed, written request, admin invite)
108
+ exists in instrumentation; a lever whose triggers cannot be
109
+ verified against artefacts is push-expansion mislabelled as pull,
110
+ and the next cycle's churn will return the revenue. A book hitting
111
+ 115 % NRR via seat-expansion only is more fragile than a book
112
+ hitting 110 % via upsell + cross-sell — fragility shows up in the
113
+ next cycle's churn, not this one's revenue line.
114
+
115
+ ### Step 5: Hand back
116
+
117
+ Hand the lever decomposition, the three pull-signalled triggers,
118
+ and the per-lever play to CS / AM operations and to
119
+ [`forecast-accuracy`](../forecast-accuracy/SKILL.md) for the
120
+ expansion side of the forecast call. NRR work without lever
121
+ separation is spending in random directions.
122
+
123
+ ## Related Skills
124
+
125
+ **WHEN to use this**
126
+
127
+ - Decomposing NRR into upsell · cross-sell · seat-expansion levers.
128
+ - Defining pull-signalled triggers and per-lever plays.
129
+
130
+ **WHEN NOT to use this**
131
+
132
+ - Saving accounts likely to churn — route to
133
+ [`churn-prevention`](../churn-prevention/SKILL.md).
134
+ - Designing days 0–30 onboarding milestones — route to
135
+ [`onboarding-design`](../onboarding-design/SKILL.md).
136
+ - Product-led, vendor-unattended seat growth loops — route to
137
+ [`retention-loops`](../retention-loops/SKILL.md).
138
+
139
+ ## When the agent should load this
140
+
141
+ - "Lift our NRR — which lever?"
142
+ - "When do we cross-sell vs upsell account X?"
143
+ - "Why does our expansion churn back inside the next cycle?"
144
+ - "Welcher Expansion-Trigger ist eigentlich pull, nicht push?"
145
+
146
+ ## Output
147
+
148
+ 1. **`lever-decomposition.md`** — trailing-quarter expansion $ split into upsell · cross-sell · seat-expansion with NRR contribution per lever.
149
+ 2. **`expansion-triggers.md`** — one pull-signalled trigger per lever · falsifiable evidence · misfire counter.
150
+ 3. **`lever-play-map.md`** — per-lever default play · disqualifier · sequencing rule for multi-trigger accounts.
151
+
152
+ ## Gotcha
153
+
154
+ - A trigger that fires on usage alone, without separating *pain growth* from *consumption growth*, will push when it should pull. Push-expansion lifts this quarter and depresses the next.
155
+ - Seat-expansion looks like the easiest lever and is the most fragile — easy to inflate by selling seats into accounts whose existing seats are under-utilised; the contraction lands one cycle later.
156
+ - *"Strategic"* cross-sell into a capability the segment is not yet ready to use buys revenue and pays for it in churn — segment-readiness is the gate, not vendor-side ambition.
157
+
158
+ ## Do NOT
159
+
160
+ - Do NOT fire multiple expansion plays in parallel on one account; sequence per Step 3.
161
+ - Do NOT count seat-expansion at < 40 % existing-seat utilisation as expansion; it is selling decay.
162
+ - Do NOT chase NRR target without lever decomposition; the headline number can be hit by the most fragile lever.
163
+
164
+ ## Runnable example
165
+
166
+ Mid-market SaaS, NRR 112 % last quarter, churn ticked up this quarter.
167
+
168
+ - Lever decomposition — upsell 35 %, cross-sell 18 %, seat-expansion 47 % of expansion $. Seat-expansion-led growth flagged as fragile.
169
+ - Triggers — *(1)* upsell trigger: seats > 50 sustained 30+ days (band 28–42 % conversion). *(2)* cross-sell: capability request twice in 60 days from two contacts (band 41–61 % conversion). *(3)* seat-expansion: admin invites ≥ 10 new users in 30 days AND green health (band 52–68 % conversion); misfire count for the quarter: 4 — trigger flagged for Step 0 re-diagnosis next quarter.
170
+ - Lever-play map — upsell QBR + tier proposal, disqualified for 3 red-health accounts; cross-sell pilot blocked for 2 accounts where SKU not yet GA-ready for mid-market.
171
+ - Hand-off — decomposition + triggers → CS / AM ops; sequencing rule live; expansion side of `forecast-accuracy` rebuilt on lever-weighted historical close rates.
@@ -0,0 +1,157 @@
1
+ ---
2
+ name: forecast-accuracy
3
+ description: "Use when constructing the forecast call — commit / best-case / pipeline categorisation, deal-level evidence test, accuracy retro-loop. Triggers on 'build the forecast', 'why does our commit miss'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment]
9
+ ---
10
+
11
+ # forecast-accuracy
12
+
13
+ ## When to use
14
+
15
+ - The quarterly forecast call is being constructed and the team needs a categorisation rule that survives retro — not a feel-good number that flatters this week.
16
+ - Commit has missed two or more quarters and nobody can name which signals broke — the retro-loop is missing or the categorisation rule is unwritten.
17
+ - A new RevOps lead inherits a pipeline and needs to rebuild the forecast call without inheriting last regime's optimism bias.
18
+
19
+ Do NOT use to design pipeline stages (route to
20
+ `pipeline-strategy`), qualify a single deal (route to
21
+ `deal-qualification-meddic`), or build the finance-side
22
+ top-down / bottom-up model (composes against — but does not
23
+ duplicate — the finance-partner forecasting capability,
24
+ via the `forecast-construction-shape` interface).
25
+
26
+ ## Cognition cluster
27
+
28
+ - **Mental model 16 — Leading vs. lagging indicators.** Closed-won
29
+ is lagging; per-stage conversion and MEDDIC-slot completeness
30
+ are leading. A forecast built on lagging signals can only confirm
31
+ the result after it lands. See
32
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 16.
33
+ - **Mental model 29 — Premortem.** Before locking the call, write
34
+ the post-quarter retro as if commit missed by 20 %. The premortem
35
+ surfaces which categorisations are riding on weak evidence; demote
36
+ those before the call locks. See `mental-models.md` § 29.
37
+ - **Mental model 9 — Hypothesis-driven thinking.** Each commit deal
38
+ carries a falsifiable claim: *"this closes by \<date\> because
39
+ \<evidence\>."* If the claim cannot be falsified inside the
40
+ quarter, the deal is best-case, not commit. See
41
+ `mental-models.md` § 9.
42
+ - **Context-spine — product + customer-segment.** Read the
43
+ **product** slot for what is actually GA-shippable this quarter
44
+ (deals depending on non-shipped scope are not commit), and the
45
+ **customer-segment** slot for segment-historical close rates —
46
+ pricing-power and cycle-length differ by segment and the forecast
47
+ must too. See
48
+ [`context-spine`](../../../docs/contracts/context-spine.md).
49
+
50
+ ## Procedure
51
+
52
+ ### Step 0: Inspect — inherit pipeline + qualification artefacts
53
+
54
+ Pull `stage-definitions.md`, `coverage-by-cell.md` from
55
+ `pipeline-strategy`, and the latest `meddic-card.md` per deal from
56
+ `deal-qualification-meddic`. Inspect whether each commit-candidate
57
+ deal carries falsifiable evidence per MEDDIC slot — a forecast
58
+ built without that inspection is rep opinion, not categorisation.
59
+
60
+ ### Step 1: Lock the three categories with falsifiable rules
61
+
62
+ 1. **Commit** — deal closes in-window with ≥ 90 % subjective
63
+ probability **and** MEDDIC slots all filled with evidence **and**
64
+ decision-process has buyer-written dates inside the window.
65
+ 2. **Best-case** — deal *could* close in-window with ≥ 50 %
66
+ probability **and** ≤ 2 MEDDIC slots unfilled **and** at least
67
+ one decision-process date inside the window.
68
+ 3. **Pipeline** — everything else. Pipeline is not a forecast
69
+ category; it is the population from which commit and best-case
70
+ are drawn.
71
+
72
+ Reject *"commit"* placements that do not meet all three commit
73
+ criteria, regardless of $ value or rep confidence.
74
+
75
+ ### Step 2: Apply the segment-historical close rate
76
+
77
+ For each deal, compute *expected $* = $ × segment-historical
78
+ in-window close-rate (trailing four quarters). Aggregate by
79
+ category. If commit-$ exceeds (segment historical commit close-rate
80
+ × pipeline-$ in commit), the call is structurally optimistic — find
81
+ the optimism source before defending the number.
82
+
83
+ ### Step 3: Premortem the commit list
84
+
85
+ Write *"if commit misses by 20 %, the reason is \_\_\_."* The most
86
+ common patterns: (a) one anchor deal slipped, (b) segment cycle
87
+ lengthened, (c) procurement/legal queues bunched at quarter-end.
88
+ Tag each commit deal with which of these would kill it; deals tagged
89
+ with two or more move to best-case.
90
+
91
+ ### Step 4: Construct the call with confidence bands
92
+
93
+ Report **commit $** = sum of commit-tagged after Step 3 demotions.
94
+ **Best-case $** = commit + best-case-tagged. Attach the band:
95
+ *"commit ± \<historical-deviation\>; best-case ± \<historical
96
+ upside\>"*. A call without a band has no honesty about its prior
97
+ miss-rate.
98
+
99
+ ### Step 5: Run the accuracy retro-loop at quarter-end
100
+
101
+ Compare predicted commit / best-case / pipeline to actual
102
+ closed-won by category. Compute per-rep, per-segment, and per-stage
103
+ miss-rate. Patterns that repeat for two quarters become categorisation
104
+ rule changes in Step 1; one-off misses become deal-level evidence
105
+ upgrades in Step 0.
106
+
107
+ ## Related Skills
108
+
109
+ **WHEN to use this**
110
+
111
+ - Constructing the quarterly forecast call from a qualified pipeline.
112
+ - Running the accuracy retro-loop and feeding it back into Step 1.
113
+
114
+ **WHEN NOT to use this**
115
+
116
+ - Designing pipeline stages or per-stage conversion targets — route to
117
+ [`pipeline-strategy`](../pipeline-strategy/SKILL.md).
118
+ - Single-deal qualification or disqualification — route to
119
+ [`deal-qualification-meddic`](../deal-qualification-meddic/SKILL.md).
120
+ - Finance-side top-down model or board-deck forecast — composes
121
+ against (does not replace) the finance-partner forecasting capability
122
+ via the `forecast-construction-shape` interface.
123
+
124
+ ## When the agent should load this
125
+
126
+ - "Build the Q3 forecast call."
127
+ - "Why does our commit keep missing?"
128
+ - "Run the forecast retro for last quarter."
129
+ - "Welche Deals gehören wirklich in Commit?"
130
+
131
+ ## Output
132
+
133
+ 1. **`forecast-call.md`** — commit $ and best-case $ with confidence bands; per-segment breakdown.
134
+ 2. **`commit-list.md`** — one row per commit deal: $, segment, MEDDIC-completeness, decision-process date, premortem tag (none / single-risk / two-risk demoted).
135
+ 3. **`retro-deltas.md`** *(at quarter-end)* — predicted vs actual per category, per-segment, per-rep miss-rate, and the categorisation-rule change (if any) for next quarter.
136
+
137
+ ## Gotcha
138
+
139
+ - *"Strong commit"* without buyer-written dates inside the window is a wish, not a forecast. Subjective probability without artefact evidence is what the retro will punish.
140
+ - Segment-historical close rates change after a pricing change, a packaging change, or a competitive shift. Recompute the rates when the segment shape changes, otherwise the call inherits the old regime's optimism.
141
+ - Reporting commit as a point estimate without the band hides the prior miss-rate. A team that has missed by 18 % twice and reports commit ± 0 % is performing forecasting, not doing it.
142
+
143
+ ## Do NOT
144
+
145
+ - Do NOT place a deal in commit because the size is large; size is independent of evidence.
146
+ - Do NOT skip the premortem on commit deals — most misses come from a small number of anchor deals slipping, and the premortem is where you catch them.
147
+ - Do NOT change categorisation rules on a single-quarter miss; rules change on a two-quarter pattern.
148
+
149
+ ## Runnable example
150
+
151
+ End of Q2, last two commits missed by 14 % and 21 %.
152
+
153
+ - Step 1 enforcement — three deals placed in commit had ≥ 2 MEDDIC slots open; demoted to best-case (–$ 540 k commit, +$ 540 k best-case).
154
+ - Segment close-rate — Mid-Market historical commit close-rate is 78 %; commit-$ implies 91 % aggregate close-rate; structural optimism of ~$ 320 k.
155
+ - Premortem — two anchor deals (each > 10 % of commit) tagged single-risk (procurement queue); one tagged two-risk (no buyer-written date) → demoted.
156
+ - Final call — *"commit $ 4.1 m ± 12 % (historical deviation); best-case $ 6.7 m + 8 % / – 14 %."* Commit-list flags the two procurement-risk anchors for VP-level intervention.
157
+ - Retro at quarter-end — predicted commit $ 4.1 m, actual $ 4.0 m; rule unchanged; one rep over-commits two quarters running → categorisation-coaching action.
@@ -0,0 +1,189 @@
1
+ ---
2
+ name: fundraising-narrative
3
+ description: "Use when shaping a capital-raise pitch — why-now / why-us / why-this framing, market-size reasoning, traction-story construction. Triggers on 'tighten the pitch', 'why-now is weak'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment]
9
+ ---
10
+
11
+ # fundraising-narrative
12
+
13
+ ## When to use
14
+
15
+ - A founder is preparing a capital-raise pitch and the why-now is borrowed from a deck template instead of earned from the segment-shift the team actually rides.
16
+ - A deck is landing as "interesting but not now" with investors and the team needs to diagnose whether the gap is *why-now*, *why-us*, or *why-this*.
17
+ - A traction story is being built from screenshots instead of from a coherent leading-indicator arc that explains why the next stage is reachable.
18
+
19
+ Do NOT use to manage the investor-CRM pipeline (out of scope), run
20
+ the data-room (out of scope), or draft the internal vision anchor
21
+ the org rallies behind (route to Wing-4 `vision-articulation` — the
22
+ external pitch under capital constraint and the internal anchor
23
+ are siblings, not the same artefact).
24
+
25
+ ## Cognition cluster
26
+
27
+ - **Mental model 1 — First-principles thinking.** *Why-now* is
28
+ the load-bearing claim and the one most often borrowed. Build
29
+ it from the segment-shift up — what changed in the world, the
30
+ customer, the technology — not from a deck template. See
31
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 1.
32
+ - **Mental model 9 — Hypothesis-driven development.** A pitch is
33
+ a falsifiable hypothesis: *if X is true, our round closes.*
34
+ Name the X. Investors who disagree with the hypothesis are not
35
+ rejecting taste — they are rejecting the falsifiable claim. See
36
+ `mental-models.md` § 9.
37
+ - **Mental model 16 — Leading vs. lagging indicators.** Revenue
38
+ is lagging; activation, retention curve, and qualified-pipeline
39
+ velocity are leading. The traction story leads with the leading
40
+ signals; revenue is the receipt, not the argument. See
41
+ `mental-models.md` § 16.
42
+ - **Mental model 30 — Inversion.** Run the round-failure
43
+ premortem before the deck locks: *which investor heard what we
44
+ did not say.* Inversion surfaces the claim the deck assumes the
45
+ room already shares and probably does not. See
46
+ `mental-models.md` § 30.
47
+ - **Context-spine — product + customer-segment.** Read **product**
48
+ for the proofs the traction story can actually back; read
49
+ **customer-segment** for the TAM/SAM argument that survives a
50
+ bottom-up scrutiny. See
51
+ [`context-spine`](../../../docs/contracts/context-spine.md).
52
+
53
+ ## Procedure
54
+
55
+ ### Step 0: Inherit the positioning frame and vision anchor
56
+
57
+ Identify the locked positioning anchors from
58
+ [`positioning-strategy`](../positioning-strategy/SKILL.md) and the internal vision
59
+ anchor from `vision-articulation` if it exists. The fundraising
60
+ narrative is the *external pitch under capital constraint*; it
61
+ inherits the internal frame, it does not re-invent it. A pitch
62
+ that contradicts the internal anchor will fracture on the first
63
+ hire after the round closes.
64
+
65
+ ### Step 1: Analyze the inherited why-now
66
+
67
+ Read the current why-now claim. Three checks: *is this a market
68
+ shift, a customer shift, or a technology shift?* *Did the shift
69
+ happen in the last 24 months?* *Would the segment recognise the
70
+ shift without prompting?* A why-now that fails two of three is
71
+ template-borrowed. Name what the inherited deck is leaning on.
72
+
73
+ ### Step 2: Build why-now from first principles
74
+
75
+ Strip the inherited claim. Rebuild from the segment-shift up:
76
+
77
+ - **Market shift.** What changed in the buyer's environment that
78
+ was not true 24 months ago? (Regulation, budget cycle, channel
79
+ collapse, competitive exit.)
80
+ - **Customer shift.** What changed in how the ICP measures the
81
+ problem? (New KPI, new buying committee, new procurement gate.)
82
+ - **Technology shift.** What is feasible now that was not? (Cost
83
+ curve, model capability, infrastructure unlock.)
84
+
85
+ Pick the *one* shift the segment would name without prompting.
86
+ That is the why-now spine. The others are supporting context.
87
+
88
+ ### Step 3: Construct why-us under capital constraint
89
+
90
+ Why-us is *unfair advantage under the next 18 months of capital*,
91
+ not credentials. Three anchors:
92
+
93
+ - **Earned access.** The audience the team can already reach that
94
+ the next funded peer cannot.
95
+ - **Earned proof.** The reference customer or load-bearing
96
+ retention curve the team owns now.
97
+ - **Capital fit.** What the round buys that competitors cannot buy
98
+ in the same window. *"More engineers"* is not capital fit;
99
+ *"distribution lead-time the round protects"* is.
100
+
101
+ ### Step 4: Build the traction story from leading indicators
102
+
103
+ Order the traction story leading-first:
104
+
105
+ 1. **Activation curve.** Time-to-first-value trend across cohorts.
106
+ 2. **Retention curve.** Cohort retention at the load-bearing
107
+ milestone, ideally non-trivial — not week 1.
108
+ 3. **Pipeline velocity.** Qualified-pipeline movement, not raw
109
+ pipeline volume.
110
+ 4. **Revenue.** The receipt, last in the sequence — not first.
111
+
112
+ A traction story that opens on revenue assumes the room already
113
+ believes the leading signals; the deck must earn that belief.
114
+
115
+ ### Step 5: Validate against the round-failure premortem
116
+
117
+ Validate the narrative on three checks:
118
+
119
+ 1. **Premortem coverage.** Run *"the round did not close because…"*
120
+ with five failure modes. Verify the deck explicitly neutralises
121
+ the top three or accepts-with-mitigation; unnamed failure modes
122
+ are silent rejection routes.
123
+ 2. **Falsifiable hypothesis.** Confirm the pitch is the form
124
+ *"if X, then our round closes."* A pitch that cannot be
125
+ disagreed with is also a pitch that cannot be agreed with.
126
+ 3. **Internal-external consistency.** Diff the external pitch
127
+ against the internal vision anchor. Contradictions kill the
128
+ first post-round hire round; name them now.
129
+
130
+ ### Step 6: Hand back
131
+
132
+ Hand the artefacts to the founder for delivery, to
133
+ `messaging-architecture` for the post-round message-stack refresh
134
+ (why-now often shifts the primary message), and to
135
+ `vision-articulation` (Wing-4) for the internal-anchor diff if
136
+ contradictions surfaced.
137
+
138
+ ## Related Skills
139
+
140
+ **WHEN to use this**
141
+
142
+ - The unit of work is the why-now / why-us / why-this triad under capital constraint, not a single deck slide.
143
+ - A diagnosed pitch gap needs a structured rebuild, not slide-polish.
144
+ - The traction story is being built screenshot-first; reorder it leading-first.
145
+
146
+ **WHEN NOT to use this**
147
+
148
+ - Internal vision-anchor authoring for org alignment — route to Wing-4 `vision-articulation`.
149
+ - Message-stack work post-round — route to [`messaging-architecture`](../messaging-architecture/SKILL.md).
150
+ - Positioning the category and segment — route to [`positioning-strategy`](../positioning-strategy/SKILL.md) first.
151
+ - Investor-CRM pipeline or data-room operations — out of scope.
152
+
153
+ ## When the agent should load this
154
+
155
+ - "Tighten the why-now for the seed round."
156
+ - "Bau mir die Traction-Story für den Pitch."
157
+ - "Investors keep saying 'interesting but not now' — diagnose."
158
+ - "Run the round-failure premortem on the deck."
159
+ - "Why-us reads as a credentials list — rebuild under capital constraint."
160
+
161
+ ## Output
162
+
163
+ 1. **`why-now-spine.md`** — the one market / customer / technology shift the segment names without prompting, with the 24-month evidence trail.
164
+ 2. **`why-us-anchors.md`** — earned-access · earned-proof · capital-fit, each with a load-bearing artefact citation.
165
+ 3. **`traction-arc.md`** — activation → retention → pipeline-velocity → revenue, leading-first ordering with the leading-indicator threshold per step.
166
+ 4. **`round-failure-premortem.md`** — five failure modes with neutraliser-or-accept verdict, internal-external consistency diff appended.
167
+
168
+ ## Gotcha
169
+
170
+ - Why-now is the most-borrowed claim in pitches because it is the hardest to earn from first principles — the room can tell.
171
+ - Capital-fit collapses to *"hire more"* when the team has not thought through what the round protects from competitors; protect-language is the discipline.
172
+ - Internal-external contradictions read as charm in the room and as betrayal at the post-round all-hands.
173
+
174
+ ## Do NOT
175
+
176
+ - Do NOT carry the internal vision anchor verbatim into the pitch — internal anchor is rally; external pitch is hypothesis under capital constraint.
177
+ - Do NOT lead the traction story with revenue when the leading signals are the actual argument.
178
+ - Do NOT make the why-now a template-shaped *"AI changes everything"* — the segment will know.
179
+ - Do NOT manage CRM or data-room operations from this skill; out of scope.
180
+
181
+ ## Runnable example
182
+
183
+ Mid-market HR analytics tool raising Series A, positioning locked (retention beats acquisition):
184
+
185
+ - Why-now spine — *customer shift*: HR directors now own a board-quarter retention KPI (was true on 30 % of ICP boards 24 months ago, now 70 %; verified via 14 ICP board-decks reviewed).
186
+ - Why-us anchors — *earned access*: 200-strong HR-director community already engaged. *Earned proof*: cohort-retention curve at week-12 holding at 78 % across 9 design-partner cohorts. *Capital-fit*: round protects 18 months of distribution lead-time before two funded peers reach the same segment.
187
+ - Traction arc — activation (time-to-first-cohort-roll-up: 14 → 6 days across last 4 cohorts) → retention (78 % week-12 cohort) → pipeline-velocity (qualified-pipeline movement at 2.4× quarter-on-quarter) → revenue (the receipt).
188
+ - Round-failure premortem — top three failure modes neutralised in deck; one accepted-with-mitigation (we are pre-revenue at enterprise tier — mitigated by 3 named pilot LOIs).
189
+ - Hand-off → founder for delivery; `messaging-architecture` queued for post-round refresh.
@@ -5,6 +5,7 @@ status: active
5
5
  tier: senior
6
6
  source: package
7
7
  domain: product
8
+ context_spine: [product, customer-segment, funnel-stage]
8
9
  ---
9
10
 
10
11
  # funnel-analysis
@@ -17,6 +18,29 @@ domain: product
17
18
 
18
19
  Do NOT use for ranking features, valuation, or OKR decomposition (see Related Skills). Funnel analysis is a **diagnostic**, not a roadmap.
19
20
 
21
+ ## Cognition cluster
22
+
23
+ - **Mental model 16 — Leading vs. lagging indicators.** Paid is
24
+ lagging; activation is leading; signup is upstream of both. A
25
+ funnel decision built on the lagging stage can only confirm the
26
+ miss; the leading stage names the binding fix. See
27
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 16.
28
+ - **Mental model 13 — Occam's razor.** When a stage drops, the
29
+ simpler explanation usually wins: *"acquisition mix shifted"*
30
+ beats *"users no longer understand the product."* Pick the simpler
31
+ cause; it changes the move. See `mental-models.md` § 13.
32
+ - **Mental model 3 — Pareto (80/20).** Drops are almost never
33
+ uniform across segments; ~20 % of the segment × stage cells carry
34
+ ~80 % of the loss. Segment before treating the average as
35
+ actionable. See `mental-models.md` § 3.
36
+ - **Context-spine — product + customer-segment + funnel-stage.**
37
+ Read the **product** slot for what activation can actually mean
38
+ in-product (the activation event must be shippable), the
39
+ **customer-segment** slot for which segments' switch-events the
40
+ funnel is built for, and the **funnel-stage** slot for the
41
+ position of each stage relative to the buying journey. See
42
+ [`context-spine`](../../../docs/contracts/context-spine.md).
43
+
20
44
  ## Procedure
21
45
 
22
46
  ### Step 0: Inspect
@@ -40,7 +64,7 @@ Do NOT use for ranking features, valuation, or OKR decomposition (see Related Sk
40
64
 
41
65
  1. The right benchmark is **your own funnel one quarter ago**, not industry averages. Industry averages mix verticals so coarsely they're useless for action.
42
66
  2. For each stage: is current rate within ±2 percentage points of trailing-quarter median? If not, that stage is the primary suspect.
43
- 3. If multiple stages drift simultaneously, the cause is upstream (acquisition mix change, broken instrumentation), not the stage itself.
67
+ 3. If multiple stages move off-band simultaneously, the cause is upstream (acquisition mix change, broken instrumentation), not the stage itself.
44
68
 
45
69
  ### Step 4: Segment the broken stage
46
70
 
@@ -98,4 +122,4 @@ Do NOT use for ranking features, valuation, or OKR decomposition (see Related Sk
98
122
 
99
123
  1. **`funnel-table.md`** — 5-stage funnel with cohort rates, 95% CI, and 12-week trend (sparkline or compact ASCII). One row per cohort week or month.
100
124
  2. **`segment-breakdown.md`** — table of the broken stage segmented by channel · device · plan · geo. Rates with CIs. Suspect segments highlighted.
101
- 3. **`hypothesis-list.md`** — top 3 for the broken segment-stage with cheapest-falsification experiment per cause and an explicit prediction for the next measurement.
125
+ 3. **`hypothesis-list.md`** — top 3 causes for the broken segment-stage with cheapest-falsification experiment per cause and an explicit prediction for the next measurement.