iiRecord
Agentic AI Atlas · Vibe Kanban Web UI
presentation:vibe-kanban-weba5c.ai
II.
Presentation JSON

presentation:vibe-kanban-web

Structured · live

Vibe Kanban Web UI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/presentations/vibe-kanban-web.yamlCluster · agent-stack
Record JSON
{
  "id": "presentation:vibe-kanban-web",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/vibe-kanban-web.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Vibe Kanban Web UI",
    "kind": "web",
    "description": "Browser-based kanban board presentation for orchestrating coding agents.\nIssues map to kanban columns (todo, in-progress, review, done), each\ncard spawns an isolated workspace with a dedicated git worktree,\nterminal, and dev server. Supports 10+ coding agents with per-agent\nworktree isolation, inline code review gates at column transitions,\nand parallel agent dispatch for concurrent task execution.\n",
    "renderingTechnology": "next-js",
    "themeSupport": "light-dark",
    "accessibilitySupport": "basic",
    "offlineMode": "no",
    "platforms": [
      "web"
    ],
    "bundleSize": "~5 MB",
    "updateChannel": "auto"
  },
  "outgoingEdges": [
    {
      "from": "presentation:vibe-kanban-web",
      "to": "agent-version:vibe-kanban@current",
      "kind": "bundled_with"
    },
    {
      "from": "presentation:vibe-kanban-web",
      "to": "topic:vibe-kanban",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "presentation:vibe-kanban-web",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "presentation:vibe-kanban-web",
      "to": "skill-area:project-planning",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "presentation:vibe-kanban-web",
      "to": "skill-area:multi-agent-coordination",
      "kind": "used_for",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:vibe-kanban.platform@current",
      "to": "presentation:vibe-kanban-web",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "agent-version:vibe-kanban@current",
      "to": "presentation:vibe-kanban-web",
      "kind": "composed_of",
      "attributes": {
        "role": "presentation"
      }
    }
  ]
}