II.
LibraryProcess JSON
Structured · livelib-process:shared--example-mapping
example-mapping json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--example-mapping",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "example-mapping",
"description": "Example Mapping BDD workshop technique - colored cards methodology for exploring requirements",
"libraryPath": "library/methodologies/example-mapping/example-mapping.js",
"usesAgents": [
"story-analyzer",
"rule-extractor",
"example-generator",
"question-identifier",
"gherkin-generator",
"readiness-assessor"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--example-mapping",
"to": "skill-area:unit-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "skill-area:integration-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "skill-area:acceptance-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--example-mapping",
"to": "methodology:example-mapping",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}