II.
LibraryProcess JSON
Structured · livelib-process:project-management--lessons-learned-knowledge
lessons-learned-knowledge json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--lessons-learned-knowledge",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "lessons-learned-knowledge",
"description": "Lessons Learned and Knowledge Management - Capture project experiences, document lessons,\ncreate knowledge assets, and ensure organizational learning and continuous improvement.",
"libraryPath": "library/specializations/domains/business/project-management/lessons-learned-knowledge.js",
"specialization": "project-management",
"references": [
"- PMI Lessons Learned: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- Knowledge Management: https://www.km.gov/"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/lessons-learned-knowledge', {\n projectName: 'ERP Implementation',\n projectPhase: 'closeout',\n experiences: [{ category: 'technical', description: 'Integration challenges' }],\n stakeholders: [{ name: 'Project Team', role: 'contributor' }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--lessons-learned-knowledge",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}