@lssm/bundle.lifecycle-managed 0.0.0-canary-20251217083314 → 0.0.0-canary-20251220002821
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/LICENSE +21 -0
- package/README.md +3 -0
- package/dist/__tests__/assessment-service.test.d.ts +2 -0
- package/dist/__tests__/assessment-service.test.d.ts.map +1 -0
- package/dist/agents/lifecycle-advisor-agent.d.ts +2 -6
- package/dist/agents/lifecycle-advisor-agent.d.ts.map +1 -0
- package/dist/api/rest-handlers.d.ts +15 -17
- package/dist/api/rest-handlers.d.ts.map +1 -0
- package/dist/events/lifecycle-events.d.ts +10 -13
- package/dist/events/lifecycle-events.d.ts.map +1 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +54 -5
- package/dist/services/assessment-service.d.ts +40 -44
- package/dist/services/assessment-service.d.ts.map +1 -0
- package/package.json +21 -14
- package/dist/agents/lifecycle-advisor-agent.js +0 -71
- package/dist/api/rest-handlers.js +0 -22
- package/dist/events/lifecycle-events.js +0 -45
- package/dist/libs/ai-agent/dist/agent/agent-factory.js +0 -1
- package/dist/libs/ai-agent/dist/agent/contract-spec-agent.js +0 -18
- package/dist/libs/ai-agent/dist/agent/index.js +0 -2
- package/dist/libs/ai-agent/dist/approval/index.js +0 -1
- package/dist/libs/ai-agent/dist/approval/workflow.js +0 -1
- package/dist/libs/ai-agent/dist/index.js +0 -15
- package/dist/libs/ai-agent/dist/schema/index.js +0 -2
- package/dist/libs/ai-agent/dist/schema/json-schema-to-zod.js +0 -1
- package/dist/libs/ai-agent/dist/schema/schema-output.js +0 -3
- package/dist/libs/ai-agent/dist/spec/spec.js +0 -23
- package/dist/libs/ai-agent/dist/tools/index.js +0 -4
- package/dist/libs/ai-agent/dist/tools/knowledge-tool.js +0 -2
- package/dist/libs/ai-agent/dist/tools/mcp-client.js +0 -2
- package/dist/libs/ai-agent/dist/tools/mcp-server.js +0 -3
- package/dist/libs/ai-agent/dist/tools/tool-adapter.js +0 -2
- package/dist/libs/analytics/dist/churn/index.js +0 -1
- package/dist/libs/analytics/dist/churn/predictor.js +0 -1
- package/dist/libs/analytics/dist/cohort/index.js +0 -1
- package/dist/libs/analytics/dist/cohort/tracker.js +0 -1
- package/dist/libs/analytics/dist/index.js +0 -5
- package/dist/libs/analytics/dist/lifecycle/metric-collectors.js +0 -9
- package/dist/libs/lifecycle/dist/index.js +0 -5
- package/dist/libs/lifecycle/dist/types/axes.js +0 -28
- package/dist/libs/lifecycle/dist/types/milestones.js +0 -1
- package/dist/libs/lifecycle/dist/types/signals.js +0 -1
- package/dist/libs/lifecycle/dist/types/stages.js +0 -151
- package/dist/libs/lifecycle/dist/utils/formatters.js +0 -1
- package/dist/libs/observability/dist/index.js +0 -8
- package/dist/libs/observability/dist/intent/aggregator.js +0 -4
- package/dist/libs/observability/dist/intent/detector.js +0 -1
- package/dist/libs/observability/dist/lifecycle/dist/index.js +0 -4
- package/dist/libs/observability/dist/lifecycle/dist/types/milestones.js +0 -1
- package/dist/libs/observability/dist/lifecycle/dist/types/signals.js +0 -1
- package/dist/libs/observability/dist/lifecycle/dist/types/stages.js +0 -143
- package/dist/libs/observability/dist/lifecycle/dist/utils/formatters.js +0 -7
- package/dist/libs/observability/dist/logging/index.js +0 -39
- package/dist/libs/observability/dist/metrics/index.js +0 -25
- package/dist/libs/observability/dist/pipeline/evolution-pipeline.js +0 -3
- package/dist/libs/observability/dist/pipeline/lifecycle-pipeline.js +0 -73
- package/dist/libs/observability/dist/tracing/index.js +0 -1
- package/dist/libs/observability/dist/tracing/middleware.js +0 -2
- package/dist/modules/lifecycle-advisor/dist/ceremony/ceremony-designer.js +0 -17
- package/dist/modules/lifecycle-advisor/dist/data/library-stage-map.js +0 -90
- package/dist/modules/lifecycle-advisor/dist/data/stage-playbooks.js +0 -240
- package/dist/modules/lifecycle-advisor/dist/index.js +0 -3
- package/dist/modules/lifecycle-advisor/dist/libs/lifecycle/dist/index.js +0 -4
- package/dist/modules/lifecycle-advisor/dist/libs/lifecycle/dist/types/milestones.js +0 -1
- package/dist/modules/lifecycle-advisor/dist/libs/lifecycle/dist/types/signals.js +0 -1
- package/dist/modules/lifecycle-advisor/dist/libs/lifecycle/dist/types/stages.js +0 -143
- package/dist/modules/lifecycle-advisor/dist/libs/lifecycle/dist/utils/formatters.js +0 -1
- package/dist/modules/lifecycle-advisor/dist/recommendations/library-recommender.js +0 -19
- package/dist/modules/lifecycle-advisor/dist/recommendations/recommendation-engine.js +0 -46
- package/dist/modules/lifecycle-core/dist/collectors/signal-collector.js +0 -65
- package/dist/modules/lifecycle-core/dist/data/milestones-catalog.js +0 -73
- package/dist/modules/lifecycle-core/dist/data/stage-weights.js +0 -169
- package/dist/modules/lifecycle-core/dist/index.js +0 -4
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/index.js +0 -4
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/types/axes.js +0 -28
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/types/milestones.js +0 -1
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/types/signals.js +0 -1
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/types/stages.js +0 -143
- package/dist/modules/lifecycle-core/dist/libs/lifecycle/dist/utils/formatters.js +0 -1
- package/dist/modules/lifecycle-core/dist/orchestrator/lifecycle-orchestrator.js +0 -53
- package/dist/modules/lifecycle-core/dist/planning/milestone-planner.js +0 -16
- package/dist/modules/lifecycle-core/dist/scoring/stage-scorer.js +0 -64
- package/dist/services/assessment-service.js +0 -72
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
//#region ../../modules/lifecycle-advisor/dist/libs/lifecycle/dist/types/stages.js
|
|
2
|
-
let LifecycleStage = /* @__PURE__ */ function(LifecycleStage$1) {
|
|
3
|
-
LifecycleStage$1[LifecycleStage$1["Exploration"] = 0] = "Exploration";
|
|
4
|
-
LifecycleStage$1[LifecycleStage$1["ProblemSolutionFit"] = 1] = "ProblemSolutionFit";
|
|
5
|
-
LifecycleStage$1[LifecycleStage$1["MvpEarlyTraction"] = 2] = "MvpEarlyTraction";
|
|
6
|
-
LifecycleStage$1[LifecycleStage$1["ProductMarketFit"] = 3] = "ProductMarketFit";
|
|
7
|
-
LifecycleStage$1[LifecycleStage$1["GrowthScaleUp"] = 4] = "GrowthScaleUp";
|
|
8
|
-
LifecycleStage$1[LifecycleStage$1["ExpansionPlatform"] = 5] = "ExpansionPlatform";
|
|
9
|
-
LifecycleStage$1[LifecycleStage$1["MaturityRenewal"] = 6] = "MaturityRenewal";
|
|
10
|
-
return LifecycleStage$1;
|
|
11
|
-
}({});
|
|
12
|
-
LifecycleStage.Exploration, LifecycleStage.ProblemSolutionFit, LifecycleStage.MvpEarlyTraction, LifecycleStage.ProductMarketFit, LifecycleStage.GrowthScaleUp, LifecycleStage.ExpansionPlatform, LifecycleStage.MaturityRenewal;
|
|
13
|
-
const LIFECYCLE_STAGE_META = {
|
|
14
|
-
[LifecycleStage.Exploration]: {
|
|
15
|
-
id: LifecycleStage.Exploration,
|
|
16
|
-
order: 0,
|
|
17
|
-
slug: "exploration",
|
|
18
|
-
name: "Exploration / Ideation",
|
|
19
|
-
question: "Is there a problem worth my time?",
|
|
20
|
-
signals: [
|
|
21
|
-
"20+ discovery interviews",
|
|
22
|
-
"Clear problem statement",
|
|
23
|
-
"Named ICP"
|
|
24
|
-
],
|
|
25
|
-
traps: ["Branding before discovery", "Premature tooling decisions"],
|
|
26
|
-
focusAreas: [
|
|
27
|
-
"Customer discovery",
|
|
28
|
-
"Problem definition",
|
|
29
|
-
"Segment clarity"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
[LifecycleStage.ProblemSolutionFit]: {
|
|
33
|
-
id: LifecycleStage.ProblemSolutionFit,
|
|
34
|
-
order: 1,
|
|
35
|
-
slug: "problem-solution-fit",
|
|
36
|
-
name: "Problem–Solution Fit",
|
|
37
|
-
question: "Do people care enough about this solution?",
|
|
38
|
-
signals: [
|
|
39
|
-
"Prototype reuse",
|
|
40
|
-
"Referral energy",
|
|
41
|
-
"Pre-pay interest"
|
|
42
|
-
],
|
|
43
|
-
traps: ["“Market is huge” without users", "Skipping qualitative loops"],
|
|
44
|
-
focusAreas: [
|
|
45
|
-
"Solution hypothesis",
|
|
46
|
-
"Value messaging",
|
|
47
|
-
"Feedback capture"
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
[LifecycleStage.MvpEarlyTraction]: {
|
|
51
|
-
id: LifecycleStage.MvpEarlyTraction,
|
|
52
|
-
order: 2,
|
|
53
|
-
slug: "mvp-early-traction",
|
|
54
|
-
name: "MVP & Early Traction",
|
|
55
|
-
question: "Can we get real usage and learn fast?",
|
|
56
|
-
signals: [
|
|
57
|
-
"20–50 named active users",
|
|
58
|
-
"Weekly releases",
|
|
59
|
-
"Noisy feedback"
|
|
60
|
-
],
|
|
61
|
-
traps: ["Overbuilt infra for 10 users", "Undefined retention metric"],
|
|
62
|
-
focusAreas: [
|
|
63
|
-
"Activation",
|
|
64
|
-
"Cohort tracking",
|
|
65
|
-
"Feedback rituals"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
[LifecycleStage.ProductMarketFit]: {
|
|
69
|
-
id: LifecycleStage.ProductMarketFit,
|
|
70
|
-
order: 3,
|
|
71
|
-
slug: "product-market-fit",
|
|
72
|
-
name: "Product–Market Fit",
|
|
73
|
-
question: "Is this pulling us forward?",
|
|
74
|
-
signals: [
|
|
75
|
-
"Retention without heroics",
|
|
76
|
-
"Organic word-of-mouth",
|
|
77
|
-
"Value stories"
|
|
78
|
-
],
|
|
79
|
-
traps: ["Hero growth that does not scale", "Ignoring churn signals"],
|
|
80
|
-
focusAreas: [
|
|
81
|
-
"Retention",
|
|
82
|
-
"Reliability",
|
|
83
|
-
"ICP clarity"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
[LifecycleStage.GrowthScaleUp]: {
|
|
87
|
-
id: LifecycleStage.GrowthScaleUp,
|
|
88
|
-
order: 4,
|
|
89
|
-
slug: "growth-scale-up",
|
|
90
|
-
name: "Growth / Scale-up",
|
|
91
|
-
question: "Can we grow this repeatably?",
|
|
92
|
-
signals: [
|
|
93
|
-
"Predictable channels",
|
|
94
|
-
"Specialized hires",
|
|
95
|
-
"Unit economics on track"
|
|
96
|
-
],
|
|
97
|
-
traps: ["Paid spend masking retention gaps", "Infra debt blocking launches"],
|
|
98
|
-
focusAreas: [
|
|
99
|
-
"Ops systems",
|
|
100
|
-
"Growth loops",
|
|
101
|
-
"Reliability engineering"
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
[LifecycleStage.ExpansionPlatform]: {
|
|
105
|
-
id: LifecycleStage.ExpansionPlatform,
|
|
106
|
-
order: 5,
|
|
107
|
-
slug: "expansion-platform",
|
|
108
|
-
name: "Expansion / Platform",
|
|
109
|
-
question: "What is the next growth curve?",
|
|
110
|
-
signals: [
|
|
111
|
-
"Stable core metrics",
|
|
112
|
-
"Partner/API demand",
|
|
113
|
-
"Ecosystem pull"
|
|
114
|
-
],
|
|
115
|
-
traps: ["Platform theater before wedge is solid"],
|
|
116
|
-
focusAreas: [
|
|
117
|
-
"Partnerships",
|
|
118
|
-
"APIs",
|
|
119
|
-
"New market validation"
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
[LifecycleStage.MaturityRenewal]: {
|
|
123
|
-
id: LifecycleStage.MaturityRenewal,
|
|
124
|
-
order: 6,
|
|
125
|
-
slug: "maturity-renewal",
|
|
126
|
-
name: "Maturity / Renewal",
|
|
127
|
-
question: "Optimize, reinvent, or sunset?",
|
|
128
|
-
signals: [
|
|
129
|
-
"Margin focus",
|
|
130
|
-
"Portfolio bets",
|
|
131
|
-
"Narrative refresh"
|
|
132
|
-
],
|
|
133
|
-
traps: ["Assuming past success is enough"],
|
|
134
|
-
focusAreas: [
|
|
135
|
-
"Cost optimization",
|
|
136
|
-
"Reinvention bets",
|
|
137
|
-
"Sunset planning"
|
|
138
|
-
]
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
|
|
142
|
-
//#endregion
|
|
143
|
-
export { LIFECYCLE_STAGE_META, LifecycleStage };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../types/stages.js";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "../libs/lifecycle/dist/index.js";
|
|
2
|
-
import { library_stage_map_default } from "../data/library-stage-map.js";
|
|
3
|
-
|
|
4
|
-
//#region ../../modules/lifecycle-advisor/dist/recommendations/library-recommender.js
|
|
5
|
-
const LIBRARY_MAP = new Map(library_stage_map_default.map((entry) => [entry.stage, entry.items]));
|
|
6
|
-
var ContractSpecLibraryRecommender = class {
|
|
7
|
-
mapping;
|
|
8
|
-
constructor(overrides) {
|
|
9
|
-
this.mapping = overrides?.length ? new Map(overrides.map((entry) => [entry.stage, entry.items])) : LIBRARY_MAP;
|
|
10
|
-
}
|
|
11
|
-
recommend(stage, limit = 4) {
|
|
12
|
-
const items = this.mapping.get(stage);
|
|
13
|
-
if (!items?.length) return [];
|
|
14
|
-
return items.slice(0, limit);
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
export { ContractSpecLibraryRecommender };
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { LIFECYCLE_STAGE_META } from "../libs/lifecycle/dist/types/stages.js";
|
|
2
|
-
import "../libs/lifecycle/dist/index.js";
|
|
3
|
-
import { stage_playbooks_default } from "../data/stage-playbooks.js";
|
|
4
|
-
|
|
5
|
-
//#region ../../modules/lifecycle-advisor/dist/recommendations/recommendation-engine.js
|
|
6
|
-
const PLAYBOOK_MAP = new Map(stage_playbooks_default.map((entry) => [entry.stage, {
|
|
7
|
-
...entry,
|
|
8
|
-
stage: entry.stage
|
|
9
|
-
}]));
|
|
10
|
-
var LifecycleRecommendationEngine = class {
|
|
11
|
-
playbooks;
|
|
12
|
-
constructor(overrides) {
|
|
13
|
-
this.playbooks = overrides?.length ? new Map(overrides.map((entry) => [entry.stage, entry])) : PLAYBOOK_MAP;
|
|
14
|
-
}
|
|
15
|
-
generate(assessment, options = {}) {
|
|
16
|
-
const entry = this.playbooks.get(assessment.stage) ?? createFallbackPlaybook(assessment.stage);
|
|
17
|
-
const limit = options.limit ?? 3;
|
|
18
|
-
const actions = (entry.actions ?? []).slice(0, limit);
|
|
19
|
-
const finalActions = actions.length > 0 ? actions : fallbackActions(assessment, limit);
|
|
20
|
-
return {
|
|
21
|
-
assessmentId: assessment.generatedAt,
|
|
22
|
-
stage: assessment.stage,
|
|
23
|
-
actions: finalActions,
|
|
24
|
-
upcomingMilestones: options.upcomingMilestones ?? [],
|
|
25
|
-
ceremony: entry.ceremony
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
const createFallbackPlaybook = (stage) => ({
|
|
30
|
-
stage,
|
|
31
|
-
actions: [],
|
|
32
|
-
focusAreas: LIFECYCLE_STAGE_META[stage].focusAreas
|
|
33
|
-
});
|
|
34
|
-
const fallbackActions = (assessment, limit) => (assessment.focusAreas ?? LIFECYCLE_STAGE_META[assessment.stage].focusAreas).slice(0, limit).map((focus, index) => ({
|
|
35
|
-
id: `fallback-${assessment.stage}-${index}`,
|
|
36
|
-
stage: assessment.stage,
|
|
37
|
-
title: `Advance ${focus}`,
|
|
38
|
-
description: `Identify one task that will improve "${focus}" this week.`,
|
|
39
|
-
priority: index + 1,
|
|
40
|
-
estimatedImpact: "low",
|
|
41
|
-
effortLevel: "s",
|
|
42
|
-
category: "product"
|
|
43
|
-
}));
|
|
44
|
-
|
|
45
|
-
//#endregion
|
|
46
|
-
export { LifecycleRecommendationEngine };
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { CapitalPhase, CompanyPhase, ProductPhase } from "../libs/lifecycle/dist/types/axes.js";
|
|
2
|
-
import "../libs/lifecycle/dist/index.js";
|
|
3
|
-
|
|
4
|
-
//#region ../../modules/lifecycle-core/dist/collectors/signal-collector.js
|
|
5
|
-
const DEFAULT_AXES = {
|
|
6
|
-
product: ProductPhase.Sketch,
|
|
7
|
-
company: CompanyPhase.Solo,
|
|
8
|
-
capital: CapitalPhase.Bootstrapped
|
|
9
|
-
};
|
|
10
|
-
var StageSignalCollector = class {
|
|
11
|
-
options;
|
|
12
|
-
constructor(options) {
|
|
13
|
-
this.options = options;
|
|
14
|
-
}
|
|
15
|
-
async collect(input = {}) {
|
|
16
|
-
const axes = {
|
|
17
|
-
...DEFAULT_AXES,
|
|
18
|
-
...input.axes ?? {}
|
|
19
|
-
};
|
|
20
|
-
const metricsSnapshots = [];
|
|
21
|
-
const aggregatedSignals = [...input.signals ?? []];
|
|
22
|
-
const questionnaireAnswers = { ...input.questionnaireAnswers ?? {} };
|
|
23
|
-
if (input.metrics) metricsSnapshots.push(input.metrics);
|
|
24
|
-
if (this.options.analyticsAdapter) {
|
|
25
|
-
const result = await this.options.analyticsAdapter.fetch();
|
|
26
|
-
if (result.axes) Object.assign(axes, result.axes);
|
|
27
|
-
if (result.metrics) metricsSnapshots.push(result.metrics);
|
|
28
|
-
if (result.signals) aggregatedSignals.push(...result.signals);
|
|
29
|
-
}
|
|
30
|
-
if (this.options.questionnaireAdapter) {
|
|
31
|
-
const result = await this.options.questionnaireAdapter.fetch();
|
|
32
|
-
if (result.axes) Object.assign(axes, result.axes);
|
|
33
|
-
if (result.signals) aggregatedSignals.push(...result.signals);
|
|
34
|
-
Object.assign(questionnaireAnswers, result.answers);
|
|
35
|
-
}
|
|
36
|
-
if (this.options.intentAdapter) {
|
|
37
|
-
const result = await this.options.intentAdapter.fetch();
|
|
38
|
-
if (result.signals) aggregatedSignals.push(...result.signals);
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
axes,
|
|
42
|
-
metrics: mergeMetricSnapshots(metricsSnapshots),
|
|
43
|
-
signals: dedupeSignals(aggregatedSignals),
|
|
44
|
-
questionnaireAnswers: Object.keys(questionnaireAnswers).length ? questionnaireAnswers : void 0
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
const mergeMetricSnapshots = (snapshots) => snapshots.reduce((acc, snapshot) => {
|
|
49
|
-
Object.entries(snapshot ?? {}).forEach(([key, value]) => {
|
|
50
|
-
if (value !== void 0 && value !== null) acc[key] = value;
|
|
51
|
-
});
|
|
52
|
-
return acc;
|
|
53
|
-
}, {});
|
|
54
|
-
const dedupeSignals = (signals) => {
|
|
55
|
-
const seen = /* @__PURE__ */ new Set();
|
|
56
|
-
return signals.filter((signal) => {
|
|
57
|
-
if (!signal.id) return true;
|
|
58
|
-
if (seen.has(signal.id)) return false;
|
|
59
|
-
seen.add(signal.id);
|
|
60
|
-
return true;
|
|
61
|
-
});
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
//#endregion
|
|
65
|
-
export { StageSignalCollector };
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
//#region ../../modules/lifecycle-core/dist/data/milestones-catalog.js
|
|
2
|
-
var milestones_catalog_default = [
|
|
3
|
-
{
|
|
4
|
-
"id": "stage0-problem-statement",
|
|
5
|
-
"stage": 0,
|
|
6
|
-
"category": "product",
|
|
7
|
-
"title": "Write the pain statement",
|
|
8
|
-
"description": "Capture the clearest description of the top problem in the customer’s own words.",
|
|
9
|
-
"priority": 1,
|
|
10
|
-
"actionItems": ["Interview at least 5 ideal customers", "Synthesize quotes into a one-page brief"]
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"id": "stage1-prototype-loop",
|
|
14
|
-
"stage": 1,
|
|
15
|
-
"category": "product",
|
|
16
|
-
"title": "Prototype feedback loop",
|
|
17
|
-
"description": "Ship a clickable prototype and gather 3 rounds of feedback.",
|
|
18
|
-
"priority": 2,
|
|
19
|
-
"actionItems": ["Create a low-fidelity prototype", "Schedule standing feedback calls"]
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "stage2-activation",
|
|
23
|
-
"stage": 2,
|
|
24
|
-
"category": "operations",
|
|
25
|
-
"title": "Activation checklist",
|
|
26
|
-
"description": "Define the minimum steps required for a new user to succeed.",
|
|
27
|
-
"priority": 1,
|
|
28
|
-
"actionItems": ["Document onboarding flow", "Instrument activation analytics"]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "stage3-retention-narrative",
|
|
32
|
-
"stage": 3,
|
|
33
|
-
"category": "product",
|
|
34
|
-
"title": "Retention narrative",
|
|
35
|
-
"description": "Create the before/after story that proves why users stay.",
|
|
36
|
-
"priority": 2,
|
|
37
|
-
"actionItems": ["Interview 3 retained users", "Publish a one-pager with concrete metrics"]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"id": "stage4-growth-loop",
|
|
41
|
-
"stage": 4,
|
|
42
|
-
"category": "growth",
|
|
43
|
-
"title": "Install a growth loop",
|
|
44
|
-
"description": "Stand up a repeatable acquisition → activation → referral motion.",
|
|
45
|
-
"priority": 1,
|
|
46
|
-
"actionItems": [
|
|
47
|
-
"Define loop metrics",
|
|
48
|
-
"Assign owners for each stage",
|
|
49
|
-
"Review weekly"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"id": "stage5-platform-blueprint",
|
|
54
|
-
"stage": 5,
|
|
55
|
-
"category": "product",
|
|
56
|
-
"title": "Platform blueprint",
|
|
57
|
-
"description": "Align on APIs, integrations, and governance for partners.",
|
|
58
|
-
"priority": 2,
|
|
59
|
-
"actionItems": ["Create integration scoring rubric", "Publish partner onboarding checklist"]
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"id": "stage6-renewal-ops",
|
|
63
|
-
"stage": 6,
|
|
64
|
-
"category": "operations",
|
|
65
|
-
"title": "Renewal operating rhythm",
|
|
66
|
-
"description": "Decide whether to optimize, reinvest, or sunset each major surface.",
|
|
67
|
-
"priority": 1,
|
|
68
|
-
"actionItems": ["Hold quarterly renewal review", "Document reinvestment bets"]
|
|
69
|
-
}
|
|
70
|
-
];
|
|
71
|
-
|
|
72
|
-
//#endregion
|
|
73
|
-
export { milestones_catalog_default };
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
//#region ../../modules/lifecycle-core/dist/data/stage-weights.js
|
|
2
|
-
var stage_weights_default = {
|
|
3
|
-
Exploration: {
|
|
4
|
-
"base": .35,
|
|
5
|
-
"metrics": {
|
|
6
|
-
"activeUsers": {
|
|
7
|
-
"weight": -.3,
|
|
8
|
-
"direction": "lte",
|
|
9
|
-
"threshold": 5
|
|
10
|
-
},
|
|
11
|
-
"customerCount": {
|
|
12
|
-
"weight": -.2,
|
|
13
|
-
"direction": "lte",
|
|
14
|
-
"threshold": 3
|
|
15
|
-
},
|
|
16
|
-
"teamSize": {
|
|
17
|
-
"weight": -.1,
|
|
18
|
-
"direction": "lte",
|
|
19
|
-
"threshold": 3
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"signalKinds": {
|
|
23
|
-
"qualitative": .4,
|
|
24
|
-
"metric": .1
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
ProblemSolutionFit: {
|
|
28
|
-
"base": .4,
|
|
29
|
-
"metrics": {
|
|
30
|
-
"activeUsers": {
|
|
31
|
-
"weight": .2,
|
|
32
|
-
"direction": "gte",
|
|
33
|
-
"threshold": 5
|
|
34
|
-
},
|
|
35
|
-
"customerCount": {
|
|
36
|
-
"weight": .2,
|
|
37
|
-
"direction": "gte",
|
|
38
|
-
"threshold": 3
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"signalKinds": {
|
|
42
|
-
"qualitative": .3,
|
|
43
|
-
"event": .1
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
MvpEarlyTraction: {
|
|
47
|
-
"base": .45,
|
|
48
|
-
"metrics": {
|
|
49
|
-
"activeUsers": {
|
|
50
|
-
"weight": .25,
|
|
51
|
-
"direction": "gte",
|
|
52
|
-
"threshold": 25
|
|
53
|
-
},
|
|
54
|
-
"weeklyActiveUsers": {
|
|
55
|
-
"weight": .25,
|
|
56
|
-
"direction": "gte",
|
|
57
|
-
"threshold": 20
|
|
58
|
-
},
|
|
59
|
-
"retentionRate": {
|
|
60
|
-
"weight": .2,
|
|
61
|
-
"direction": "gte",
|
|
62
|
-
"threshold": .25
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"signalKinds": {
|
|
66
|
-
"metric": .15,
|
|
67
|
-
"event": .1
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
ProductMarketFit: {
|
|
71
|
-
"base": .5,
|
|
72
|
-
"metrics": {
|
|
73
|
-
"retentionRate": {
|
|
74
|
-
"weight": .35,
|
|
75
|
-
"direction": "gte",
|
|
76
|
-
"threshold": .45
|
|
77
|
-
},
|
|
78
|
-
"monthlyRecurringRevenue": {
|
|
79
|
-
"weight": .25,
|
|
80
|
-
"direction": "gte",
|
|
81
|
-
"threshold": 1e4
|
|
82
|
-
},
|
|
83
|
-
"customerCount": {
|
|
84
|
-
"weight": .2,
|
|
85
|
-
"direction": "gte",
|
|
86
|
-
"threshold": 30
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"signalKinds": {
|
|
90
|
-
"metric": .15,
|
|
91
|
-
"event": .1
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
GrowthScaleUp: {
|
|
95
|
-
"base": .55,
|
|
96
|
-
"metrics": {
|
|
97
|
-
"retentionRate": {
|
|
98
|
-
"weight": .2,
|
|
99
|
-
"direction": "gte",
|
|
100
|
-
"threshold": .55
|
|
101
|
-
},
|
|
102
|
-
"monthlyRecurringRevenue": {
|
|
103
|
-
"weight": .3,
|
|
104
|
-
"direction": "gte",
|
|
105
|
-
"threshold": 5e4
|
|
106
|
-
},
|
|
107
|
-
"teamSize": {
|
|
108
|
-
"weight": .15,
|
|
109
|
-
"direction": "gte",
|
|
110
|
-
"threshold": 15
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"signalKinds": {
|
|
114
|
-
"event": .2,
|
|
115
|
-
"metric": .15
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
ExpansionPlatform: {
|
|
119
|
-
"base": .6,
|
|
120
|
-
"metrics": {
|
|
121
|
-
"monthlyRecurringRevenue": {
|
|
122
|
-
"weight": .35,
|
|
123
|
-
"direction": "gte",
|
|
124
|
-
"threshold": 15e4
|
|
125
|
-
},
|
|
126
|
-
"customerCount": {
|
|
127
|
-
"weight": .2,
|
|
128
|
-
"direction": "gte",
|
|
129
|
-
"threshold": 100
|
|
130
|
-
},
|
|
131
|
-
"teamSize": {
|
|
132
|
-
"weight": .15,
|
|
133
|
-
"direction": "gte",
|
|
134
|
-
"threshold": 40
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
"signalKinds": {
|
|
138
|
-
"event": .2,
|
|
139
|
-
"milestone": .1
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
MaturityRenewal: {
|
|
143
|
-
"base": .6,
|
|
144
|
-
"metrics": {
|
|
145
|
-
"monthlyRecurringRevenue": {
|
|
146
|
-
"weight": .25,
|
|
147
|
-
"direction": "gte",
|
|
148
|
-
"threshold": 25e4
|
|
149
|
-
},
|
|
150
|
-
"teamSize": {
|
|
151
|
-
"weight": .15,
|
|
152
|
-
"direction": "gte",
|
|
153
|
-
"threshold": 80
|
|
154
|
-
},
|
|
155
|
-
"burnMultiple": {
|
|
156
|
-
"weight": .2,
|
|
157
|
-
"direction": "lte",
|
|
158
|
-
"threshold": 1.5
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
"signalKinds": {
|
|
162
|
-
"event": .2,
|
|
163
|
-
"milestone": .15
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
|
|
168
|
-
//#endregion
|
|
169
|
-
export { stage_weights_default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { StageSignalCollector } from "./collectors/signal-collector.js";
|
|
2
|
-
import { StageScorer } from "./scoring/stage-scorer.js";
|
|
3
|
-
import { LifecycleMilestonePlanner } from "./planning/milestone-planner.js";
|
|
4
|
-
import { LifecycleOrchestrator } from "./orchestrator/lifecycle-orchestrator.js";
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
//#region ../../modules/lifecycle-core/dist/libs/lifecycle/dist/types/axes.js
|
|
2
|
-
let ProductPhase = /* @__PURE__ */ function(ProductPhase$1) {
|
|
3
|
-
ProductPhase$1["Sketch"] = "Sketch";
|
|
4
|
-
ProductPhase$1["Prototype"] = "Prototype";
|
|
5
|
-
ProductPhase$1["Mvp"] = "MVP";
|
|
6
|
-
ProductPhase$1["V1"] = "V1";
|
|
7
|
-
ProductPhase$1["Ecosystem"] = "Ecosystem";
|
|
8
|
-
return ProductPhase$1;
|
|
9
|
-
}({});
|
|
10
|
-
let CompanyPhase = /* @__PURE__ */ function(CompanyPhase$1) {
|
|
11
|
-
CompanyPhase$1["Solo"] = "Solo";
|
|
12
|
-
CompanyPhase$1["TinyTeam"] = "TinyTeam";
|
|
13
|
-
CompanyPhase$1["FunctionalOrg"] = "FunctionalOrg";
|
|
14
|
-
CompanyPhase$1["MultiTeam"] = "MultiTeam";
|
|
15
|
-
CompanyPhase$1["Bureaucratic"] = "Bureaucratic";
|
|
16
|
-
return CompanyPhase$1;
|
|
17
|
-
}({});
|
|
18
|
-
let CapitalPhase = /* @__PURE__ */ function(CapitalPhase$1) {
|
|
19
|
-
CapitalPhase$1["Bootstrapped"] = "Bootstrapped";
|
|
20
|
-
CapitalPhase$1["PreSeed"] = "PreSeed";
|
|
21
|
-
CapitalPhase$1["Seed"] = "Seed";
|
|
22
|
-
CapitalPhase$1["SeriesAorB"] = "SeriesAorB";
|
|
23
|
-
CapitalPhase$1["LateStage"] = "LateStage";
|
|
24
|
-
return CapitalPhase$1;
|
|
25
|
-
}({});
|
|
26
|
-
|
|
27
|
-
//#endregion
|
|
28
|
-
export { CapitalPhase, CompanyPhase, ProductPhase };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./stages.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./stages.js";
|