II.
LibraryProcess JSON
Structured · livelib-process:software-architecture--adr-documentation
adr-documentation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:software-architecture--adr-documentation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "adr-documentation",
"description": "Architecture Decision Records (ADRs) lifecycle management process with decision analysis, template generation, review workflow, and ADR repository maintenance",
"libraryPath": "library/specializations/software-architecture/adr-documentation.js",
"specialization": "software-architecture",
"usesAgents": [
"adr-generator",
"markdown-processor",
"tech-writing-linter"
]
},
"outgoingEdges": [
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "skill-area:adr-writing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "topic:architecture-decisions",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--adr-documentation",
"to": "specialization:software-architecture",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}