Skip to main content

Overview

Forgeโ€™s Kanban board is your command center for AI-assisted development. Unlike lost chat histories, your tasks live here permanently - organized, trackable, and always accessible.

Accessing the Interface

First time? Youโ€™ll need to sign in with GitHub to access your projects.

Board Layout


Columns Explained

To Do

New tasks waiting to be started
  • Tasks you just created
  • Tasks planned but not started
  • Backlog items
Actions:
  • Start task (moves to In Progress)
  • Edit task details
  • Delete task
  • Move to other columns

In Progress

Tasks currently being executed by AI
  • Active attempts running
  • Tasks being worked on
  • Shows real-time progress
Visual Indicators:
  • ๐ŸŸข Agent working
  • ๐Ÿ“ Files being edited
  • โฑ๏ธ Time elapsed
  • ๐Ÿ’ฐ Cost so far

Review

Completed attempts awaiting your approval
  • Attempts finished successfully
  • Ready for code review
  • Waiting for merge decision
Actions:
  • View changes
  • Compare attempts
  • Approve and merge
  • Request changes
  • Reject

Done

Completed and merged tasks
  • Successfully merged to main
  • Shipped features
  • Fixed bugs
  • Completed work
Info Shown:
  • Merge commit SHA
  • Completion date
  • Agent used
  • Final cost

Archived

Old completed tasks
  • Automatically archived after 30 days
  • Can be restored if needed
  • Keeps board clean

Task Cards

Each task card shows:

Card Colors

Cards are color-coded by priority:
  • ๐Ÿ”ด Critical: Red border
  • ๐ŸŸ  High: Orange border
  • ๐ŸŸก Medium: Yellow border (default)
  • ๐ŸŸข Low: Green border

Drag & Drop

Moving Tasks Between Columns

1

Click and Hold

Click on a task card and hold
2

Drag to Column

Drag the card to the target column
3

Drop

Release to drop the card
4

Auto-Update

Task status updates automatically
Keyboard shortcut: Select task, press โ†’ to move right, โ† to move left

Reordering Within Columns

Drag cards up/down within a column to prioritize:
  • Top = highest priority
  • Bottom = lowest priority

Task Details View

Click any task card to open the detail panel:

Overview Tab

Attempts Tab

Changes Tab

View file changes for each attempt:

Activity Tab

Timeline of all events:

Quick Filters

Click to instantly filter the board.

Advanced Filters

Click Filters โ–ผ to open:
Search by:
  • Task title or description
  • Task ID (#42)
  • Labels (feature, bug, etc.)
  • Agent name (claude, gemini)

Sorting Options

Click Sort โ–ผ:
  • Priority (High โ†’ Low)
  • Created (Newest โ†’ Oldest)
  • Updated (Recently modified first)
  • Alphabetical (A โ†’ Z)
  • Cost (Most expensive first)
  • Duration (Longest first)
  • Custom (Manual drag-drop order)

View Modes

Kanban View (Default)

Classic column-based board - best for workflow visualization

List View

Best for: Scanning many tasks quickly

Timeline View

Best for: Understanding project timeline

Calendar View

Best for: Planning and scheduling

Bulk Operations

Select multiple tasks:
  1. Click checkbox on first card
  2. Shift+Click on last card
  3. All cards between are selected
Available actions:
  • Move to column
  • Add label
  • Change priority
  • Archive
  • Delete

Keyboard Shortcuts


Customization

Column Configuration

Add/remove/rename columns:

Card Display

Choose what to show on cards:

Theme


Notifications

Bell icon (๐Ÿ””) shows:
  • Task completed
  • Attempt failed
  • Review requested
  • Comment added
  • Task assigned to you
Configure in Settings โ†’ Notifications:

Mobile View

Forge UI is responsive:
  • Mobile: Single column, swipe gestures
  • Tablet: 2-3 columns, touch optimized
  • Desktop: Full Kanban board
Use the mobile app for quick status checks and approvals while away from desk!

Collaboration Features

Comments

Add comments to tasks:

Mentions

Use @username to notify team members:

Assignments

Assign tasks to team members:

Best Practices

Keep To Do Small

Donโ€™t let backlog grow too large:
  • Regularly archive old tasks
  • Move unlikely tasks to โ€œIdeasโ€ project
  • Aim for under 20 active To Do items

Use Labels Consistently

Create label standards:
  • feature, bug, docs, refactor
  • priority:high, priority:low
  • frontend, backend, database
Helps with filtering and reporting

Review Regularly

Donโ€™t let Review column fill up:
  • Check daily
  • Approve or request changes quickly
  • Merge when ready
Stale reviews = blocked pipeline

Archive Completed Work

After 30 days, archive Done tasks:
  • Keeps board focused on active work
  • Historical data still accessible
  • Improves performance

Troubleshooting

Solutions:
  • Refresh page (Cmd/Ctrl + R)
  • Check network connection
  • Verify Forge backend is running
  • Clear browser cache
Solutions:
  • Ensure JavaScript enabled
  • Try different browser
  • Disable browser extensions
  • Check for conflicting keyboard shortcuts
Solutions:
  • Check WebSocket connection (dev tools)
  • Refresh page manually
  • Verify firewall allows WebSocket
Solutions:
  • Verify project is selected
  • Check you have write permissions
  • Ensure not at task limit (if any)
  • Try via CLI as workaround

Next Steps

Creating Tasks

Master task creation

Managing Attempts

Work with AI agent attempts

Workflows

End-to-end workflow examples

CLI Reference

Command-line alternative to UI