iiRecord
Agentic AI Atlas · dmaic-project
lib-process:operations--dmaic-projecta5c.ai
II.
LibraryProcess JSON

lib-process:operations--dmaic-project

Structured · live

dmaic-project 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--dmaic-project",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "dmaic-project",
    "description": "DMAIC Project Execution Process - Execute Define-Measure-Analyze-Improve-Control methodology for\nprocess improvement projects with tollgate reviews and documentation following Six Sigma principles.",
    "libraryPath": "library/specializations/domains/business/operations/dmaic-project.js",
    "specialization": "operations",
    "references": [
      "- Pyzdek, T. & Keller, P. (2018). The Six Sigma Handbook\n- George, M.L. (2002). Lean Six Sigma\n- Montgomery, D.C. (2019). Introduction to Statistical Quality Control"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/operations/dmaic-project', {\n  projectName: 'Reduce Defect Rate in Assembly',\n  problemStatement: 'Assembly defect rate is 3.5%, target is 1%',\n  scope: 'Assembly Line 1 processes',\n  targetMetric: { name: 'defect-rate', current: 3.5, target: 1.0, unit: 'percent' },\n  sponsor: 'VP Operations'\n});",
    "usesAgents": [
      "six-sigma-black-belt",
      "project-manager"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:operations--dmaic-project",
      "to": "lib-agent:operations--six-sigma-black-belt",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}