II.
Role JSON
Structured · liverole:debugger
Debugger json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:debugger",
"_kind": "Role",
"_file": "role/roles/debugger.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Debugger",
"isAgentic": true,
"requiredCapabilities": [
"capability:supports-tool-use",
"capability:supports-text-streaming"
],
"requiredDomains": [
"domain:software-engineering"
],
"description": "Agent that systematically reproduces, isolates, and proposes minimal\nfixes for software defects. Inspects logs, query plans, and stack\ntraces; favours small, evidence-based hypotheses over speculative\nrewrites.\n"
},
"outgoingEdges": [
{
"from": "role:debugger",
"to": "responsibility:incident-response",
"kind": "holds_responsibility"
},
{
"from": "role:debugger",
"to": "responsibility:performance-optimization",
"kind": "holds_responsibility"
},
{
"from": "role:debugger",
"to": "skill-area:bug-fixing-from-issues",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:debugger",
"to": "skill-area:tool-use",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:debugger",
"to": "skill-area:profiling-cpu",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:debugger",
"to": "skill-area:profiling-memory",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:debugger",
"to": "skill-area:multi-turn-tool-use",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:debugger",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:debugger",
"to": "capability:supports-text-streaming",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:debugger",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lib-agent:shared--debugger",
"to": "role:debugger",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "workflow:backend-performance-profiling",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:real-time-streaming-health-check",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:flaky-test-management",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:crash-triage",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:anr-analysis",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:latency-profiling-deep-dive",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:performance-regression-hunt",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:fuzzing-campaign",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:tier2-escalation-management",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:technical-support-escalation",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bug-triage",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:flaky-test-management",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bug-triage",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
}
]
}