iiRecord
Agentic AI Atlas · plan-and-execute
lib-process:shared--plan-and-executea5c.ai
II.
LibraryProcess JSON

lib-process:shared--plan-and-execute

Structured · live

plan-and-execute 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--plan-and-execute",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "plan-and-execute",
    "description": "Plan-and-execute methodology: Agent plans, then executes step-by-step with approval gates",
    "libraryPath": "library/methodologies/plan-and-execute.js",
    "usesAgents": [
      "task-planner",
      "generalist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "skill-area:prompt-engineering",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "skill-area:multi-agent-coordination",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "specialization:ai-agents-conversational",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--plan-and-execute",
      "to": "methodology:plan-and-execute",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}