Tips and Patterns

Multi Agent / Concurrent Workflows

Create Git Worktrees

Optionally create Git Worktrees for task. It may be helpful to use one instance of VS Code as your master, through which you select tasks from your board and create worktrees for individual tasks that are then opened in other VS Code instances. You might use the other VS Code instances to continue agent instruction and debug / test before committing code and deleting the worktree, then moving back to your master VS Code instance to merge code in the built in Git client.

Working Without Git Worktrees

When working with smaller tasks, that involve distinct areas of your codebase, it often works well to simply use the AgentKanban side bar in a single VS Code instance for working on your main task, while opening new Github Copilot chats to work on smaller tasks along side, switching between them as you go.