@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,114 @@
1
+ # GTM Handoff
2
+
3
+ Wing-3-specific prose for the three load-bearing senior-skill chains
4
+ in the GTM + Growth cluster. The mechanical contract — initiator →
5
+ delegated(input) → output-artifact, lint rules, worktree boundary —
6
+ lives in [`docs/contracts/cross-wing-handoff.md`](../contracts/cross-wing-handoff.md).
7
+ The cross-wing routing prose (when to hand off at all, L4 / C8
8
+ boundary, decision tree) lives in
9
+ [`docs/guidelines/cross-role-handoff.md`](cross-role-handoff.md).
10
+ This guideline covers **what crosses each Wing-3 boundary**, **what
11
+ the typed artifact looks like**, and **who owns the failure mode
12
+ when the chain breaks**.
13
+
14
+ Cycle / dangling / tier-mismatch enforcement is not duplicated here —
15
+ `task lint-handoffs` (per cross-wing-handoff § 4) is the mechanical
16
+ gate.
17
+
18
+ ## Chain 1 — brand → channel
19
+
20
+ Five-step chain that turns a category point-of-view into a shipped
21
+ funnel of channel artifacts. CMO cluster owns every step.
22
+
23
+ ```
24
+ positioning-strategy (H1)
25
+ → messaging-architecture (H2)
26
+ → gtm-launch (H3)
27
+ → editorial-calendar (H4)
28
+ → content-funnel-design (H5)
29
+ ```
30
+
31
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
32
+ |---|---|---|---|
33
+ | H1 → H2 | Category framing + opposable-positioning audit locked. | `positioning-statement.md` — "we are X for Y, not Z" + point-of-view paragraph + opposable-positioning matrix. | H1 owns drift: if H2 cannot derive proofs from the statement, H1's POV is too soft. |
34
+ | H2 → H3 | Primary message + supporting proofs + audience-by-message matrix locked. | `messaging-stack.md` — primary message, three supporting proofs, audience-message matrix, narrative beats. | H2 owns drift: if H3's wave-by-wave narrative drifts, the proofs were the wrong shape. |
35
+ | H3 → H4 | Launch sequencing (alpha → beta → GA) + audience-wave logic locked; engineering-readiness signals attached. | `launch-plan.md` — wave list, narrative beats per wave, dependency map, go / no-go signals. | H3 owns drift: missing engineering-readiness signal = H3 shipped a plan that cannot land. |
36
+ | H4 → H5 | Cadence cognition (evergreen vs campaign vs reactive) + beat-mapping locked. | `editorial-calendar.md` — cadence per audience, beat-to-asset map, content-debt ledger. | H4 owns drift: a calendar that does not map beats to funnel stages cannot be designed against. |
37
+ | H5 self-closes | Funnel-stage-to-content-shape mapping + conversion-pathway design locked. | `content-funnel.md` — per-stage asset shapes, conversion pathways, leading indicators. | H5 owns drift: any stage without a content shape is a broken funnel hand-back to H4. |
38
+
39
+ H5 also **composes** `funnel-analysis` (H14, Chain 3) — the funnel
40
+ diagnostic feeds the conversion-pathway design without H5 absorbing
41
+ funnel-diagnostic cognition.
42
+
43
+ ## Chain 2 — discovery → pipeline
44
+
45
+ Five-step chain that turns customer research into a forecast-able
46
+ pipeline. Spans the Discovery → RevOps boundary inside Wing 3 and
47
+ hands the forecast call back to the Wing-4 finance-partner.
48
+
49
+ ```
50
+ customer-research (L1, shipped)
51
+ → ideal-customer-profile artifact
52
+ → pipeline-strategy (H8)
53
+ → deal-qualification-meddic (H9)
54
+ → forecast-accuracy (H10) → forecasting (Wing-4 O2)
55
+ ```
56
+
57
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
58
+ |---|---|---|---|
59
+ | `customer-research` → H8 | Switch-event interviews + JTBD framing complete; ICP synthesized from verbatims. | `icp.md` — segment definition, switch events, JTBD frame, anti-ICP. | `customer-research` owns drift: an ICP without anti-ICP boundaries leaks into H8 stage definitions. |
60
+ | H8 → H9 | Stage definitions + conversion-rate targets + coverage reasoning locked. | `pipeline-shape.md` — stage list, per-stage conversion target, coverage ratio, leak map. | H8 owns drift: stages H9 cannot disqualify against = H8 stage definitions were not orthogonal. |
61
+ | H9 → H10 | MEDDIC qualification rubric + disqualification heuristics locked. | `qualification-rubric.md` — MEDDIC fields per stage, disqualification triggers, champion-test. | H9 owns drift: forecasts that ignore disqualification heuristics inflate; H9 owns the rubric. |
62
+ | H10 → Wing-4 O2 | Forecast call constructed (commit / best-case / pipeline) against the `forecast-construction-shape` ADR. | `forecast-band.json` — commit value, best-case value, pipeline value, confidence band, retro signature. | **Interface contract owned by O2** (per cross-wing-handoff § 5 / W4 chain): if the ADR drifts, O2 breaks the contract, not H10. |
63
+
64
+ H10's parallel-development rule (starts after O2-interface ≥ 100 %,
65
+ runs in parallel with O2 implementation) is recorded in the roadmap
66
+ H10 entry and the contract — not duplicated here.
67
+
68
+ ## Chain 3 — funnel → retention
69
+
70
+ Six-step chain that turns funnel diagnostics into a retention and
71
+ expansion system. Growth PM cluster owns the first three steps,
72
+ Customer Success cluster owns the last three; the H15 → H12 boundary
73
+ crosses the cluster line inside Wing 3.
74
+
75
+ ```
76
+ funnel-analysis (H14)
77
+ → activation-design (H16)
78
+ → onboarding-design (H11)
79
+ → retention-loops (H15)
80
+ → churn-prevention (H12)
81
+ → expansion-playbook (H13)
82
+ ```
83
+
84
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
85
+ |---|---|---|---|
86
+ | H14 → H16 | Funnel-stage diagnostics + leaky-bucket-vs-growth-loop classification + leading-indicator selection locked. | `funnel-diagnostic.md` — per-stage drop-off, loop classification, leading indicators, cohort behavior. | H14 owns drift: an unselected leading indicator leaves H16 without an aha-moment signal. |
87
+ | H16 → H11 | Aha-moment definition + activation-event selection + activation-funnel construction locked. | `activation-spec.md` — aha-moment, activation event, activation-funnel stages, leading-vs-lagging indicators. | H16 owns drift: an activation event H11 cannot instrument is the wrong event. |
88
+ | H11 → H15 | Time-to-first-value reasoning + milestone design + friction audit locked. | `onboarding-flow.md` — milestone list, time-to-value target, friction-audit findings, drop-off diagnosis. | H11 owns drift: milestones without retention hooks force H15 to re-derive habit cognition. |
89
+ | H15 → H12 | Habit-formation reasoning + trigger-action-reward design + loop classification locked. | `retention-loop.md` — trigger / action / reward triple, loop classification, network-vs-single-user signal. | H15 owns drift: a loop that does not surface a health signal leaves H12 without an early warning. |
90
+ | H12 → H13 | Health-score signal design + churn-cause classification + early-warning loop locked. | `churn-signals.md` — health-score schema, churn-cause buckets, early-warning thresholds. | H12 owns drift: a health signal H13 cannot read against expansion triggers blocks NRR cognition. Also feeds **back to Wing-4 forecasting** per the cross-skill map. |
91
+ | H13 self-closes | Account-expansion patterns + upsell-vs-cross-sell reasoning + NRR cognition locked. | `expansion-playbook.md` — expansion patterns, trigger signals, NRR levers. | H13 owns drift: expansion triggers that ignore churn signals double-count growth. |
92
+
93
+ ## Reading the failure-mode column
94
+
95
+ The column answers one question: **when a downstream skill cannot
96
+ do its job, which upstream skill rewrites its artifact?** The owner
97
+ is the **upstream** skill, not the consumer — drift is always a
98
+ producer-side fix. This mirrors the W4 / W3 forecasting chain in
99
+ the contract (O2 owns the interface; H10 only consumes it).
100
+
101
+ ## See also
102
+
103
+ - [`docs/contracts/cross-wing-handoff.md`](../contracts/cross-wing-handoff.md)
104
+ — typed-handoff mechanical contract; `task lint-handoffs` enforces
105
+ cycles, dangling references, and tier mismatches over the graph.
106
+ - [`docs/guidelines/cross-role-handoff.md`](cross-role-handoff.md)
107
+ — when to hand off at all, how to phrase the routing, L4 / C8
108
+ boundary.
109
+ - [`docs/contracts/context-spine.md`](../contracts/context-spine.md)
110
+ § Wing-3 slots — `channel-stage`, `funnel-stage`,
111
+ `customer-segment`; every chain step opts into ≥ 1 slot.
112
+ - `agents/roadmaps/` § Block H (archived after merge) — the
113
+ sixteen H-skills this guideline maps; pending skills appear here
114
+ as backtick slugs until shipped.
@@ -0,0 +1,127 @@
1
+ # Wing-4 Handoff
2
+
3
+ Wing-4-specific prose for the four load-bearing senior-skill chains
4
+ in the Money / Strategy / Operations cluster. The mechanical contract
5
+ — initiator → delegated(input) → output-artifact, lint rules, worktree
6
+ boundary — lives in
7
+ [`docs/contracts/cross-wing-handoff.md`](../contracts/cross-wing-handoff.md).
8
+ The cross-wing routing prose (when to hand off at all, L4 / C8
9
+ boundary, decision tree) lives in
10
+ [`docs/guidelines/cross-role-handoff.md`](cross-role-handoff.md). The
11
+ Wing-3 sibling — chains inside GTM / Growth — lives in
12
+ [`docs/guidelines/gtm-handoff.md`](gtm-handoff.md). This guideline
13
+ covers **what crosses each Wing-4 boundary**, **what the typed
14
+ artifact looks like**, and **who owns the failure mode when the
15
+ chain breaks**.
16
+
17
+ Cycle / dangling / tier-mismatch enforcement is not duplicated here —
18
+ `task lint-handoffs` (per cross-wing-handoff § 4) is the mechanical
19
+ gate.
20
+
21
+ ## Chain 1 — money → strategy
22
+
23
+ Three-step chain that turns unit-economics cognition into a
24
+ build-buy-partner verdict. Finance cluster owns the first two steps;
25
+ the cluster line crosses on the handoff to Strategy.
26
+
27
+ ```
28
+ unit-economics (O1)
29
+ → scenario-modeling (O4)
30
+ → build-buy-partner (P1)
31
+ ```
32
+
33
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
34
+ |---|---|---|---|
35
+ | O1 → O4 | CAC / LTV / contribution-margin / payback-period cognition locked for the segment. | `unit-economics-frame.md` — CAC / LTV ratio, contribution margin, payback band, burn-multiple verdict, segment scope. | O1 owns drift: a margin frame O4 cannot stress-test = O1's unit definition was wrong scope. |
36
+ | O4 → P1 | Three-statement scenarios + sensitivity bands + optionality reasoning locked across at least two cases. | `scenario-set.md` — base / upside / downside cases, sensitivity table, decision-relevant variables, optionality cost per case. | O4 owns drift: scenarios without an optionality-cost row force P1 to re-derive build-vs-buy economics. |
37
+
38
+ P1 self-closes against `build-buy-partner.md` — insource-vs-outsource-
39
+ vs-acquire verdict, integration-cost band, dependency-risk score,
40
+ exit-cost analysis.
41
+
42
+ ## Chain 2 — strategy → people
43
+
44
+ Two-step chain that turns a build-buy-partner verdict into an
45
+ org-design shape. Strategy cluster ships the verdict; People-Strategy
46
+ cluster reads it as input and owns the structure decision.
47
+
48
+ ```
49
+ build-buy-partner (P1)
50
+ → org-design (Q1)
51
+ ```
52
+
53
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
54
+ |---|---|---|---|
55
+ | P1 → Q1 | Insource-vs-outsource verdict + dependency-risk profile + integration-cost band locked. | `build-buy-verdict.md` — verdict (build / buy / partner / acquire), capability scope, dependency-risk score, integration cost, exit cost, optionality preservation note. | P1 owns drift: a verdict without exit-cost reasoning leaves Q1 designing teams against an unowned constraint. |
56
+
57
+ Q1 self-closes against `org-design-shape.md` — team-shape (functional /
58
+ cross-functional / squad), span-of-control band, Conway's-law alignment
59
+ note, reorg-cost ledger.
60
+
61
+ ## Chain 3 — people → EM
62
+
63
+ Two-step chain that specializes a generalized hiring loop for
64
+ engineering. People-Strategy cluster owns the generalized cognition;
65
+ Engineering-Manager cluster owns the engineering specialization.
66
+
67
+ ```
68
+ hiring-loop-design (Q-generalized, composed inside `org-design`)
69
+ → hiring-loop-design × eng-context (S2)
70
+ ```
71
+
72
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
73
+ |---|---|---|---|
74
+ | Q → S2 | Generalized loop stages + calibration-design + signal-vs-noise audit locked at people-strategy level. | `hiring-loop-shape.md` — stage list, per-stage signal, calibration cadence, bar-raiser logic, signal-vs-noise findings. | Q owns drift: a generalized loop without a calibration cadence forces S2 to invent one for engineering and the cognition diverges from the rest of the org. |
75
+
76
+ S2 self-closes against `eng-hiring-loop.md` — eng-specific stage
77
+ specialization (screen → take-home / system-design / coding /
78
+ behavioral / leadership), per-stage rubric, bar-raiser assignments,
79
+ candidate-throughput target.
80
+
81
+ ## Chain 4 — finance → GTM
82
+
83
+ Cross-wing chain — the only Wing-4 chain whose endpoint sits in
84
+ Wing 3. Finance owns the **cognition**; RevOps owns the **call**.
85
+ Interface-first-stub per iter-2 OQ4: O2-interface ships before the
86
+ H10 sibling can start, parallel to O2 implementation.
87
+
88
+ ```
89
+ forecasting (O2)
90
+ → forecast-accuracy (H10, Wing 3)
91
+ ```
92
+
93
+ | Step | Hands off when | Typed artifact crossing the boundary | Failure-mode owner |
94
+ |---|---|---|---|
95
+ | O2 → H10 | `forecast-construction-shape` ADR locked: top-down vs bottom-up enum, confidence-band signature, retro-loop signature. | `forecast-band.json` — commit value, best-case value, pipeline value, confidence band, retro signature, construction-shape tag. | **Interface contract owned by O2** (per cross-wing-handoff § 5 / W4 chain): if the ADR drifts, O2 breaks the contract, not H10. Mirrors `gtm-handoff.md` Chain 2 H10 → O2 framing from the Wing-3 side. |
96
+
97
+ H10's parallel-development rule (starts after O2-interface ≥ 100 %,
98
+ runs in parallel with O2 implementation) is recorded in the
99
+ `road-to-money-strategy-ops.md` O2 entry, the
100
+ `road-to-gtm-and-growth.md` H10 entry, and the cross-wing-handoff
101
+ contract — not duplicated here.
102
+
103
+ ## Reading the failure-mode column
104
+
105
+ The column answers one question: **when a downstream skill cannot
106
+ do its job, which upstream skill rewrites its artifact?** The owner
107
+ is the **upstream** skill, not the consumer — drift is always a
108
+ producer-side fix. This mirrors the W3 sibling and the W4 / W3
109
+ forecasting chain in the contract (O2 owns the interface; H10 only
110
+ consumes it).
111
+
112
+ ## See also
113
+
114
+ - [`docs/contracts/cross-wing-handoff.md`](../contracts/cross-wing-handoff.md)
115
+ — typed-handoff mechanical contract; `task lint-handoffs` enforces
116
+ cycles, dangling references, and tier mismatches over the graph.
117
+ - [`docs/guidelines/cross-role-handoff.md`](cross-role-handoff.md)
118
+ — when to hand off at all, how to phrase the routing, L4 / C8
119
+ boundary.
120
+ - [`docs/guidelines/gtm-handoff.md`](gtm-handoff.md) — Wing-3 sibling
121
+ for the brand → channel, discovery → pipeline, and funnel →
122
+ retention chains.
123
+ - [`docs/contracts/context-spine.md`](../contracts/context-spine.md)
124
+ § Wing-4 slots — `fiscal-period`, `org-stage`, `regulatory-regime`;
125
+ every chain step opts into ≥ 1 slot or carries an ADR opt-out.
126
+ - [`docs/contracts/adr-wing4-context-spine.md`](../contracts/adr-wing4-context-spine.md)
127
+ — durable record for the Wing-4 slot extension.
@@ -1,6 +1,6 @@
1
1
  # MCP Server
2
2
 
3
- > Status: **experimental** — Phase 1 + 2 + 3 shipped. No `tools/*` primitive yet (Phase 4, deferred behind a design call).
3
+ > Status: **experimental** — Phase 1 + 2 + 3 shipped. No `tools/*` primitive yet (Phase 4, deferred behind a design call). Promotion to **beta** is gated on the six criteria in [`docs/contracts/mcp-beta-criteria.md`](contracts/mcp-beta-criteria.md); current gate status: `./agent-config doctor --check mcp-beta-readiness` (Phase 3 of `road-to-surface-discipline.md`).
4
4
 
5
5
  `agent-config` ships a built-in [Model Context Protocol](https://modelcontextprotocol.io)
6
6
  server that exposes the package's read-only governance surface to MCP-aware
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event4u/agent-config",
3
- "version": "2.7.0",
3
+ "version": "2.9.0",
4
4
  "description": "Shared agent configuration \u2014 skills, rules, commands, guidelines, and templates for AI coding tools",
5
5
  "license": "MIT",
6
6
  "private": false,