II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--performance-tuning-recommendations
specializations/performance-optimization/performance-tuning-recommendations json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--performance-tuning-recommendations",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/performance-tuning-recommendations",
"description": "Performance Tuning Recommendations - Generate comprehensive performance tuning recommendations\nbased on profiling data, benchmarks, and best practices including prioritized action items and implementation guidance.",
"libraryPath": "library/specializations/performance-optimization/performance-tuning-recommendations.js",
"specialization": "performance-optimization",
"references": [
"- Systems Performance: https://www.brendangregg.com/systems-performance-2nd-edition-book.html"
],
"example": "const result = await orchestrate('specializations/performance-optimization/performance-tuning-recommendations', {\n projectName: 'API Service',\n profilingData: cpuProfilingResults,\n benchmarkResults: loadTestResults\n});",
"usesAgents": [
"performance-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "workflow:performance-profiling-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--performance-tuning-recommendations",
"to": "lib-agent:software-architecture--performance-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}