II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--caching-strategy-design
specializations/performance-optimization/caching-strategy-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--caching-strategy-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/caching-strategy-design",
"description": "Caching Strategy Design - Design and implement multi-tier caching strategy including cache layer\nselection, cache key design, TTL configuration, cache invalidation patterns, and monitoring setup.",
"libraryPath": "library/specializations/performance-optimization/caching-strategy-design.js",
"specialization": "performance-optimization",
"references": [
"- Redis Documentation: https://redis.io/documentation",
"- Memcached: https://memcached.org/"
],
"example": "const result = await orchestrate('specializations/performance-optimization/caching-strategy-design', {\n projectName: 'Content Delivery System',\n cacheableData: ['user-profiles', 'product-catalog', 'session-data'],\n cacheLayers: ['local', 'distributed']\n});",
"usesAgents": [
"caching-architect"
],
"usesSkills": [
"distributed-caching"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "lib-agent:performance-optimization--caching-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:performance-optimization--caching-strategy-design",
"to": "lib-skill:performance-optimization--distributed-caching",
"kind": "uses_skill",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}