Agentic Coding Workflow with AgentKanban + GitHub Copilot
Manage concurrent coding tasks with agent context persistence and git worktree automation
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
Install AgentKanban VS Code extension from marketplace
Create a remote Kanban board at agentkanban.io
Define plan/todo/implement workflow for your feature
Create a git worktree for the task via AgentKanban
Hand off task to GitHub Copilot with context
AgentKanban captures conversation context (filtered for relevance)
Pause and resume in new chat—context auto-loads
Clean up worktree when task completes