Agent Commands
Spawn, monitor, and control autonomous AI coding agents.pan work issue
Spawn an agent for a Linear or GitHub issue.- Creates a workspace (git worktree) if it doesn’t exist
- Spawns an autonomous agent in a tmux session
- The agent reads the issue, explores the codebase, and implements the solution
pan work status
List all running agents and their status.- Agent session ID
- Issue number and title
- Current status
- Runtime duration
- Workspace location
pan work tell
Send a message to a running agent.- Sends your message to the agent’s tmux session
- The agent receives it and responds accordingly
- Useful for providing feedback, clarification, or guidance
pan work kill
Stop a running agent.pan work pending
Show work completed and awaiting review.pan work approve
Approve agent work, merge MR, and update issue tracker.- Spawns a merge-agent specialist
- Reviews the changes
- Merges the pull/merge request
- Updates the issue status
pan work list
List issues from configured trackers.pan work triage
Triage issues from secondary tracker.pan work reopen
Reopen a closed issue and re-run planning.pan work request-review
Request re-review after fixing feedback.pan work wipe
Deep wipe: completely reset all state for an issue.- Kills any running agents
- Cleans up state files
- Updates issue tracker status
- Optionally removes the workspace
pan work recover
Recover crashed agents.Next Steps
- Workspace Commands - Manage workspaces
- Convoy Commands - Multi-agent orchestration
- Core Concepts - Understand agents and workspaces