@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,170 @@
1
+ ---
2
+ name: content-funnel-design
3
+ description: "Use when mapping funnel-stage to content shape — conversion-pathway, content-as-system, leverage-point selection. Triggers on 'design our content funnel', 'why does mid-funnel leak'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment, channel-stage, funnel-stage]
9
+ ---
10
+
11
+ # content-funnel-design
12
+
13
+ ## When to use
14
+
15
+ - A team has content but no funnel — each asset is shaped to its author's preference, not to the funnel stage the audience is in.
16
+ - The cadence (`editorial-calendar`) is locked but one funnel stage is leaking and there is no content shape that would catch it.
17
+ - A new ICP requires re-mapping content shapes per stage because the previous mapping was inherited from a previous segment.
18
+
19
+ Do NOT use to plan publishing cadence (route to `editorial-calendar`),
20
+ diagnose quantitative drop-off (route to `funnel-analysis`), or
21
+ draft the asset itself (downstream of this skill).
22
+
23
+ ## Cognition cluster
24
+
25
+ - **Mental model 14 — Meadows leverage points.** Some funnel stages
26
+ are *parameters* (small change, small ripple) and some are
27
+ *structure* (small change, system-wide ripple). The content
28
+ funnel design is the discipline of placing the heaviest content
29
+ investment at the structural leverage point, not the parameter
30
+ one. See
31
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 14.
32
+ - **Mental model 6 — Theory of constraints.** The slow funnel stage
33
+ caps the whole pipeline. Adding content elsewhere does not loosen
34
+ the constraint. See `mental-models.md` § 6.
35
+ - **Mental model 16 — Leading vs. lagging indicators.** Time-to-
36
+ proof (asset → activation question) is leading; pipeline lift is
37
+ lagging. The funnel design is gated on leading signals, not on
38
+ the lagging ones the board sees a quarter later. See
39
+ `mental-models.md` § 16.
40
+ - **Context-spine — funnel-stage + channel-stage + customer-segment
41
+ + product.** Read **funnel-stage** for which stage owns each
42
+ content shape, **channel-stage** for where the audience meets
43
+ the asset, **customer-segment** for whose questions the asset
44
+ answers, and **product** for the proofs the asset can actually
45
+ back. See
46
+ [`context-spine`](../../../docs/contracts/context-spine.md).
47
+
48
+ ## Procedure
49
+
50
+ ### Step 0: Inherit the funnel diagnosis
51
+
52
+ Identify the leaking stage from
53
+ [`funnel-analysis`](../funnel-analysis/SKILL.md) and the cadence
54
+ classification from [`editorial-calendar`](../editorial-calendar/SKILL.md).
55
+ The content funnel design is a *response* to a diagnosed leak —
56
+ without the diagnosis, content investment is uniform and the
57
+ constraint stays where it is.
58
+
59
+ ### Step 1: Analyze the inherited shapes
60
+
61
+ Review existing assets stage-by-stage. For each, identify *shape*
62
+ (awareness explainer, comparison, deep-dive, demo, case study,
63
+ calculator, onboarding walkthrough) and *whose question* it
64
+ answers. The output is a stage × shape grid with current investment
65
+ weight. Most teams discover their grid is bottom-heavy or
66
+ middle-empty.
67
+
68
+ ### Step 2: Place the leverage-point bet
69
+
70
+ The leverage point is the **structural** stage, not the leaking
71
+ one. (The leaking stage is the *symptom*; the leverage point is
72
+ where the design choice ripples.) Often: mid-funnel proof is the
73
+ leverage point when the leak is decision-stage, because mid-funnel
74
+ proof loads the decision-stage call with conviction. Name the
75
+ leverage point explicitly; document why it is structural, not
76
+ parameter.
77
+
78
+ ### Step 3: Map shape per funnel stage
79
+
80
+ For each funnel stage in the spine slot, lock the load-bearing
81
+ content shape:
82
+
83
+ - *Top — awareness:* one explainer per segment-question that earned
84
+ pull last quarter (Pareto cut from `editorial-calendar`).
85
+ - *Mid — consideration:* one comparison or deep-dive per
86
+ load-bearing proof from the message stack.
87
+ - *Bottom — decision:* one calculator, demo, or reference quote per
88
+ audience-matrix cell that signals economic-buyer fear.
89
+ - *Activation:* one onboarding walkthrough keyed to the first
90
+ switch-event the customer faces.
91
+
92
+ ### Step 4: Design the conversion pathway
93
+
94
+ A pathway is **two assets in sequence** that an audience plausibly
95
+ walks. For each pathway, name the *first-asset → second-asset*
96
+ edge and the question the second answers that the first surfaced.
97
+ Pathways without a credible edge are wishful inventory, not a
98
+ funnel.
99
+
100
+ ### Step 5: Validate against constraint and leverage
101
+
102
+ Validate the design on three checks:
103
+
104
+ 1. **Constraint coverage.** Verify the leaking stage from
105
+ `funnel-analysis` has a shape designed for it — not just *more*
106
+ content, but the shape the audience asks for at that stage.
107
+ 2. **Leverage-point investment.** Verify the heaviest authoring
108
+ investment lands at the leverage point, not at the leak.
109
+ 3. **Pathway plausibility.** Walk three of the designed pathways
110
+ end-to-end with the audience-matrix lens. Verify each second
111
+ asset earns the click; if it requires a buyer leap, the pathway
112
+ is fiction.
113
+
114
+ ### Step 6: Hand back
115
+
116
+ Hand the artefacts to [`editorial-calendar`](../editorial-calendar/SKILL.md)
117
+ for cadence assignment, to [`funnel-analysis`](../funnel-analysis/SKILL.md)
118
+ for a re-diagnosis four weeks after launch, and to
119
+ [`activation-design`](../activation-design/SKILL.md) for the
120
+ activation-stage handoff.
121
+
122
+ ## Related Skills
123
+
124
+ **WHEN to use this**
125
+
126
+ - The unit of work is the funnel-stage × content-shape grid, not a single asset.
127
+ - A diagnosed funnel leak needs a content shape, not more authoring volume.
128
+ - The team is investing uniformly across stages instead of at the leverage point.
129
+
130
+ **WHEN NOT to use this**
131
+
132
+ - Planning publishing cadence and content-debt management — route to [`editorial-calendar`](../editorial-calendar/SKILL.md).
133
+ - Quantitative funnel-stage diagnostics and leak detection — route to [`funnel-analysis`](../funnel-analysis/SKILL.md).
134
+ - Activation-event selection inside the product — route to [`activation-design`](../activation-design/SKILL.md).
135
+ - Drafting the asset copy itself — out of scope; downstream of this skill.
136
+
137
+ ## When the agent should load this
138
+
139
+ - "Mid-funnel leaks — design the content funnel to fix it."
140
+ - "Map our content shapes to the funnel stages for the new ICP."
141
+ - "Was ist unser Leverage-Point in der Content-Funnel?"
142
+ - "Build conversion pathways from top-of-funnel to decision."
143
+ - "Why is content investment uniform across stages?"
144
+
145
+ ## Output
146
+
147
+ 1. **`stage-shape-grid.md`** — stage × shape matrix, current investment vs. designed investment, leverage-point cell marked.
148
+ 2. **`conversion-pathways.md`** — one row per pathway: first-asset → second-asset edge, question the second asset earns, audience-matrix cell it serves.
149
+ 3. **`leverage-point-rationale.md`** — named leverage stage, *why structural, not parameter* argument, and the leading-indicator threshold the design will be re-checked against.
150
+
151
+ ## Gotcha
152
+
153
+ - The leaking stage is rarely the leverage stage; treating them as identical concentrates content where it does not move the constraint.
154
+ - "More mid-funnel content" is not a design — it is volume. The shape and the question both have to land.
155
+ - Pathways are usually fictional on the first draft because the second asset assumes a buyer leap. Walk them.
156
+
157
+ ## Do NOT
158
+
159
+ - Do NOT prescribe channel-specific tactics (subject lines, ad placements, video specs) — channel ownership is downstream and out of scope.
160
+ - Do NOT design uniformly across stages; uniform design encodes uniform leverage, which is leverage-blindness.
161
+ - Do NOT skip Step 0 — content funnel without a funnel diagnosis is content-as-impulse with extra steps.
162
+
163
+ ## Runnable example
164
+
165
+ Mid-market HR analytics, funnel-analysis diagnosed mid-funnel leak (decision-stage conversion is fine, but mid-funnel disqualifies before reaching it):
166
+
167
+ - Stage-shape grid — top: 2 awareness explainers (current); mid: 0 comparison deep-dives (gap); bottom: 3 ROI calculators (over-invested).
168
+ - Leverage point — *mid-funnel proof*, because the decision-stage call is starved of conviction; structural ripple.
169
+ - Pathway — *"How HR directors lose 7 hours per board-quarter"* (top) → *"Cohort-retention deep-dive vs. spreadsheet rebuild"* (mid) → *ROI calculator* (decision).
170
+ - Hand-off → `editorial-calendar` re-allocates campaign weight to mid-funnel; `funnel-analysis` re-diagnoses at week 4.
@@ -0,0 +1,147 @@
1
+ ---
2
+ name: contracts-cognition
3
+ description: "Use when reading a contract for risk and constraint — clause shape, redline priority, what the contract actually binds. Triggers on 'review this contract', 'what does this MSA constrain'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: process
8
+ context_spine: [regulatory-regime, customer-segment, org-stage]
9
+ ---
10
+
11
+ # contracts-cognition
12
+
13
+ ## When to use
14
+
15
+ - A draft MSA / DPA / SOW / vendor contract / partner agreement lands and a non-lawyer needs to read it for *what it actually constrains*, *which clauses carry real risk*, and *what to redline first*.
16
+ - An existing contract is being renegotiated; the question is *which clauses are now misshapen* given current scale, regulatory regime, or customer mix.
17
+ - A new customer contract triggers obligations (SLA, indemnity, audit, data-handling) that need to be sized against operational capacity before signing.
18
+
19
+ Do NOT use as a substitute for actual legal counsel (this skill produces the *non-lawyer cognition* that prepares the conversation with counsel, not the legal opinion), for privacy-specific review (route to `privacy-review` (P6); this skill composes P6 for data clauses), or for contract management software / e-signature operations.
20
+
21
+ ## Cognition cluster
22
+
23
+ - **Mental model 28 — Inversion.** *"What would force us to invoke this clause? What would force the counterparty to invoke it?"* Inversion surfaces which clauses are dormant boilerplate vs which are loaded triggers. See [`mental-models.md`](../../../docs/contracts/mental-models.md) § 28.
24
+ - **Mental model 21 — Second-order thinking.** Each clause has a second-order shape: indemnity caps interact with insurance coverage; SLAs interact with operating-cost; auto-renewal interacts with switching cost. Reading clauses in isolation misses the load-bearing combinations. See `mental-models.md` § 21.
25
+ - **Mental model 26 — Optionality.** Each clause either preserves or forecloses future choices (terminate-for-convenience preserves; auto-renewal forecloses; exclusivity forecloses; MFN forecloses). The cost of a clause is the optionality it removes. See `mental-models.md` § 26.
26
+ - **Context-spine — regulatory-regime + customer-segment + org-stage.** Read **regulatory-regime** (J1) for floor-bound clauses (GDPR DPA terms, HIPAA BAA, SOC 2 audit). Read **customer-segment** for risk sizing (enterprise SLA terms ≠ SMB SLA terms). Read **org-stage** for what's affordable (early-stage = avoid uncapped indemnities; growth = can absorb tighter SLAs).
27
+
28
+ ## Procedure
29
+
30
+ ### Step 0: Frame the contract by intent
31
+
32
+ Two questions before reading clauses:
33
+
34
+ 1. *What outcome are we trying to enable?* (sell to enterprise, integrate vendor, partner co-sell, license IP).
35
+ 2. *What outcomes are we trying to prevent?* (unbounded liability, lock-in, IP leakage, audit ambush, payment risk).
36
+
37
+ Without intent, every clause looks equally important. With intent, 80 % of clauses are background and 20 % are load-bearing.
38
+
39
+ ### Step 1: Identify the load-bearing clause families
40
+
41
+ Five families carry most real risk for non-lawyers:
42
+
43
+ 1. **Liability & indemnity** — caps, carve-outs, IP indemnity, mutual vs one-way. Uncapped indemnity is the canonical trap.
44
+ 2. **Term, renewal, termination** — auto-renewal, notice windows, termination-for-convenience vs for-cause, data-return obligations.
45
+ 3. **Data & privacy** — DPA, sub-processors, data location, breach notification, retention, deletion. Compose `privacy-review` (P6) for the deep read.
46
+ 4. **IP & confidentiality** — work-product ownership, license grants, confidentiality term, residual-knowledge clauses.
47
+ 5. **Commercial mechanics** — payment terms, MFN, exclusivity, change-of-control, audit rights.
48
+
49
+ Other clauses (governing law, force majeure, severability, notices) are usually boilerplate; flag deviations but don't lead with them.
50
+
51
+ ### Step 2: Inspect each load-bearing family
52
+
53
+ For each family, read three things:
54
+
55
+ 1. **The clause as written** — what does it literally say.
56
+ 2. **The clause invoked** — *"under what scenario does this clause fire?"*
57
+ 3. **The clause's tail risk** — *"what's the worst-case if it fires?"*
58
+
59
+ A clause whose tail risk is bounded and small = accept. Bounded and large = redline to reduce. Unbounded = redline to cap or refuse.
60
+
61
+ ### Step 3: Run the inversion check
62
+
63
+ For each load-bearing clause, ask:
64
+
65
+ 1. *"Would we sign this if the counterparty had 10× our leverage?"* Reveals which clauses we tolerate because of relationship, not because they're fair.
66
+ 2. *"What would we want if we were the counterparty?"* Reveals which clauses are mutual vs one-way unfairly.
67
+ 3. *"What scenario makes this clause matter in 18 months?"* If no scenario, the clause is dormant; if a plausible scenario exists, prioritize the redline.
68
+
69
+ ### Step 4: Build the redline priority list
70
+
71
+ Rank redlines by:
72
+
73
+ 1. **Tail-risk size** — uncapped > capped-large > capped-small.
74
+ 2. **Probability of invocation** — high-likelihood clauses (auto-renewal, payment terms) outrank low-likelihood (force majeure).
75
+ 3. **Asymmetry** — one-way clauses where the counterparty bears no symmetric risk.
76
+ 4. **Optionality cost** — clauses that foreclose future moves (exclusivity, MFN, change-of-control restrictions).
77
+
78
+ Top 3–5 redlines = the negotiation; everything else is acceptable or backlog.
79
+
80
+ ### Step 5: Validate the read before emitting
81
+
82
+ Before producing the artifact, verify three things:
83
+
84
+ 1. **Family coverage** — confirm each of the five load-bearing families was inspected (Step 2); silent skips mean the contract was not read, only skimmed.
85
+ 2. **Tail-risk sizing** — assert every top-5 redline has a named worst-case scenario and a named cap / carve-out / refusal-shape ask; un-sized redlines fail.
86
+ 3. **Counsel handoff** — check that the contract-cognition note explicitly flags which clauses need legal counsel review vs which are commercial / operational decisions; this skill does not replace counsel.
87
+
88
+ All three must pass. If any fails, return to the failing step.
89
+
90
+ ### Step 6: Emit the contract-cognition note
91
+
92
+ Produce the contract-cognition artifact for the negotiation lead (founder, sales lead, ops lead) and for counsel. The artifact is the non-lawyer cognition that prepares the conversation with counsel, not the legal opinion.
93
+
94
+ ## Related Skills
95
+
96
+ **WHEN to use this**
97
+
98
+ - Reading a draft MSA / DPA / SOW / vendor / partner contract for risk and constraint.
99
+ - Renegotiating an existing contract at a new scale or under a new regulatory regime.
100
+ - Sizing customer-contract obligations against operational capacity.
101
+
102
+ **WHEN NOT to use this**
103
+
104
+ - Privacy-specific deep read — route to [`privacy-review`](../privacy-review/SKILL.md) (P6); this skill composes P6 for data clauses.
105
+ - Data-classification / retention judgment — route to [`data-handling-judgment`](../data-handling-judgment/SKILL.md) (P7).
106
+ - Build-vs-buy / partner-vs-vendor decision shape — route to [`build-buy-partner`](../build-buy-partner/SKILL.md) (P1); P1 outputs the *whether*, this skill outputs the *what to redline*.
107
+ - Actual legal opinion — route to qualified counsel; this skill prepares the cognition for the counsel conversation, not replaces it.
108
+
109
+ ## When the agent should load this
110
+
111
+ - "Review this MSA."
112
+ - "What does this DPA actually bind us to?"
113
+ - "Which clauses do we redline first?"
114
+ - "Is this contract safe to sign?"
115
+ - "Lies mir den Vertrag durch."
116
+
117
+ ## Output
118
+
119
+ 1. **`contract-frame.md`** — intent (what to enable / prevent), counterparty leverage read, regulatory-regime context.
120
+ 2. **`load-bearing-clauses.md`** — five families × clause-as-written + invocation scenario + tail risk per clause.
121
+ 3. **`redline-priority.md`** — top 3–5 redlines ranked by tail-risk × probability × asymmetry × optionality cost; named asks per redline.
122
+ 4. **`counsel-handoff.md`** — explicit list of clauses that need legal counsel review vs commercial / operational decisions.
123
+
124
+ ## Gotcha
125
+
126
+ - Uncapped indemnity is the silent killer. If the cap is missing or excludes major risk categories (IP, data breach), it's the first redline.
127
+ - Auto-renewal with short notice windows compounds across years — calendar the notice window the day the contract is signed.
128
+ - "Industry-standard" is a marketing word, not a legal one. Push for the specific cap / term / carve-out.
129
+ - Mutual NDAs that look symmetric often aren't — confidentiality term, residual-knowledge, and remedy clauses skew one-way silently.
130
+
131
+ ## Do NOT
132
+
133
+ - Do NOT issue legal opinions; this skill prepares cognition for counsel, not replaces counsel.
134
+ - Do NOT collapse all clauses into one list; the five families carry the real risk, treat them differently.
135
+ - Do NOT skip the inversion check — clauses that look fine in our shoes often look terrible in the counterparty's.
136
+
137
+ ## Runnable example
138
+
139
+ Growth-stage SaaS, customer is Fortune-500 enterprise, MSA draft from customer's legal.
140
+
141
+ - Step 0 — Intent: enable enterprise deal, prevent uncapped liability + audit ambush + data-handling overreach.
142
+ - Step 1 — Identify families: liability (mutual indemnity, uncapped on IP); term (3-year auto-renew, 90-day notice); data (DPA references but no DPA attached); IP (work-product ownership unclear for integration scripts); commercial (MFN clause buried in pricing schedule).
143
+ - Step 2 — Inspect: uncapped IP indemnity → tail risk = bet-the-company (uncapped patent claim). Auto-renewal 3-year → tail risk = $1.2M locked in if missed notice. MFN → tail risk = forecloses bundle pricing across portfolio.
144
+ - Step 3 — Inversion: would we sign this with 10× leverage? No. Symmetric? Indemnity is one-way; MFN is one-way.
145
+ - Step 4 — Redline priority: (1) cap IP indemnity at 2× annual contract value with reasonable carve-outs; (2) reduce auto-renewal to 1 year, expand notice to 180 days; (3) strike MFN or limit to identical-SKU; (4) attach DPA before signing; (5) clarify integration-script IP ownership.
146
+ - Step 5 — Validate: five families inspected; top-5 redlines sized with cap / refusal asks; counsel-handoff names IP indemnity + MFN as counsel-led, auto-renewal as commercial-led. Pass.
147
+ - Step 6 — Emit contract-cognition note for negotiation lead; route IP indemnity + MFN to counsel; sales lead negotiates auto-renewal and DPA attachment.
@@ -0,0 +1,155 @@
1
+ ---
2
+ name: data-handling-judgment
3
+ description: "Use when classifying data, setting retention, judging cross-border transfer, or shaping DSR workflow. Triggers on 'how long do we keep this', 'can this data go to the US'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: process
8
+ context_spine: [regulatory-regime, customer-segment, product]
9
+ ---
10
+
11
+ # data-handling-judgment
12
+
13
+ ## When to use
14
+
15
+ - A data category needs classification (PII / PHI / financial / public / pseudonymous / aggregate) and downstream retention, access, and transfer rules depend on the classification.
16
+ - A retention default is being set (or audited) and the question is *how long is defensible*, *how long is useful*, *how long is dangerous*.
17
+ - A cross-border transfer is proposed (analytics in US, support in Philippines, backup in EU) and the transfer-mechanism + sub-processor obligations need a read.
18
+ - A data-subject-rights (DSR) workflow is being designed: access, deletion, portability, correction, objection, automated-decision-objection.
19
+
20
+ Do NOT use as a regulatory-regime delta read (route to `privacy-review` (P6); this skill composes P6 for the regime floor), for contract-clause depth (route to `contracts-cognition` (P5)), or for data-loss-prevention tool administration / classifier-engine configuration.
21
+
22
+ ## Cognition cluster
23
+
24
+ - **Mental model 28 — Inversion.** *"If this data category leaked in this form, who would we have to notify and what would the headline read?"* The headline inversion forces honest classification ahead of operational convenience. See [`mental-models.md`](../../../docs/contracts/mental-models.md) § 28.
25
+ - **Mental model 1 — First principles.** Strip every retention claim to: *what purpose does keeping this another day serve, and whose risk does it grow?* Most retention defaults are inherited from the previous system, not chosen. See `mental-models.md` § 1.
26
+ - **Mental model 26 — Optionality.** Aggressive retention preserves *analytical optionality* but forecloses *deletion optionality* and grows *breach optionality* for the attacker. Each retention choice is a trade. See `mental-models.md` § 26.
27
+ - **Context-spine — regulatory-regime + customer-segment + product.** Read **regulatory-regime** (J1) for floor (GDPR storage-limitation principle; HIPAA retention minimums for medical records; financial-regulator retention mandates). Read **customer-segment** for whose data sets the floor. Read **product** for which features actually need the data.
28
+
29
+ ## Cross-wing handoff
30
+
31
+ - Composes / cites J1 `regulatory-regime` for the floor read; this skill operationalises the regime obligations into classification / retention / transfer / DSR shape.
32
+ - Composed by P6 `privacy-review` — privacy-review flags *that* a classification / retention / transfer issue exists, this skill produces the *operational answer*.
33
+ - Hands off to Wing-2 ops skills for implementation (retention-job scheduling, DSR-runbook authoring) — this skill produces the policy shape, ops implements.
34
+
35
+ ## Procedure
36
+
37
+ ### Step 0: Bind the regime floor and the segment
38
+
39
+ Read J1 `regulatory-regime` for the customer-segment in scope. Note which regime mandates a *minimum* retention (HIPAA medical records: typically 6+ years state-dependent; financial: SOX, regulatory varies) vs which mandates a *maximum* (GDPR storage-limitation; CCPA "necessary purpose"). Both floors and ceilings can apply simultaneously and create a window.
40
+
41
+ ### Step 1: Classify the data category
42
+
43
+ For each data category in scope, assign a classification tier and rationale:
44
+
45
+ 1. **Public** — already public or designed for publication; no confidentiality obligation.
46
+ 2. **Internal** — company-confidential, not subject-specific; protected by trade-secret / commercial logic.
47
+ 3. **Pseudonymous** — keyed to subject but not directly identifying; classification depends on re-identifiability (the GDPR test).
48
+ 4. **PII** — directly identifying; subject to regime baseline.
49
+ 5. **Sensitive-PII** — special-category (GDPR Art. 9), CCPA "sensitive personal information", financial-account, gov-ID.
50
+ 6. **PHI / regulated** — HIPAA PHI, payment-card data (PCI), or sector-specific (children = COPPA, biometrics = state laws).
51
+
52
+ Rationale per category cites *what makes it that tier*, not just the label. Mis-classification downward is the canonical risk.
53
+
54
+ ### Step 2: Set retention with explicit purpose binding
55
+
56
+ For each data category × processing purpose, name:
57
+
58
+ 1. **Purpose** — why we keep it (operational, analytical, legal-hold, contractual, regulatory-mandate).
59
+ 2. **Retention** — how long for that purpose; named in calendar units, not "as needed".
60
+ 3. **End-state** — at expiry: hard-delete, anonymise, aggregate-only, archive-with-access-restriction.
61
+ 4. **Authority** — what makes the chosen retention defensible (regime mandate, contract obligation, documented operational need).
62
+
63
+ Default "indefinite" retention is the failure mode. Every category needs an explicit end-state.
64
+
65
+ ### Step 3: Cross-border-transfer judgment
66
+
67
+ For each transfer hop where data crosses a regime boundary:
68
+
69
+ 1. **Source regime** vs **destination regime** — which subjects, which categories.
70
+ 2. **Mechanism** — adequacy decision, SCC (with which version), BCR, derogation. Schrems-II-level transfer-impact assessment for transfers to non-adequate jurisdictions.
71
+ 3. **Government-access risk** — destination jurisdiction's surveillance regime and the supplementary-measures shape (encryption with key-control, pseudonymisation before transfer, contractual challenge).
72
+ 4. **Sub-processor chain** — every onward transfer is itself a transfer; map two hops deep, not one.
73
+
74
+ A transfer without a named mechanism + supplementary measures (where required) = an unauthorised transfer.
75
+
76
+ ### Step 4: Data-subject-rights workflow shape
77
+
78
+ For each regime × right (access, deletion, portability, correction, objection, automated-decision-objection), name:
79
+
80
+ 1. **Window** — regime-mandated response time (GDPR: 1 month; CCPA: 45 days; HIPAA: 30 days for access).
81
+ 2. **Owner** — named human / role responsible (not "the team").
82
+ 3. **Mechanism** — how the subject submits, how identity is verified, how the response is delivered, how denials are reasoned.
83
+ 4. **Edge cases** — joint-controller scenarios, third-party data within a subject's record, deletion-vs-legal-hold conflicts.
84
+
85
+ DSR workflows that exist only as a generic support-inbox process fail under every regime. Force named owners and windows.
86
+
87
+ ### Step 5: Validate the data-handling read before emitting
88
+
89
+ Before producing the artifact, verify three things:
90
+
91
+ 1. **Classification coverage** — confirm every in-scope data category has a tier + cited rationale; un-rationalised tiers are guesses and must be re-run.
92
+ 2. **Retention binding** — assert every category × purpose has a calendar-unit retention + named end-state + cited authority; "as needed" entries fail.
93
+ 3. **Transfer + DSR completeness** — check every cross-border hop has a mechanism + supplementary-measures read; every applicable regime × right has a named owner + window. Gaps are surfaced, not smoothed.
94
+
95
+ All three must pass. If any fails, return to the failing step.
96
+
97
+ ### Step 6: Emit the data-handling-judgment artifact
98
+
99
+ Produce the data-handling-judgment note for the feature owner, ops lead, and counsel. The artifact operationalises the regime floor into policy that ops can implement and counsel can sign off.
100
+
101
+ ## Related Skills
102
+
103
+ **WHEN to use this**
104
+
105
+ - Classifying a new data category and setting downstream rules.
106
+ - Setting / auditing retention defaults against regime and purpose.
107
+ - Judging a cross-border-transfer mechanism + supplementary measures.
108
+ - Designing a DSR workflow with named owners and windows.
109
+
110
+ **WHEN NOT to use this**
111
+
112
+ - Regime-floor regulatory delta read — route to [`privacy-review`](../privacy-review/SKILL.md) (P6); this skill composes P6.
113
+ - Contract-clause redline depth — route to [`contracts-cognition`](../contracts-cognition/SKILL.md) (P5).
114
+ - Regime-floor surface — route to `regulatory-regime` (J1); this skill operationalises J1, doesn't replace it.
115
+ - DLP / classifier-engine tooling — out of scope.
116
+
117
+ ## When the agent should load this
118
+
119
+ - "How do we classify this field?"
120
+ - "How long do we keep this?"
121
+ - "Can we send this to the US / India / wherever?"
122
+ - "Design our DSR workflow."
123
+ - "Wie lange dürfen wir Logs aufbewahren?"
124
+
125
+ ## Output
126
+
127
+ 1. **`classification-map.md`** — every in-scope data category × tier + cited rationale.
128
+ 2. **`retention-policy.md`** — category × purpose × retention × end-state × authority.
129
+ 3. **`transfer-register.md`** — cross-border hops × mechanism × supplementary measures × sub-processor chain (two-deep).
130
+ 4. **`dsr-workflow.md`** — regime × right × window × owner × mechanism × edge cases.
131
+
132
+ ## Gotcha
133
+
134
+ - Pseudonymous ≠ anonymous. If re-identification is possible with reasonable means, it's still personal data under GDPR.
135
+ - Retention defaults inherited from the previous system are usually wrong; treat every category as a fresh decision.
136
+ - "Encryption in transit" is not a Schrems-II supplementary measure on its own; the question is who can access the keys in the destination jurisdiction.
137
+ - Joint-controllership is silently common (analytics, embedded widgets); name the controller relationship explicitly per hop.
138
+
139
+ ## Do NOT
140
+
141
+ - Do NOT issue privacy legal opinions; this skill produces operational policy, counsel signs it off.
142
+ - Do NOT classify by least-conservative tier to avoid operational burden; mis-classification downward is the canonical regulator finding.
143
+ - Do NOT set retention without a named end-state; "as needed" is not a retention.
144
+
145
+ ## Runnable example
146
+
147
+ Series-B SaaS with EU + US customer mix, adding a customer-success analytics integration.
148
+
149
+ - Step 0 — Regime floor: GDPR (EU subjects), CCPA (CA subset), no PHI. GDPR storage-limitation is the ceiling; no minimum-retention mandate applies.
150
+ - Step 1 — Classify: account-id = pseudonymous (low re-id); email = PII; usage-event = PII (linked to email); free-text-feedback = PII + potentially sensitive (subjects may include health / political content). Aggregate cohort metrics = anonymous if k-anonymity ≥ 50.
151
+ - Step 2 — Retention: usage-event for product-analytics = 18 months, hard-delete on expiry; usage-event for billing-dispute = 7 years (contractual + tax authority); free-text-feedback = 12 months, hard-delete; email-for-marketing = until consent withdrawn or 24 months inactive.
152
+ - Step 3 — Transfer: analytics vendor in US (no adequacy), SCC 2021 module 2 + supplementary measures (pseudonymisation of free-text-feedback before transfer, key-control retained in EU). Sub-processor chain: vendor uses logging service in US-only; ok within SCC.
153
+ - Step 4 — DSR: access (1 month, CS lead, in-app + verified-email submission); deletion (1 month, CS lead, soft-delete-then-hard-delete-30d unless legal-hold); portability (1 month, ops engineer, JSON export); objection-to-marketing (immediate, automated).
154
+ - Step 5 — Validate: every category tier rationalised; every retention category × purpose has end-state + authority; transfer hops have SCC + supplementary measures; DSR rights have owners + windows. Pass.
155
+ - Step 6 — Emit data-handling-judgment artifact; ops implements retention jobs and DSR runbook; counsel signs off on transfer-impact assessment.
@@ -0,0 +1,165 @@
1
+ ---
2
+ name: deal-qualification-meddic
3
+ description: "Use when qualifying or disqualifying a single deal — MEDDIC slots with evidence, inversion test, disqualification heuristic. Triggers on 'is this deal real', 'should we walk away'."
4
+ status: active
5
+ tier: senior
6
+ source: package
7
+ domain: product
8
+ context_spine: [product, customer-segment]
9
+ ---
10
+
11
+ # deal-qualification-meddic
12
+
13
+ ## When to use
14
+
15
+ - A single deal needs a qualification call construction or a re-qualification mid-cycle — the deal is in pipeline but the team cannot answer *"who signs, on what criterion, against what pain, by when"* in writing.
16
+ - Disqualification is overdue — a deal has slipped two stages or two quarters and the team is reluctant to walk, so resources are bleeding into a cell that should not be in pipeline.
17
+ - A rep keeps reporting *"strong champion"* but the deal stalls — qualification needs to separate champion confidence from economic-buyer reality.
18
+
19
+ Do NOT use to design pipeline stages (route to
20
+ `pipeline-strategy`), construct the forecast call (route to
21
+ `forecast-accuracy`), or build cross-deal pattern libraries (out of
22
+ scope — this skill is single-deal qualification, one cycle).
23
+
24
+ ## Cognition cluster
25
+
26
+ - **Mental model 30 — Inversion.** Do not ask *"why should this deal
27
+ close?"* — ask *"name the reason this deal will not close."* If no
28
+ answer survives, qualification is incomplete; if the answer is
29
+ load-bearing and the team has no countermeasure, disqualification
30
+ is the call. See
31
+ [`docs/contracts/mental-models.md`](../../../docs/contracts/mental-models.md) § 30.
32
+ - **Mental model 9 — Hypothesis-driven thinking.** Each MEDDIC slot
33
+ is a hypothesis with falsification evidence. *"Mary is the
34
+ champion"* is a claim; *"Mary briefed two peers without us in the
35
+ room and reported back unprompted"* is evidence. Slots without
36
+ evidence are unfilled, regardless of rep confidence. See
37
+ `mental-models.md` § 9.
38
+ - **Mental model 13 — Occam's razor.** When MEDDIC slots conflict,
39
+ the simpler explanation is usually right: *"the buyer does not
40
+ feel the pain on the same timeline we do"* beats *"procurement is
41
+ unusually slow this quarter"*. Pick the simpler explanation; it
42
+ changes the move. See `mental-models.md` § 13.
43
+ - **Context-spine — product + customer-segment.** Read the
44
+ **product** slot for sellable scope (a deal asking for non-goal
45
+ scope is not qualified, it is mis-sold), and the
46
+ **customer-segment** slot for the segment's switch-event shape —
47
+ pain claims that do not match the segment's known switch events
48
+ are coaching opportunities, not qualifications. See
49
+ [`context-spine`](../../../docs/contracts/context-spine.md).
50
+
51
+ ## Procedure
52
+
53
+ ### Step 0: Pull the deal record
54
+
55
+ Latest call notes, last three buyer messages, named contacts and
56
+ their org roles, current stage, age in stage, and the
57
+ `stage-definitions.md` from `pipeline-strategy`. Without exit
58
+ criteria you cannot test whether the deal earned its current stage.
59
+
60
+ ### Step 1: Walk the six MEDDIC slots with evidence
61
+
62
+ For each slot, write the claim **plus** the evidence (a buyer
63
+ artefact, a recording, a forwarded email, a board agenda) — not
64
+ *"rep believes"*.
65
+
66
+ 1. **Metrics.** *"\<Buyer\> will measure \<our value\> as
67
+ \<quantified metric\> over \<window\>."* Evidence: buyer wrote
68
+ the metric or quoted it back unprompted.
69
+ 2. **Economic buyer.** *"\<Name, title\> signs the PO."* Evidence:
70
+ buyer-side org chart confirmed; the EB has met the team or
71
+ approved the project unblocked by the champion.
72
+ 3. **Decision criteria.** *"\<Buyer\> chooses on \<criteria\>, in
73
+ that order."* Evidence: criteria from the buyer's RFP, scorecard,
74
+ or written summary — not the rep's inference.
75
+ 4. **Decision process.** *"\<Steps and approvers\>, ending
76
+ \<date\>."* Evidence: a written timeline shared by the buyer.
77
+ 5. **Identify pain.** *"\<Pain\> costs \<\$\>/month;
78
+ business event \<X\> forces resolution by \<date\>."* Evidence:
79
+ buyer named the cost and the forcing event without prompting.
80
+ 6. **Champion.** *"\<Name\> sells internally without us in the
81
+ room; benefits if we win."* Evidence: champion forwarded an
82
+ internal email, briefed peers, or named the personal win.
83
+
84
+ ### Step 2: Inversion — name the reason this deal will not close
85
+
86
+ Write the one sentence that, if true, kills the deal. If no
87
+ sentence is true, the deal is qualified for its stage. If a sentence
88
+ is true and there is no countermeasure planned, the deal moves to
89
+ **disqualified-pending-evidence**.
90
+
91
+ ### Step 3: Run the disqualification heuristic
92
+
93
+ Disqualify if any two of:
94
+
95
+ 1. Economic buyer is unnamed or never met the team after two cycles.
96
+ 2. No metric in writing after a discovery call and a follow-up.
97
+ 3. No forcing event — pain exists but resolution is *"someday"*.
98
+ 4. Champion cannot articulate the personal win when asked directly.
99
+
100
+ Disqualification is not failure; it is recovered selling time.
101
+
102
+ ### Step 4: Set re-qualification triggers
103
+
104
+ For slots still open, set the trigger and deadline: *"\<slot\>
105
+ re-qualified when \<buyer artefact\> arrives by \<date\>."* If the
106
+ date passes without the artefact, the slot reverts to unfilled and
107
+ Step 3 runs again.
108
+
109
+ ### Step 5: Hand back
110
+
111
+ Hand the MEDDIC card, the inversion sentence, and the re-qualification
112
+ triggers to the rep for the next buyer interaction and to
113
+ [`forecast-accuracy`](../forecast-accuracy/SKILL.md) for the
114
+ forecast call. A deal with two or more unfilled MEDDIC slots cannot
115
+ be **commit**, regardless of $ value or stage.
116
+
117
+ ## Related Skills
118
+
119
+ **WHEN to use this**
120
+
121
+ - Qualifying or disqualifying a single deal one cycle at a time.
122
+ - Building the MEDDIC card with falsifiable evidence per slot.
123
+
124
+ **WHEN NOT to use this**
125
+
126
+ - Designing or auditing pipeline stages — route to
127
+ [`pipeline-strategy`](../pipeline-strategy/SKILL.md).
128
+ - Constructing the quarterly forecast call — route to
129
+ [`forecast-accuracy`](../forecast-accuracy/SKILL.md).
130
+ - Diagnosing product-led signup → activation funnels — route to
131
+ [`funnel-analysis`](../funnel-analysis/SKILL.md).
132
+
133
+ ## When the agent should load this
134
+
135
+ - "Qualify this deal — is it real?"
136
+ - "Should we walk away from \<deal\>?"
137
+ - "Why is this stuck in proposal for 60 days?"
138
+ - "Was wissen wir wirklich über den Decision Process?"
139
+
140
+ ## Output
141
+
142
+ 1. **`meddic-card.md`** — six slots, one claim per slot with evidence link or quote. Unfilled slots flagged.
143
+ 2. **`inversion-sentence.md`** — the one reason this deal will not close; countermeasure (or *"none — disqualify"*).
144
+ 3. **`requalification-triggers.md`** — per-slot trigger + deadline + revert behaviour.
145
+
146
+ ## Gotcha
147
+
148
+ - *"Strong champion"* without the personal-win sentence in writing is rep optimism, not qualification.
149
+ - A metric the rep wrote on the buyer's behalf is a metric the buyer will not defend in procurement — it must come from the buyer or be quoted back unprompted.
150
+ - Decision process *"once legal signs off"* is not a process; it is a hand-wave. Demand approvers, sequence, and dates.
151
+
152
+ ## Do NOT
153
+
154
+ - Do NOT call a slot filled because *"the rep is sure"* — qualification is artefact-driven, not confidence-driven.
155
+ - Do NOT keep a deal in **commit** with two or more unfilled slots regardless of size; size flatters, slots don't.
156
+ - Do NOT skip disqualification because the deal is large — large deals with weak qualification miss louder.
157
+
158
+ ## Runnable example
159
+
160
+ Mid-market deal, $ 180 k ACV, stuck at Proposal for 47 days.
161
+
162
+ - MEDDIC card — **Metrics:** *"reduce ticket-handle-time by 30 %"* (buyer wrote it, ✓). **Economic buyer:** *"VP Support — never met"* (✗). **Decision criteria:** RFP scoring (✓). **Decision process:** *"procurement after legal — no dates"* (✗). **Pain:** *"reps overloaded — no forcing event"* (✗ — forcing event missing). **Champion:** *"Team lead Mary — personal win unclear"* (partial).
163
+ - Inversion sentence — *"VP Support has not seen the value case and there is no forcing event; quarter rolls and the deal slides one more cycle."* Countermeasure: book VP-Support exec session within 10 days OR disqualify.
164
+ - Disqualification heuristic — three slots unfilled → **disqualified-pending-evidence**; reverts to qualified only if exec session happens by deadline.
165
+ - Hand-off — card + inversion + triggers → rep for VP-Support outreach; `forecast-accuracy` moves the deal out of **commit** until the slots fill.