II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--cli-documentation-generation
specializations/cli-mcp-development/cli-documentation-generation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--cli-documentation-generation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/cli-documentation-generation",
"description": "CLI Documentation Generation - Implement automated documentation generation from CLI command definitions\nincluding markdown docs, man pages, and command references.",
"libraryPath": "library/specializations/cli-mcp-development/cli-documentation-generation.js",
"specialization": "cli-mcp-development",
"references": [
"- Cobra doc generation: https://github.com/spf13/cobra/blob/main/doc/README.md",
"- oclif README generation: https://oclif.io/docs/commands#readme-generation"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/cli-documentation-generation', {\n projectName: 'my-cli',\n language: 'typescript',\n framework: 'commander',\n outputFormats: ['markdown', 'manpage', 'html']\n});",
"usesAgents": [
"cli-docs-writer",
"cli-ux-architect",
"cli-packaging-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "lib-agent:cli-mcp-development--cli-docs-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--cli-documentation-generation",
"to": "lib-agent:cli-mcp-development--cli-ux-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}