II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--windows-features
specializations/desktop-development/windows-features json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--windows-features",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/windows-features",
"description": "Windows-Specific Feature Implementation - Implement Windows-specific features including jump lists,\nthumbnail toolbars, taskbar progress, Windows Store integration, and registry operations.",
"libraryPath": "library/specializations/desktop-development/windows-features.js",
"specialization": "desktop-development",
"references": [
"- Electron Windows Integration: https://www.electronjs.org/docs/latest/tutorial/windows-taskbar",
"- Windows App Features: https://docs.microsoft.com/en-us/windows/apps/"
],
"example": "const result = await orchestrate('specializations/desktop-development/windows-features', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n windowsFeatures: ['jump-lists', 'thumbnail-toolbar', 'taskbar-progress', 'toast-notifications', 'store-integration']\n});",
"usesAgents": [
"windows-platform-expert",
"windows-jumplist-builder",
"toolbar-developer",
"progress-developer",
"toast-developer",
"overlay-developer",
"msix-packaging",
"windows-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--windows-features",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--windows-features",
"to": "lib-agent:desktop-development--windows-platform-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}