II.
LibraryProcess JSON
Structured · livelib-process:shared--graph-of-thoughts
graph-of-thoughts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--graph-of-thoughts",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "graph-of-thoughts",
"description": "Graph of Thoughts - Explore solution space as a graph with branching, merging, and backtracking",
"libraryPath": "library/methodologies/graph-of-thoughts.js",
"usesAgents": [
"thought-generator",
"branch-generator",
"thought-evaluator",
"solution-evaluator"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "skill-area:prioritization-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "role:engineering-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "methodology:graph-of-thoughts",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}