II.
LibraryProcess JSON
Structured · livelib-process:entrepreneurship--problem-solution-fit-validation
problem-solution-fit-validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:entrepreneurship--problem-solution-fit-validation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "problem-solution-fit-validation",
"description": "Problem-Solution Fit Validation Process - Structured process to validate that a proposed solution effectively addresses a real customer problem worth solving.",
"libraryPath": "library/specializations/domains/business/entrepreneurship/problem-solution-fit-validation.js",
"specialization": "entrepreneurship",
"references": [
"- Lean Startup Methodology: https://theleanstartup.com/\n- Testing Business Ideas: https://www.strategyzer.com/books/testing-business-ideas\n- Design Thinking: https://designthinking.ideo.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/entrepreneurship/problem-solution-fit-validation', {\n projectName: 'Invoice Automation Tool',\n problemStatement: 'Freelancers spend 5+ hours/week on manual invoicing',\n solutionHypothesis: 'AI-powered invoice generation from time entries',\n targetCustomers: ['Freelance Designers', 'Consultants']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "skill-area:business-model-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "skill-area:growth-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "domain:entrepreneurship",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "role:strategic-planner",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--problem-solution-fit-validation",
"to": "specialization:entrepreneurship",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}