II.
LibraryProcess JSON
Structured · livelib-process:entrepreneurship--product-market-fit-assessment
product-market-fit-assessment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:entrepreneurship--product-market-fit-assessment",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "product-market-fit-assessment",
"description": "Product-Market Fit Assessment Process - Systematic process to measure and assess product-market fit using quantitative and qualitative signals.",
"libraryPath": "library/specializations/domains/business/entrepreneurship/product-market-fit-assessment.js",
"specialization": "entrepreneurship",
"references": [
"- Sean Ellis PMF Survey: https://www.startup-marketing.com/\n- Superhuman PMF Engine: https://review.firstround.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/entrepreneurship/product-market-fit-assessment', {\n companyName: 'PMFCo',\n product: 'Team collaboration tool',\n activeUsers: 1000,\n metrics: { retention30d: 45, nps: 35 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "skill-area:business-model-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "skill-area:growth-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "domain:entrepreneurship",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "role:strategic-planner",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--product-market-fit-assessment",
"to": "specialization:entrepreneurship",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}