II.
SkillArea JSON
Structured · liveskill-area:stress-testing
Stress Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:stress-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-testing-data-ml-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Stress Testing",
"description": "Pushing systems beyond expected load or capacity - degradation behavior,\nbottleneck discovery, recovery shape, and failure containment.\n",
"domains": [
"specialization:qa-testing-automation",
"specialization:performance-optimization"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:stress-testing",
"to": "specialization:qa-testing-automation",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:stress-testing",
"to": "specialization:performance-optimization",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:stress-testing",
"to": "skill-area:load-testing",
"kind": "requires_skill_area"
}
],
"incomingEdges": [
{
"from": "skill-area:component-testing",
"to": "skill-area:stress-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-process:performance-optimization--stress-testing-analysis",
"to": "skill-area:stress-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
}
]
}