II.
LibrarySkill JSON
Structured · livelib-skill:shared--implementation-execution
implementation-execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--implementation-execution",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "implementation-execution",
"description": "Execute development tasks to build features, producing code, tests, and configuration artifacts that satisfy specification requirements and comply with constitution standards.",
"libraryPath": "library/methodologies/spec-kit/skills/implementation-execution/SKILL.md",
"contentSummary": "- When implementing feature code against a specification\n- When running per-task tests during implementation\n- When validating implementation against specification requirements\n\n## Key Principle\n\nEvery line of code must trace back to a specification requirement. Code quality must meet constitu"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--implementation-execution",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--implementation-execution",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}