II.
LibrarySkill JSON
Structured · livelib-skill:shared--work-unit-decomposition
work-unit-decomposition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--work-unit-decomposition",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "work-unit-decomposition",
"description": "Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.",
"libraryPath": "library/methodologies/metaswarm/skills/work-unit-decomposition/SKILL.md",
"contentSummary": "- When decomposing a large feature into implementable chunks\n- When preparing for orchestrated execution\n\n## Work Unit Structure\n\nEach work unit specifies:\n- **ID** - Unique identifier\n- **Title** - Human-readable description\n- **Definition of Done** - Enumerated checklist items\n- **File Sc"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--work-unit-decomposition",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}