II.
LibrarySkill JSON
Structured · livelib-skill:shared--writing-plans
writing-plans json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--writing-plans",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "writing-plans",
"description": "Use when you have a spec or requirements for a multi-step task, before touching code. Creates bite-sized TDD implementation plans with dependency tracking.",
"libraryPath": "library/methodologies/superpowers/skills/writing-plans/SKILL.md",
"contentSummary": "- When you have specs/requirements for multi-step work\n- Before any implementation begins\n\n## Task Structure\n\nEach task follows: Write failing test -> Verify fail -> Implement minimal code -> Verify pass -> Commit\n\n## Plan Format\n\n- Header: Goal, Architecture, Tech Stack\n- Tasks with exact"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--writing-plans",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--writing-plans",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}