Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · library/processes/shared/scene-context-builder
lib-process:shared--scene-context-buildera5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
LibraryProcess overview

lib-process:shared--scene-context-builder

Reference · live

library/processes/shared/scene-context-builder overview

Assemble a "scene context" string for a subagent working on one task inside a multi-task plan. Answers four questions the subagent needs every time: where am I in the plan, who is running concurrently, what's next that I must NOT implement, and what did prior tasks already build. Extracted from the `buildSceneContext` helper in joe-habu/superbabysitter/process/subagent-tdd-loop.js (lines 69-144). Usage: ```js import { buildSceneContext } from '@a5c-ai/babysitter-library/processes/shared'; const scene = buildSceneContext({ task: plan.tasks[i], taskIndex: i, allTasks: plan.tasks, buildManifest, batchContext: null, // or { peerTasks, upcomingBatches, currentBatchIndex } in parallel mode }); ```

LibraryProcessOutgoing · 11Incoming · 0

Attributes

displayName
library/processes/shared/scene-context-builder
description
Assemble a "scene context" string for a subagent working on one task inside a multi-task plan. Answers four questions the subagent needs every time: where am I in the plan, who is running concurrently, what's next that I must NOT implement, and what did prior tasks already build. Extracted from the `buildSceneContext` helper in joe-habu/superbabysitter/process/subagent-tdd-loop.js (lines 69-144). Usage: ```js import { buildSceneContext } from '@a5c-ai/babysitter-library/processes/shared'; const scene = buildSceneContext({ task: plan.tasks[i], taskIndex: i, allTasks: plan.tasks, buildManifest, batchContext: null, // or { peerTasks, upcomingBatches, currentBatchIndex } in parallel mode }); ```
libraryPath
library/processes/shared/scene-context-builder.js

Outgoing edges

lib_applies_to_domain1
  • domain:software-engineering·DomainSoftware Engineering
lib_covers_topic2
  • topic:test-driven-development·TopicTest-Driven Development
  • topic:code-review-best-practices·TopicCode Review Best Practices
lib_implements_workflow3
  • workflow:code-review·Workflow
  • workflow:feature-development·Workflow
  • workflow:release-management·Workflow
lib_involves_role3
  • role:backend-engineer·RoleBackend Engineer
  • role:tech-lead·RoleTech Lead
  • role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
  • skill-area:code-review-practice·SkillAreaCode Review Practice
  • skill-area:e2e-testing·SkillAreaEnd-to-End Testing

Incoming edges

None.

Related pages

No related wiki pages for this record.

Shortcuts

Open in graph
Browse node kind