II.
Topic JSON
Structured · livetopic:vibe-kanban
Vibe-Kanban json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:vibe-kanban",
"_kind": "Topic",
"_file": "domain/topics/topics-agent-orchestration.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Vibe-Kanban",
"description": "Vibe-Kanban as a cross-cutting topic - visual kanban-style interfaces for\nmanaging agent tasks and workflows. Combines a task board UI with agent\norchestration for intuitive workflow management. Issues on kanban columns\nbecome isolated workspaces with dedicated git worktrees, terminals, and\ndev servers. Agents are dispatched per-card, and review gates map\nnaturally to column transitions (todo -> in-progress -> review -> done).\nExemplified by BloopAI/vibe-kanban which supports 10+ coding agents with\nper-agent worktree isolation and inline code review.\n"
},
"outgoingEdges": [
{
"from": "topic:vibe-kanban",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "presentation:vibe-kanban-web",
"to": "topic:vibe-kanban",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:vibe-kanban",
"to": "topic:vibe-kanban",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "domain:ml-ai",
"to": "topic:vibe-kanban",
"kind": "contains",
"attributes": {}
}
]
}