II.
LibraryAgent JSON
Structured · livelib-agent:shared--triage-specialist
triage-specialist json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:shared--triage-specialist",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "triage-specialist",
"description": "Problem diagnosis and routing agent that analyzes issues, determines root cause category, and routes to the appropriate specialized workflow or agent.",
"libraryPath": "library/methodologies/claudekit/agents/triage-specialist/AGENT.md",
"role": "Problem Diagnosis",
"expertise": [
"Issue classification and categorization",
"Root cause analysis",
"Dynamic agent selection based on file types",
"Workflow routing based on problem scope",
"Severity assessment",
"Escalation decision making"
]
},
"outgoingEdges": [
{
"from": "lib-agent:shared--triage-specialist",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "skill-area:prompt-engineering",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "skill-area:multi-agent-coordination",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "role:bug-triager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:shared--triage-specialist",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}