II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--performance-optimization
specializations/desktop-development/performance-optimization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--performance-optimization",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/performance-optimization",
"description": "Desktop Application Performance Optimization - Profile and optimize desktop app for memory usage,\nstartup time, UI responsiveness, and resource consumption; implement lazy loading and caching strategies.",
"libraryPath": "library/specializations/desktop-development/performance-optimization.js",
"specialization": "desktop-development",
"references": [
"- Chrome DevTools Performance: https://developer.chrome.com/docs/devtools/performance/",
"- Electron Performance: https://www.electronjs.org/docs/latest/tutorial/performance"
],
"example": "const result = await orchestrate('specializations/desktop-development/performance-optimization', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n performanceTargets: { startupTime: 3000, memoryUsage: 200, frameRate: 60 },\n targetPlatforms: ['windows', 'macos', 'linux']\n});",
"usesAgents": [
"performance-analyst",
"startup-optimizer",
"memory-optimizer",
"ui-performance-optimizer",
"bundle-optimizer",
"caching-specialist",
"lazy-loading-specialist",
"performance-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--performance-optimization",
"to": "lib-agent:shared--performance-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}