II.
LibrarySkill JSON
Structured · livelib-skill:shared--spec-execution
spec-execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--spec-execution",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "spec-execution",
"description": "6-phase iterative specification execution workflow covering implementation, testing, review, improvement, commit, and progress tracking with quality-gated convergence.",
"libraryPath": "library/methodologies/claudekit/skills/spec-execution/SKILL.md",
"contentSummary": "- Read specification for requirements and architecture\n- Implement each requirement following project conventions\n- Add type definitions and JSDoc documentation\n- Implement error handling for all failure modes\n\n### Phase 2: Test Writing\n- Write unit tests for each module/function\n- Write inte"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--spec-execution",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--spec-execution",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}