iiRecord
Agentic AI Atlas · bdd-process
lib-process:shared--bdd-processa5c.ai
II.
LibraryProcess JSON

lib-process:shared--bdd-process

Structured · live

bdd-process json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:shared--bdd-process",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "bdd-process",
    "description": "BDD/Specification by Example - Executable specifications with Given-When-Then scenarios",
    "libraryPath": "library/methodologies/bdd-specification-by-example/bdd-process.js",
    "usesAgents": [
      "bdd-facilitator",
      "requirements-clarifier",
      "gherkin-writer",
      "bdd-quality-analyst",
      "step-definition-generator",
      "step-reuse-analyzer",
      "test-automation-developer",
      "test-data-generator",
      "test-executor",
      "documentation-generator",
      "traceability-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--bdd-process",
      "to": "skill-area:unit-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "skill-area:integration-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "skill-area:acceptance-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--bdd-process",
      "to": "methodology:bdd-specification-by-example",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}