Workflows
Concrete ways to use Claude Yard’s multi-session capabilities.
Debug a frontend app
Section titled “Debug a frontend app”Run Claude Code and a browser panel side by side. Claude makes changes, you see them live.
- Click Claude to open a session
- Click the browser button, navigate to your dev server
- Drag the browser tab to the right to split
- Ask Claude to make changes — watch them appear live
With CDP, Claude can take screenshots and verify its own changes.
Parallel agents
Section titled “Parallel agents”Split a large task across multiple sessions working simultaneously.
- Open 3 sessions (
Cmd+Tthree times) - Give each a different piece of the task
- Watch the sidebar — dots show which are working and which need input
- Click between sessions to check progress
Code review pipeline
Section titled “Code review pipeline”One session writes, another reviews. Two perspectives on the same codebase.
- Open two sessions in the same project directory
- Ask session 1 to implement the feature
- Ask session 2: “Review the changes in the latest git diff”
- The reviewer gives feedback, the author applies fixes
MCP orchestration
Section titled “MCP orchestration”One “manager” Claude coordinates workers automatically via MCP tools.
- Configure MCP in your Claude Code settings (see MCP Tools)
- Start a Claude Code session outside Claude Yard
- Tell it to use claude-yard MCP tools to spawn and distribute work
- The manager handles everything — you watch from the sidebar
MCP Tools Full setup guide and available tools.