II.
LibraryProcess JSON
Structured · livelib-process:shared--scene-context-builder
library/processes/shared/scene-context-builder json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--scene-context-builder",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "library/processes/shared/scene-context-builder",
"description": "Assemble a \"scene context\" string for a subagent working on one\n task inside a multi-task plan. Answers four questions the subagent needs\n every time: where am I in the plan, who is running concurrently, what's\n next that I must NOT implement, and what did prior tasks already build.\n Extracted from the `buildSceneContext` helper in\n joe-habu/superbabysitter/process/subagent-tdd-loop.js (lines 69-144).\nUsage:\n```js\nimport { buildSceneContext } from '@a5c-ai/babysitter-library/processes/shared';\nconst scene = buildSceneContext({\n task: plan.tasks[i],\n taskIndex: i,\n allTasks: plan.tasks,\n buildManifest,\n batchContext: null, // or { peerTasks, upcomingBatches, currentBatchIndex } in parallel mode\n});\n```",
"libraryPath": "library/processes/shared/scene-context-builder.js"
},
"outgoingEdges": [
{
"from": "lib-process:shared--scene-context-builder",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--scene-context-builder",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
],
"incomingEdges": []
}