iiRecord
Agentic AI Atlas · a3-problem-solving
lib-process:operations--a3-problem-solvinga5c.ai
II.
LibraryProcess JSON

lib-process:operations--a3-problem-solving

Structured · live

a3-problem-solving 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:operations--a3-problem-solving",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "a3-problem-solving",
    "description": "A3 Problem Solving process for structured problem analysis and resolution.\n             Uses the A3 paper format to guide PDCA thinking through background, current\n             condition, goal, root cause analysis, countermeasures, and follow-up.",
    "libraryPath": "library/specializations/domains/business/operations/a3-problem-solving.js",
    "specialization": "operations",
    "example": "// Input\n{\n  problemContext: { problemStatement: \"Delivery-lead-time-exceeds-target-by-3-days\", businessImpact: {...}, urgency: \"high\" },\n  currentState: { metrics: {...}, processDescription: \"...\", symptoms: [...] },\n  stakeholders: { owner: {...}, team: [...], sponsor: {...} },\n  constraints: { timeline: \"30-days\", budget: 10000, resources: {...} },\n  documentationRequirements: { format: \"standard-A3\", audience: [...], approvalProcess: {...} }\n}",
    "usesAgents": [
      "problem-clarifier",
      "background-developer",
      "current-condition-analyst",
      "goal-setter",
      "root-cause-analyst",
      "countermeasure-developer",
      "countermeasure-evaluator",
      "implementation-planner",
      "implementation-executor",
      "results-verifier",
      "follow-up-planner",
      "a3-document-finalizer",
      "standardization-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:operations--a3-problem-solving",
      "to": "lib-agent:scientific-discovery--root-cause-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}