II.
LibraryProcess overview
Reference · livelib-process:entrepreneurship--growth-experiment-design
growth-experiment-design overview
Growth Experiment Design and Execution Process - Systematic approach to designing, running, and analyzing growth experiments with statistical rigor.
Attributes
displayName
growth-experiment-design
description
Growth Experiment Design and Execution Process - Systematic approach to designing, running, and analyzing growth experiments with statistical rigor.
libraryPath
library/specializations/domains/business/entrepreneurship/growth-experiment-design.js
specialization
entrepreneurship
references
- - Hacking Growth (Sean Ellis): https://www.amazon.com/Hacking-Growth-Morgan-Brown/dp/045149721X - Trustworthy Online Controlled Experiments: https://www.amazon.com/Trustworthy-Online-Controlled-Experiments-Practical/dp/1108724264
example
const result = await orchestrate('specializations/domains/business/entrepreneurship/growth-experiment-design', {
companyName: 'GrowthLab',
growthGoal: 'Increase activation rate from 30% to 50%',
currentMetrics: { activation: 30, retention7d: 25 }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:entrepreneurship·DomainEntrepreneurship
lib_belongs_to_specialization1
- specialization:entrepreneurship·SpecializationEntrepreneurship
lib_implements_workflow1
- workflow:product-discovery·WorkflowProduct Discovery
lib_involves_role2
- role:strategic-planner·RoleStrategic Planner
- role:product-manager·RoleProduct Manager
lib_requires_skill_area3
- skill-area:business-model-design·SkillAreaBusiness Model Design
- skill-area:growth-strategy·SkillAreaGrowth Strategy
- skill-area:product-strategy·SkillAreaProduct Strategy
Incoming edges
None.