iiRecord
Agentic AI Atlas · project-charter-development
lib-process:project-management--project-charter-developmenta5c.ai
II.
LibraryProcess JSON

lib-process:project-management--project-charter-development

Structured · live

project-charter-development 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--project-charter-development",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "project-charter-development",
    "description": "Project Charter Development - Create comprehensive project charter documenting objectives,\nscope, stakeholders, governance, constraints, assumptions, and success criteria with sponsor authorization.",
    "libraryPath": "library/specializations/domains/business/project-management/project-charter-development.js",
    "specialization": "project-management",
    "references": [
      "- PMI PMBOK Guide: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- Project Charter Best Practices: https://www.pmi.org/learning/library/project-charter-comprehensive-plan-7473"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/project-charter-development', {\n  projectName: 'Enterprise CRM Implementation',\n  problemStatement: 'Current customer data is fragmented across multiple systems',\n  businessNeed: 'Unified customer view to improve sales efficiency by 30%',\n  stakeholders: [{ name: 'Sales VP', role: 'sponsor' }, { name: 'IT Director', role: 'technical-lead' }],\n  constraints: { budget: 500000, timeline: '9 months', resources: 'internal team' }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--project-charter-development",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}