II.
LibraryProcess JSON
Structured · livelib-process:project-management--quality-assurance-implementation
quality-assurance-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--quality-assurance-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "quality-assurance-implementation",
"description": "Quality Assurance Implementation - Establish quality standards, develop quality plans,\nimplement quality control processes, and ensure deliverables meet requirements.",
"libraryPath": "library/specializations/domains/business/project-management/quality-assurance-implementation.js",
"specialization": "project-management",
"references": [
"- PMI Quality Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- ISO 9001: https://www.iso.org/iso-9001-quality-management.html"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/quality-assurance-implementation', {\n projectName: 'Enterprise Platform',\n qualityRequirements: [{ id: 'QR001', description: 'System uptime 99.9%' }],\n deliverables: [{ name: 'API Gateway', acceptance: [...] }],\n standards: ['ISO 9001', 'CMMI Level 3']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--quality-assurance-implementation",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}