II.
Topic JSON
Structured · livetopic:agent-process-library
Agent Process Library json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:agent-process-library",
"_kind": "Topic",
"_file": "domain/topics/topics-agent-orchestration.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Agent Process Library",
"description": "Agent Process Library as a cross-cutting topic - reusable process\ndefinitions composed from the babysitter process library. Covers shared\ncomponents (methodologies like TDD, code review, planning), specialization-\nspecific processes (domain-scoped workflows), and cross-domain processes\nin specializations/shared/. Process definitions use defineTask from the\nSDK and compose effects (agent, shell, skill, breakpoint, sleep) into\ndeterministic replay-safe workflows. The library enables teams to codify\nand share proven development workflows as executable process definitions.\n"
},
"outgoingEdges": [
{
"from": "topic:agent-process-library",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "orch-primitive:workflow-policy-load",
"to": "topic:agent-process-library",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:context-injection",
"to": "topic:agent-process-library",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "domain:ml-ai",
"to": "topic:agent-process-library",
"kind": "contains",
"attributes": {}
},
{
"from": "methodology:spec-driven-development",
"to": "topic:agent-process-library",
"kind": "applies_to"
}
]
}