II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--configuration-management-system
specializations/cli-mcp-development/configuration-management-system json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--configuration-management-system",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/configuration-management-system",
"description": "Configuration Management System - Implement hierarchical configuration loading\nfrom files, environment variables, and command-line arguments with validation.",
"libraryPath": "library/specializations/cli-mcp-development/configuration-management-system.js",
"specialization": "cli-mcp-development",
"references": [
"- node-config: https://github.com/node-config/node-config",
"- Viper (Go): https://github.com/spf13/viper",
"- python-decouple: https://github.com/HBNetwork/python-decouple"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/configuration-management-system', {\n projectName: 'my-cli-app',\n language: 'typescript',\n configFormats: ['json', 'yaml', 'toml', 'env'],\n features: ['hierarchical', 'validation', 'secrets', 'watch']\n});",
"usesAgents": [
"cli-ux-architect",
"cli-testing-architect",
"cli-docs-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "lib-agent:cli-mcp-development--cli-ux-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "lib-agent:cli-mcp-development--cli-testing-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--configuration-management-system",
"to": "lib-agent:cli-mcp-development--cli-docs-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}