iiRecord
Agentic AI Atlas · scope-boundary:subagent-planner.scope
scope-boundary:subagent-planner.scopea5c.ai
II.
ScopeBoundary JSON

scope-boundary:subagent-planner.scope

Structured · live

scope-boundary:subagent-planner.scope json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · sourceref-scope/scope-boundaries/subagent-planner.yamlCluster · sourceref-scope
Record JSON
{
  "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": []
}