II.
SkillArea JSON
Structured · liveskill-area:feature-management
Feature Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:feature-management",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-external-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Feature Management",
"description": "Feature flag systems, progressive rollouts, A/B testing infrastructure,\nand experimentation platforms using LaunchDarkly, Flagsmith, Unleash,\nand Split.io.\n",
"domains": [
"domain:devops",
"domain:web-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:feature-management",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:feature-management",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:deployment-automation",
"to": "skill-area:feature-management",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:feature-flag-architecture",
"to": "skill-area:feature-management",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:feature-flag-service",
"to": "skill-area:feature-management",
"kind": "requires_skill_area"
},
{
"from": "tool:launchdarkly",
"to": "skill-area:feature-management",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:flagsmith",
"to": "skill-area:feature-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:flagsmith",
"to": "skill-area:feature-management",
"kind": "used_for"
},
{
"from": "tool:unleash",
"to": "skill-area:feature-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:unleash",
"to": "skill-area:feature-management",
"kind": "used_for"
},
{
"from": "tool:split-io",
"to": "skill-area:feature-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:split-io",
"to": "skill-area:feature-management",
"kind": "used_for"
},
{
"from": "responsibility:experimentation-governance",
"to": "skill-area:feature-management",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "responsibility:feature-flag-governance",
"to": "skill-area:feature-management",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:growth-engineer",
"to": "skill-area:feature-management",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle-governance",
"to": "skill-area:feature-management",
"kind": "requires_skill_area",
"attributes": {}
}
]
}