II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--cross-platform-app-init
specializations/desktop-development/cross-platform-app-init json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--cross-platform-app-init",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/cross-platform-app-init",
"description": "Cross-Platform Desktop App Initialization - Set up new desktop application project with chosen framework\n(Electron, Qt, Flutter, MAUI); configure build system, project structure, dependencies, and basic application scaffold.",
"libraryPath": "library/specializations/desktop-development/cross-platform-app-init.js",
"specialization": "desktop-development",
"references": [
"- Electron Quick Start: https://www.electronjs.org/docs/latest/tutorial/quick-start",
"- Qt Getting Started: https://doc.qt.io/qt-6/gettingstarted.html",
"- Flutter Desktop: https://flutter.dev/desktop",
"- .NET MAUI: https://docs.microsoft.com/en-us/dotnet/maui/"
],
"example": "const result = await orchestrate('specializations/desktop-development/cross-platform-app-init', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n targetPlatforms: ['windows', 'macos', 'linux'],\n language: 'TypeScript',\n uiFramework: 'React'\n});",
"usesAgents": [
"electron-architect",
"project-scaffolder",
"dependency-manager",
"build-engineer",
"electron-main-preload-generator",
"cross-platform-abstraction-architect",
"dev-environment-specialist",
"technical-writer",
"qa-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "lib-agent:desktop-development--electron-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "lib-agent:game-development--build-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "lib-agent:desktop-development--cross-platform-abstraction-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:desktop-development--cross-platform-app-init",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}