iiRecord
Agentic AI Atlas · business-plan-document
lib-process:entrepreneurship--business-plan-documenta5c.ai
II.
LibraryProcess JSON

lib-process:entrepreneurship--business-plan-document

Structured · live

business-plan-document 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:entrepreneurship--business-plan-document",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "business-plan-document",
    "description": "Business Plan Document Creation Process - Process to create comprehensive business plan documents for formal contexts (grants, competitions, traditional investors).",
    "libraryPath": "library/specializations/domains/business/entrepreneurship/business-plan-document.js",
    "specialization": "entrepreneurship",
    "references": [
      "- SBA Business Plan Templates: https://www.sba.gov/\n- Disciplined Entrepreneurship: https://www.amazon.com/Disciplined-Entrepreneurship-Bill-Aulet/dp/1118692284"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/entrepreneurship/business-plan-document', {\n  companyName: 'NewVenture Inc',\n  businessDescription: 'B2B marketplace for industrial equipment',\n  targetMarket: 'Manufacturing companies',\n  fundingRequest: '$500,000 grant'\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "skill-area:business-model-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "skill-area:growth-strategy",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "skill-area:product-strategy",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "domain:entrepreneurship",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "role:strategic-planner",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "role:product-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "workflow:product-discovery",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:entrepreneurship--business-plan-document",
      "to": "specialization:entrepreneurship",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}