II.
LibraryProcess JSON
Structured · livelib-process:shared--devin
devin json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--devin",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "devin",
"description": "Devin-style workflow: Plan → Code → Debug → Deploy with iterative refinement",
"libraryPath": "library/methodologies/devin.js",
"usesAgents": [
"devin-planner",
"coder",
"tester",
"devin-debugger",
"fix-applier",
"quality-scorer",
"deployer"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--devin",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--devin",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--devin",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "methodology:devin",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--devin",
"to": "lib-agent:shared--coder",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:shared--devin",
"to": "lib-agent:shared--tester",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}