Starting a Feature from Linear
Create workspace
Select the issue and click Create Workspace. Commander creates an isolated git worktree and links it to the issue.
Setup runs automatically
Your configured setup scripts (e.g.,
pnpm install) run in the new worktree.Agent starts working
The agent begins with full context from the Linear issue — title, description, labels, and priority.
Reviewing PR Feedback
Auto-resolve (optional)
If Auto-Resolve PR Comments is enabled, an agent automatically addresses each comment and pushes changes.
Morning Standup with the Manager
Ask for a summary
Type “What happened overnight?” or “Give me a status update.” The manager summarizes all workspace activity.
Review suggested actions
The manager suggests next steps as clickable buttons — like “Resume paused agents” or “Start next priority issue.”
Running Multiple Agents on One Task
Start the first agent
Send the first agent a focused prompt, e.g., “Implement the database schema and migrations.”
Add more agents
Start additional agents in the same workspace with different focuses: “Write the API endpoints”, “Add unit tests.”
Monitor in parallel
Switch between agent tabs to monitor progress. Each agent works in the same worktree but on different files.
Auto-Fixing CI Failures
CI fails on a linked PR
When CI checks fail on a workspace’s linked pull request, Commander detects it automatically.