iiRecord
Agentic AI Atlas · Explorer
subagent:explorera5c.ai
II.
Subagent JSON

subagent:explorer

Structured · live

Explorer json

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

File · extensions/subagents/explorer.yamlCluster · extensions
Record JSON
{
  "id": "subagent:explorer",
  "_kind": "Subagent",
  "_file": "extensions/subagents/explorer.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Explorer",
    "provenance": "built-in",
    "subjectId": "agentVersion:claude:ge-0-0-0",
    "roleId": "role:explorer",
    "systemPrompt": "You explore unfamiliar codebases. Use search and read tools only.\nProduce a concise map: entry points, key modules, important data\nflows. Do not modify files.\n",
    "tools": [
      "tool-descriptor:github.create-issue"
    ],
    "disallowedTools": [],
    "triggers": "Invoke when the user wants a high-level survey of an unknown\ncodebase or wants to locate where a feature lives.\n",
    "description": "Read-only explorer subagent restricted to search/read tools.\nModeled after the `Explore` subagent bundled with Anthropic Claude Code\n(https://docs.anthropic.com/en/docs/claude-code/sub-agents).\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:explorer",
      "to": "role:explorer",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:explorer",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "subagent:explorer",
      "to": "source-ref:a5c-plugins-quality",
      "kind": "sourced_from",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "scope-boundary:subagent-explorer.scope",
      "to": "subagent:explorer",
      "kind": "bounds_subject"
    }
  ]
}