iiRecord
Agentic AI Atlas · specializations/product-management/beta-program
lib-process:product-management--beta-programa5c.ai
II.
LibraryProcess JSON

lib-process:product-management--beta-program

Structured · live

specializations/product-management/beta-program 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:product-management--beta-program",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/product-management/beta-program",
    "description": "Beta Program Planning and Execution - Comprehensive process for planning, launching, and managing\nstructured beta programs to validate features with real customers before full launch. Covers participant recruitment,\nprogram setup, feedback collection, usage monitoring, iteration cycles, and launch readiness assessment.",
    "libraryPath": "library/specializations/product-management/beta-program.js",
    "specialization": "product-management",
    "references": [
      "- Beta Testing Best Practices: https://www.centercode.com/blog/beta-testing-best-practices",
      "- Product Launch Guide: https://www.productplan.com/learn/beta-testing/",
      "- User Testing: https://www.usertesting.com/resources/topics/beta-testing"
    ],
    "example": "const result = await orchestrate('specializations/product-management/beta-program', {\n  featureName: 'AI-Powered Analytics Dashboard',\n  betaObjectives: ['validate-usability', 'test-performance', 'gather-feedback'],\n  targetParticipants: 30,\n  duration: 30, // days\n  targetSegments: ['enterprise', 'mid-market'],\n  successCriteria: {\n    minEngagement: 70,\n    minSatisfaction: 4.0,\n    maxCriticalBugs: 0\n  }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:product-management--beta-program",
      "to": "skill-area:product-strategy",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "skill-area:product-analytics",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "role:product-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "role:product-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "workflow:product-discovery",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "workflow:competitive-analysis",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:product-management--beta-program",
      "to": "specialization:product-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}