II.
LibrarySkill JSON
Structured · livelib-skill:shared--story-decomposition
story-decomposition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--story-decomposition",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "story-decomposition",
"description": "Break technical specifications into small, implementable stories with dependency ordering",
"libraryPath": "library/methodologies/maestro/skills/story-decomposition/SKILL.md",
"contentSummary": "# Story Decomposition\n\n## Capabilities\n\nBreaks technical specifications into small, independently implementable stories. Establishes dependency ordering, estimates effort, and creates a dispatching queue for parallel coder execution.\n\n## Tool Use Instructions\n\n- Use **Read** to examine the t"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--story-decomposition",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--story-decomposition",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}