II.
LibrarySkill JSON
Structured · livelib-skill:shared--strict-tdd
strict-tdd json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--strict-tdd",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "strict-tdd",
"description": "Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.",
"libraryPath": "library/methodologies/pilot-shell/skills/strict-tdd/SKILL.md",
"contentSummary": "## TDD Cycle\n\n### RED Phase\n1. Write a test that captures exactly one acceptance criterion\n2. Run the test -- it MUST fail\n3. Verify it fails for the RIGHT reason (not a syntax error)\n4. Commit: `test: add failing test for [criterion]`\n\n### GREEN Phase\n1. Write the MINIMUM code to make the "
},
"outgoingEdges": [
{
"from": "lib-skill:shared--strict-tdd",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--strict-tdd",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}