II.
ScopeBoundary JSON
Structured · livescope-boundary:subagent-planner.scope
scope-boundary:subagent-planner.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:subagent-planner.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/subagent-planner.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "subagent:planner",
"inScope": "Decompose a high-level user goal into an ordered plan of concrete sub-tasks suitable for hand-off to executor subagents. Stateless per-invocation.\n",
"outOfScope": "Executing the plan it produces (use task-runner subagents), reviewing PRs, and managing long-running runtime state.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:runtime-only",
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:subagent-planner.scope",
"to": "subagent:planner",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}