iiRecord
Agentic AI Atlas · Vibe Kanban
agent:vibe-kanbana5c.ai
II.
AgentProduct JSON

agent:vibe-kanban

Structured · live

Vibe Kanban json

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

File · agent-stack/products/vibe-kanban.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:vibe-kanban",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/vibe-kanban.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Vibe Kanban",
    "vendor": "BloopAI",
    "homepageUrl": "https://github.com/BloopAI/vibe-kanban",
    "primarySurface": "web",
    "supportTier": "none",
    "productKind": "agent-orchestrator",
    "stackScope": "orchestration",
    "description": "Web-based kanban interface for orchestrating multiple coding agents\n(Claude Code, Codex, Gemini CLI) in parallel. Visual task board for\nmanaging agent work items, tracking progress across parallel branches,\nand coordinating multi-agent development workflows. Provides a higher-\nlevel orchestration layer above individual agent CLIs.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:vibe-kanban",
      "to": "agent-version:vibe-kanban@current",
      "kind": "has_version"
    },
    {
      "from": "agent:vibe-kanban",
      "to": "language:rust",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent:vibe-kanban",
      "to": "language:typescript",
      "kind": "composed_of",
      "attributes": {
        "role": "ui"
      }
    },
    {
      "from": "agent:vibe-kanban",
      "to": "framework:react",
      "kind": "composed_of",
      "attributes": {
        "role": "ui"
      }
    },
    {
      "from": "agent:vibe-kanban",
      "to": "skill-area:project-planning",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:vibe-kanban",
      "to": "skill-area:multi-agent-coordination",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:vibe-kanban",
      "to": "topic:vibe-kanban",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:vibe-kanban",
      "to": "topic:parallel-agent-execution",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:vibe-kanban",
      "to": "topic:agent-orchestration-products",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "agent:vibe-kanban",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-platform-impl:vibe-kanban.platform@current",
      "to": "agent:vibe-kanban",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-version:vibe-kanban@current",
      "to": "agent:vibe-kanban",
      "kind": "version_of"
    },
    {
      "from": "claim:vibe-kanban-orchestrates-parallel",
      "to": "agent:vibe-kanban",
      "kind": "asserts_about"
    },
    {
      "from": "claim:vibe-kanban-uses-react",
      "to": "agent:vibe-kanban",
      "kind": "asserts_about"
    }
  ]
}