II.
LibrarySkill JSON
Structured · livelib-skill:shared--tdd-enforcement
tdd-enforcement json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--tdd-enforcement",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "tdd-enforcement",
"description": "Red-Green-Refactor TDD methodology with mandatory failing tests, minimal implementation, quality refactoring, and 80% coverage gating.",
"libraryPath": "library/methodologies/everything-claude-code/skills/tdd-enforcement/SKILL.md",
"contentSummary": "- Write tests that define expected behavior\n- Tests MUST fail (exit code 1)\n- Use CI=true or --run flag, never watch mode\n- Apply timeout guards (60s) to prevent hanging\n- Record exit code as evidence\n\n### 2. GREEN Phase - Minimal Implementation\n- Write the minimal code to make tests pass\n- "
},
"outgoingEdges": [
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--tdd-enforcement",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}