iiRecord
Agentic AI Atlas · specializations/game-development/vertical-slice-development
lib-process:game-development--vertical-slice-developmenta5c.ai
II.
LibraryProcess JSON

lib-process:game-development--vertical-slice-development

Structured · live

specializations/game-development/vertical-slice-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:game-development--vertical-slice-development",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/game-development/vertical-slice-development",
    "description": "Vertical Slice Development Process - Create a complete, polished slice of the game demonstrating all core\nsystems including gameplay, art, audio, and polish to establish quality bar and serve as production reference.",
    "libraryPath": "library/specializations/game-development/vertical-slice-development.js",
    "specialization": "game-development",
    "references": [
      "- GDC: Building a Vertical Slice",
      [
        "Game Production Handbook by Heather Maxwell Chandler"
      ]
    ],
    "example": "const result = await orchestrate('specializations/game-development/vertical-slice-development', {\n  projectName: 'Stellar Odyssey',\n  sliceScope: 'opening-level',\n  targetDuration: '15-20 minutes',\n  systemsToInclude: ['combat', 'exploration', 'dialogue', 'progression']\n});",
    "usesAgents": [
      "game-producer-agent",
      "gameplay-programmer-agent",
      "level-designer-agent",
      "art-director-agent",
      "audio-designer-agent",
      "playtest-coordinator-agent"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "skill-area:game-engine-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "skill-area:gameplay-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "domain:gaming",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "role:game-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "workflow:game-prototype-iteration",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--vertical-slice-development",
      "to": "specialization:game-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}