iiRecord
Agentic AI Atlas · tdd-guide
lib-agent:shared--tdd-guidea5c.ai
II.
LibraryAgent JSON

lib-agent:shared--tdd-guide

Structured · live

tdd-guide json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/agents.yamlCluster · generated-library
Record JSON
{
  "id": "lib-agent:shared--tdd-guide",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "tdd-guide",
    "description": "Test-driven development guide that enforces Red-Green-Refactor cycles with coverage gating, evidence collection, and convergence verification.",
    "libraryPath": "library/methodologies/everything-claude-code/agents/tdd-guide/AGENT.md",
    "role": "Test-Driven Development",
    "expertise": [
      "Red-Green-Refactor cycle enforcement",
      "Test strategy design (unit, integration, E2E pyramid)",
      "Coverage analysis and gap detection",
      "Evidence-based verification (exit codes, coverage numbers)",
      "Convergence loops for coverage thresholds"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "skill-area:prompt-engineering",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "skill-area:multi-agent-coordination",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--tdd-guide",
      "to": "specialization:ai-agents-conversational",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--ecc-orchestrator",
      "to": "lib-agent:shared--tdd-guide",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:shared--ecc-tdd-workflow",
      "to": "lib-agent:shared--tdd-guide",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}