II.
LibraryProcess JSON
Structured · livelib-process:entrepreneurship--demo-day-presentation
demo-day-presentation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:entrepreneurship--demo-day-presentation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "demo-day-presentation",
"description": "Demo Day Presentation Preparation Process - Process to prepare founders for high-stakes demo day presentations at accelerators and investor events.",
"libraryPath": "library/specializations/domains/business/entrepreneurship/demo-day-presentation.js",
"specialization": "entrepreneurship",
"references": [
"- Y Combinator Demo Day: https://www.ycombinator.com/\n- Techstars Demo Day: https://www.techstars.com/\n- Demo Day Best Practices"
],
"example": "const result = await orchestrate('specializations/domains/business/entrepreneurship/demo-day-presentation', {\n companyName: 'InnovateTech',\n product: 'AI-powered customer service platform',\n keyMetrics: { mrr: 50000, customers: 100, growth: '20% MoM' },\n demoType: 'Y Combinator Demo Day',\n timeLimit: 120\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "skill-area:business-model-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "skill-area:growth-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "domain:entrepreneurship",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "role:strategic-planner",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:entrepreneurship--demo-day-presentation",
"to": "specialization:entrepreneurship",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}