Vibe Guide

Best practices, workflows, and tips for getting the most out of Vibe Kanban and AI coding agents.

Getting Started

If you're new to Vibe Kanban, start with our getting started guide. Once you have it installed, these best practices will help you maximize your productivity.

Task Planning

Break Down Large Tasks

Large tasks are better handled when broken into smaller, focused tasks. This allows agents to work more effectively and makes it easier to review and merge changes.

Use Task Templates

Create task templates for common workflows like bug fixes, feature implementations, or refactoring. This standardizes your process and saves time.

Agent Selection

Choose the Right Agent for the Task

Different agents excel at different tasks. Consider:

See the full list of supported agents.

Parallel Execution

Run Multiple Tasks Simultaneously

One of Vibe Kanban's biggest advantages is parallel execution. You can run multiple agents on different tasks at the same time without conflicts.

Code Review

Review Agent Changes Thoroughly

Always review agent-generated code before merging. Use Vibe Kanban's built-in diff tool to:

Learn more about code review workflows.

Git Workflow

Leverage Git Worktrees

Vibe Kanban uses git worktrees to isolate agent workspaces. This means:

Read about Git integration for advanced workflows.

Monitoring and Control

Stay in Control

Vibe Kanban provides real-time monitoring and control:

See the monitoring guide for details.

IDE Integration

Work from Your IDE

Use the VS Code extension to:

MCP Integration

Extend Your Workflow

Connect Vibe Kanban to MCP clients like Claude Desktop to create tasks from your personal AI assistant. Learn about MCP integration.

Common Patterns

Feature Development

  1. Create a task template for the feature
  2. Break the feature into smaller tasks
  3. Assign tasks to appropriate agents
  4. Run tasks in parallel when possible
  5. Review and merge changes incrementally

Bug Fixes

  1. Create a focused task with bug description
  2. Include reproduction steps and expected behavior
  3. Let the agent investigate and fix
  4. Review the fix thoroughly
  5. Test before merging

Refactoring

  1. Start with a clear refactoring goal
  2. Break into smaller, safe refactoring steps
  3. Use agents that excel at code understanding (like Claude Code)
  4. Review each change carefully
  5. Run tests after each step

Best Practices Summary

Resources