Skip to main content
Here are our recommendations for how to get the most out of Conductor:

Create one workspace per feature

For each feature or bugfix, create a new workspace. You can quickly create a new workspace by using ⌘⇧N or clicking the three dots (•••) button next to the “New workspace” button. This allows you to create a workspace from a branch, GitHub issue, or pull request.

Develop

Workflow Use Claude Code directly in Conductor, or open the workspace in your favorite IDE to make edits. Open in IDE

Review and test changes

Diff Review changes in the Diff Viewer (⌘D). Use the Terminal or Run panel to test changes. See this guide for more on how to run your web server or app server within a workspace.

Create PR + Merge

PR Create a PR (⌘⇧P). If any checks fail, Conductor will help you fix them. Once everything looks good, merge! Merge

Archive

Archive When you’re done working on that feature, archive the workspace. You can always restore the workspace later — including your chat history — from the Archived Workspaces page.