iiRecord
Agentic AI Atlas · kanban-flow-optimization
lib-process:project-management--kanban-flow-optimizationa5c.ai
II.
LibraryProcess JSON

lib-process:project-management--kanban-flow-optimization

Structured · live

kanban-flow-optimization 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:project-management--kanban-flow-optimization",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "kanban-flow-optimization",
    "description": "Kanban Flow Optimization - Analyze workflow, identify bottlenecks, optimize WIP limits,\nimprove cycle times, and implement continuous flow improvements.",
    "libraryPath": "library/specializations/domains/business/project-management/kanban-flow-optimization.js",
    "specialization": "project-management",
    "references": [
      "- Kanban Guide: https://kanban.university/kanban-guide/\n- Lean Kanban University: https://kanban.university/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/kanban-flow-optimization', {\n  projectName: 'Support Queue',\n  workflowStages: ['Backlog', 'Ready', 'In Progress', 'Review', 'Done'],\n  currentMetrics: { avgCycleTime: 5, throughput: 20 },\n  wip: { 'In Progress': 5, 'Review': 3 }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--kanban-flow-optimization",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}