@unified-product-graph/mcp-server 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/TOOLS.md CHANGED
@@ -1589,7 +1589,7 @@ JSON: the full `UPGLifecycle` record, or a descriptive message.
1589
1589
 
1590
1590
  ### `get_playbook`
1591
1591
 
1592
- Return one `UPGPlaybook` by id (e.g. "playbook:strategy-outcomes", "playbook:business-model-bmc"). Includes the ordered `creation_sequence` with step kinds and prompts. IDs are namespace-prefixed `playbook:*`. For approaches, use `get_approach`.
1592
+ Return one `UPGPlaybook` by id (e.g. "playbook:strategy-outcomes", "playbook:business-gtm-growth"). Includes the ordered `creation_sequence` with step kinds and prompts. IDs are namespace-prefixed `playbook:*`. For approaches, use `get_approach`.
1593
1593
 
1594
1594
  **Atomicity:** `atomic (read-only)`
1595
1595
 
package/dist/index.js CHANGED
@@ -15606,17 +15606,6 @@ function seqStep(order, phase, entity_types, prompt_hint, options) {
15606
15606
  ...options?.next_sequence_on_gap ? { next_sequence_on_gap: options.next_sequence_on_gap } : {}
15607
15607
  };
15608
15608
  }
15609
- function domainGuideStep(domain_id, phase, name, prompt_hint, options) {
15610
- return {
15611
- kind: "domain_guide",
15612
- order: 1,
15613
- phase,
15614
- name,
15615
- prompt_hint,
15616
- domain_id,
15617
- ...options?.next_sequence_on_gap ? { next_sequence_on_gap: options.next_sequence_on_gap } : {}
15618
- };
15619
- }
15620
15609
  var STRATEGY_OUTCOMES_PLAYBOOK = {
15621
15610
  id: "playbook:strategy-outcomes",
15622
15611
  name: "Strategy & Outcomes",
@@ -15668,7 +15657,7 @@ var STRATEGY_OUTCOMES_PLAYBOOK = {
15668
15657
  "Assumptions & Decisions",
15669
15658
  ["assumption", "decision"],
15670
15659
  "Capture the bets you are making (assumptions) and the choices you have ratified (decisions). These guard the work against silent drift.",
15671
- { next_sequence_on_gap: "playbook:discovery-validation-hypothesis-cycle" }
15660
+ { next_sequence_on_gap: "playbook:discovery-research-validation" }
15672
15661
  )
15673
15662
  ]
15674
15663
  };
@@ -15786,23 +15775,6 @@ var DISCOVERY_RESEARCH_VALIDATION_PLAYBOOK = {
15786
15775
  )
15787
15776
  ]
15788
15777
  };
15789
- var DISCOVERY_VALIDATION_HYPOTHESIS_PLAYBOOK = {
15790
- id: "playbook:discovery-validation-hypothesis-cycle",
15791
- name: "Hypothesis Validation",
15792
- version: "0.1.0",
15793
- description: "Tight hypothesis \u2192 experiment \u2192 evidence \u2192 learning loop. Run after research has surfaced an opportunity.",
15794
- region: "discovery_research_validation",
15795
- framework_id: "build-measure-learn",
15796
- target_anchor_entity: "hypothesis",
15797
- creation_sequence: [
15798
- domainGuideStep(
15799
- "validation",
15800
- "Validation",
15801
- "Frame & test",
15802
- "Run the validation creation sequence: hypothesis, experiment, evidence, learning."
15803
- )
15804
- ]
15805
- };
15806
15778
  var MARKET_COMPETITIVE_PLAYBOOK = {
15807
15779
  id: "playbook:market-competitive",
15808
15780
  name: "Market & Competitive",
@@ -15911,54 +15883,6 @@ var EXPERIENCE_DESIGN_BRAND_PLAYBOOK = {
15911
15883
  )
15912
15884
  ]
15913
15885
  };
15914
- var EXPERIENCE_UX_DOMAIN_ONLY_PLAYBOOK = {
15915
- id: "playbook:experience-ux-domain-only",
15916
- name: "UX Design (compact)",
15917
- version: "0.1.0",
15918
- description: "Compact UX-only path. Quick when research and design system are managed separately.",
15919
- region: "experience_design_brand",
15920
- target_anchor_entity: "user_journey",
15921
- creation_sequence: [
15922
- domainGuideStep(
15923
- "ux_design",
15924
- "UX",
15925
- "Journey to screen",
15926
- "Run the ux_design creation sequence: journey, steps, screens, flows, wireframes, prototypes."
15927
- )
15928
- ]
15929
- };
15930
- var EXPERIENCE_DESIGN_SYSTEM_PLAYBOOK = {
15931
- id: "playbook:experience-design-system",
15932
- name: "Design System",
15933
- version: "0.1.0",
15934
- description: "Codify the shared design language: tokens, components, patterns, guidelines.",
15935
- region: "experience_design_brand",
15936
- creation_sequence: [
15937
- domainGuideStep(
15938
- "design_system",
15939
- "Design System",
15940
- "System foundations",
15941
- "Run the design_system creation sequence: tokens, components, patterns, guidelines.",
15942
- { next_sequence_on_gap: "playbook:experience-ux-domain-only" }
15943
- )
15944
- ]
15945
- };
15946
- var EXPERIENCE_CONTENT_PLAYBOOK = {
15947
- id: "playbook:experience-content",
15948
- name: "Content Strategy",
15949
- version: "0.1.0",
15950
- description: "Plan what to publish: strategy, themes, calendar, individual pieces tied to audience and channels.",
15951
- region: "experience_design_brand",
15952
- creation_sequence: [
15953
- domainGuideStep(
15954
- "content",
15955
- "Content",
15956
- "Content plan",
15957
- "Run the content creation sequence: strategy, themes, calendar, pieces.",
15958
- { next_sequence_on_gap: "playbook:business-growth-funnel" }
15959
- )
15960
- ]
15961
- };
15962
15886
  var PRODUCT_DELIVERY_PLAYBOOK = {
15963
15887
  id: "playbook:product-delivery",
15964
15888
  name: "Product Delivery",
@@ -16007,22 +15931,6 @@ var PRODUCT_DELIVERY_PLAYBOOK = {
16007
15931
  )
16008
15932
  ]
16009
15933
  };
16010
- var PRODUCT_FEEDBACK_SYNTHESIS_PLAYBOOK = {
16011
- id: "playbook:product-feedback-synthesis",
16012
- name: "Feedback Synthesis",
16013
- version: "0.1.0",
16014
- description: "Capture and cluster qualitative signal: feedback items, themes, NPS, support tickets.",
16015
- region: "product_delivery",
16016
- creation_sequence: [
16017
- domainGuideStep(
16018
- "feedback",
16019
- "Feedback",
16020
- "Signal capture",
16021
- "Run the feedback creation sequence: items, themes, NPS, support data.",
16022
- { next_sequence_on_gap: "playbook:discovery-validation-hypothesis-cycle" }
16023
- )
16024
- ]
16025
- };
16026
15934
  var ENGINEERING_PLATFORM_PLAYBOOK = {
16027
15935
  id: "playbook:engineering-platform",
16028
15936
  name: "Engineering & Platform",
@@ -16083,21 +15991,6 @@ var ENGINEERING_PLATFORM_PLAYBOOK = {
16083
15991
  )
16084
15992
  ]
16085
15993
  };
16086
- var ENGINEERING_ARCHITECTURE_ONLY_PLAYBOOK = {
16087
- id: "playbook:engineering-architecture-only",
16088
- name: "Architecture (compact)",
16089
- version: "0.1.0",
16090
- description: "Compact architecture-only path. Quick when build/deploy/security are managed separately.",
16091
- region: "engineering_platform",
16092
- creation_sequence: [
16093
- domainGuideStep(
16094
- "engineering",
16095
- "Engineering",
16096
- "System shape",
16097
- "Run the engineering creation sequence: bounded contexts, services, data, decisions."
16098
- )
16099
- ]
16100
- };
16101
15994
  var BUSINESS_GTM_GROWTH_PLAYBOOK = {
16102
15995
  id: "playbook:business-gtm-growth",
16103
15996
  name: "Business, GTM & Growth",
@@ -16152,70 +16045,6 @@ var BUSINESS_GTM_GROWTH_PLAYBOOK = {
16152
16045
  )
16153
16046
  ]
16154
16047
  };
16155
- var BUSINESS_MODEL_BMC_PLAYBOOK = {
16156
- id: "playbook:business-model-bmc",
16157
- name: "Business Model (BMC)",
16158
- version: "0.1.0",
16159
- description: "Design the business model with Business Model Canvas: value props, customer segments, revenue streams, cost structure.",
16160
- region: "business_gtm_growth",
16161
- framework_id: "business-model-canvas",
16162
- creation_sequence: [
16163
- domainGuideStep(
16164
- "business_model",
16165
- "Business",
16166
- "Model canvas",
16167
- "Run the business_model creation sequence: value props, segments, revenue, costs.",
16168
- { next_sequence_on_gap: "playbook:business-pricing" }
16169
- )
16170
- ]
16171
- };
16172
- var BUSINESS_PRICING_PLAYBOOK = {
16173
- id: "playbook:business-pricing",
16174
- name: "Pricing",
16175
- version: "0.1.0",
16176
- description: "Design the revenue engine: pricing strategy, tiers, trials, paywalls, discounts.",
16177
- region: "business_gtm_growth",
16178
- creation_sequence: [
16179
- domainGuideStep(
16180
- "pricing",
16181
- "Revenue",
16182
- "Pricing model",
16183
- "Run the pricing creation sequence: strategy, tiers, discounts, trial, paywall."
16184
- )
16185
- ]
16186
- };
16187
- var BUSINESS_GROWTH_FUNNEL_PLAYBOOK = {
16188
- id: "playbook:business-growth-funnel",
16189
- name: "Growth Funnel (AARRR)",
16190
- version: "0.1.0",
16191
- description: "Map the growth engine using Pirate Metrics: funnels, channels, campaigns, loops, cohorts.",
16192
- region: "business_gtm_growth",
16193
- framework_id: "pirate-metrics-aarrr",
16194
- creation_sequence: [
16195
- domainGuideStep(
16196
- "growth",
16197
- "Growth",
16198
- "Funnel model",
16199
- "Run the growth creation sequence: funnel, channels, campaigns, cohorts."
16200
- )
16201
- ]
16202
- };
16203
- var BUSINESS_MARKETING_PLAYBOOK = {
16204
- id: "playbook:business-marketing",
16205
- name: "Marketing",
16206
- version: "0.1.0",
16207
- description: "Shape the demand engine: positioning, messaging, SEO keywords, campaigns, channels.",
16208
- region: "business_gtm_growth",
16209
- creation_sequence: [
16210
- domainGuideStep(
16211
- "marketing",
16212
- "Marketing",
16213
- "Demand engine",
16214
- "Run the marketing creation sequence: positioning, messaging, SEO keywords, campaigns, channels.",
16215
- { next_sequence_on_gap: "playbook:experience-content" }
16216
- )
16217
- ]
16218
- };
16219
16048
  var BUSINESS_GROWTH_METRIC_DRIVEN_PLAYBOOK = {
16220
16049
  id: "playbook:business-growth-metric-driven",
16221
16050
  name: "Metric-Driven Growth",
@@ -16420,21 +16249,6 @@ var OPERATIONS_QUALITY_PLAYBOOK = {
16420
16249
  )
16421
16250
  ]
16422
16251
  };
16423
- var OPERATIONS_TEAM_RITUALS_PLAYBOOK = {
16424
- id: "playbook:operations-team-rituals",
16425
- name: "Team & Rituals",
16426
- version: "0.1.0",
16427
- description: "Capture how the team works: retrospectives, roles, rituals, working agreements, decisions.",
16428
- region: "operations_quality",
16429
- creation_sequence: [
16430
- domainGuideStep(
16431
- "team_org",
16432
- "Team",
16433
- "Team rhythm",
16434
- "Run the team_org creation sequence: retrospectives, roles, rituals, working agreements."
16435
- )
16436
- ]
16437
- };
16438
16252
  var UPG_PLAYBOOKS = [
16439
16253
  // Region 1 - strategy_outcomes
16440
16254
  STRATEGY_OUTCOMES_PLAYBOOK,
@@ -16442,33 +16256,22 @@ var UPG_PLAYBOOKS = [
16442
16256
  USERS_NEEDS_PLAYBOOK,
16443
16257
  // Region 3 - discovery_research_validation
16444
16258
  DISCOVERY_RESEARCH_VALIDATION_PLAYBOOK,
16445
- DISCOVERY_VALIDATION_HYPOTHESIS_PLAYBOOK,
16446
16259
  // Region 4 - market_competitive
16447
16260
  MARKET_COMPETITIVE_PLAYBOOK,
16448
16261
  // Region 5 - experience_design_brand
16449
16262
  EXPERIENCE_DESIGN_BRAND_PLAYBOOK,
16450
- EXPERIENCE_UX_DOMAIN_ONLY_PLAYBOOK,
16451
- EXPERIENCE_DESIGN_SYSTEM_PLAYBOOK,
16452
- EXPERIENCE_CONTENT_PLAYBOOK,
16453
16263
  // Region 6 - product_delivery
16454
16264
  PRODUCT_DELIVERY_PLAYBOOK,
16455
- PRODUCT_FEEDBACK_SYNTHESIS_PLAYBOOK,
16456
16265
  // Region 7 - engineering_platform
16457
16266
  ENGINEERING_PLATFORM_PLAYBOOK,
16458
- ENGINEERING_ARCHITECTURE_ONLY_PLAYBOOK,
16459
16267
  // Region 8 - business_gtm_growth
16460
16268
  BUSINESS_GTM_GROWTH_PLAYBOOK,
16461
- BUSINESS_MODEL_BMC_PLAYBOOK,
16462
- BUSINESS_PRICING_PLAYBOOK,
16463
- BUSINESS_GROWTH_FUNNEL_PLAYBOOK,
16464
- BUSINESS_MARKETING_PLAYBOOK,
16465
16269
  BUSINESS_GROWTH_METRIC_DRIVEN_PLAYBOOK,
16466
16270
  BUSINESS_MARKETING_AUDIENCE_FIRST_PLAYBOOK,
16467
16271
  // Region 9 - analytics_data
16468
16272
  ANALYTICS_DATA_PLAYBOOK,
16469
16273
  // Region 10 - operations_quality
16470
- OPERATIONS_QUALITY_PLAYBOOK,
16471
- OPERATIONS_TEAM_RITUALS_PLAYBOOK
16274
+ OPERATIONS_QUALITY_PLAYBOOK
16472
16275
  ];
16473
16276
  var _playbookById = new Map(
16474
16277
  UPG_PLAYBOOKS.map((p) => [p.id, p])
@@ -27621,7 +27424,7 @@ var TOOL_DEFINITIONS = [
27621
27424
  },
27622
27425
  {
27623
27426
  name: "get_playbook",
27624
- description: 'Return one `UPGPlaybook` by id (e.g. "playbook:strategy-outcomes", "playbook:business-model-bmc"). Includes the ordered `creation_sequence` with step kinds and prompts. IDs are namespace-prefixed `playbook:*`. For approaches, use `get_approach`.',
27427
+ description: 'Return one `UPGPlaybook` by id (e.g. "playbook:strategy-outcomes", "playbook:business-gtm-growth"). Includes the ordered `creation_sequence` with step kinds and prompts. IDs are namespace-prefixed `playbook:*`. For approaches, use `get_approach`.',
27625
27428
  inputSchema: {
27626
27429
  type: "object",
27627
27430
  properties: {