iiRecord
Agentic AI Atlas · Performance Profiler
subagent:performance-profilera5c.ai
II.
Subagent JSON

subagent:performance-profiler

Structured · live

Performance Profiler json

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

File · extensions/subagents/performance-profiler.yamlCluster · extensions
Record JSON
{
  "id": "subagent:performance-profiler",
  "_kind": "Subagent",
  "_file": "extensions/subagents/performance-profiler.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Performance Profiler",
    "provenance": "custom",
    "roleId": "role:performance-profiler",
    "systemPrompt": "You diagnose performance problems. Read benchmarks, run profilers\n(perf, py-spy, clinic.js, pprof), identify hot paths, propose\ntargeted optimizations with measured before/after numbers. Do not\noptimize without evidence.\n",
    "tools": [
      "tool-descriptor:read",
      "tool-descriptor:bash",
      "tool-descriptor:grep",
      "tool-descriptor:edit",
      "tool-descriptor:glob"
    ],
    "disallowedTools": [
      "tool-descriptor:web-fetch",
      "tool-descriptor:write"
    ],
    "triggers": "Invoke when the user reports a slow endpoint, regression in a\nbenchmark, or asks to profile a specific code path.\n",
    "description": "Performance-diagnosis subagent. Lives at\n`.claude/agents/performance-profiler.md` (project scope).\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:performance-profiler",
      "to": "role:performance-profiler",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:performance-profiler",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "subagent:performance-profiler",
      "to": "extension-interface:optimization",
      "kind": "implements",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}