AgentKanban for VS Code - A task board with AI agent harness integration. Create and plan tasks with real-time collaboration, then hand off to GitHub Copilot
Summary
AgentKanban is a VS Code extension that integrates with GitHub Copilot to manage AI agent tasks, persist context via MCP, and enable resumable workflows through a collaborative Kanban board.
View Cached Full Text
Cached at: 05/13/26, 12:18 PM
Similar Articles
Open source Kanban desktop app that runs parallel agents on every card
KanBots is an open-source Kanban desktop app that runs parallel AI agents (Claude Code or Codex) on each card in separate git worktrees, enabling automated feature development and task management with live updates and decision prompts.
Built an open source local first Kanban workflow for running AI coding agents without babysitting every step
BatonBot is an open-source, local-first app that provides a Kanban-style workflow for managing AI coding agents, allowing users to set tasks and track progress with less manual oversight.
@cline: Use Cline Kanban to abstract worktrees away so you can run agents in parallel without conflicts! npm i -g kanban
Cline Kanban is a developer tool that abstracts worktrees using a kanban board to run AI agents in parallel without merge conflicts. It allows creating tasks, linking them for autonomous execution, and reviewing diffs.
@pierceboggan: VS Code was already used by millions of developers for agentic coding. However, the editor layout has traditionally bee…
VS Code introduces a new 'Agents' feature that allows developers to work with multiple agents across multiple projects, expanding its capabilities beyond single-task workflows.
GitHub Copilot App
GitHub Copilot is an AI-powered code completion tool that assists developers by suggesting code snippets and functions in real-time.