Agentic Coding Workflow with AgentKanban + GitHub Copilot

Manage concurrent coding tasks with agent context persistence and git worktree automation

Updated: 5/15/2026
Difficulty
medium
Time
30m setup + ongoing
Use Case
Multi-feature development with agent-assisted coding and automatic context resumption across sessions
Popularity
0 views

About this automation

Use AgentKanban to create a Kanban board, hand off tasks to GitHub Copilot, capture conversation context (excluding tool use to prevent bloat), and leverage git worktree creation/cleanup for concurrent feature branches. Context is curated and persisted for resumption in new chats.

How to implement

1

Install AgentKanban VS Code extension from marketplace

2

Create a remote Kanban board at agentkanban.io

3

Define plan/todo/implement workflow for your feature

4

Create a git worktree for the task via AgentKanban

5

Hand off task to GitHub Copilot with context

6

AgentKanban captures conversation context (filtered for relevance)

7

Pause and resume in new chat—context auto-loads

8

Clean up worktree when task completes