Installation

You can install using one of the following methods:

Method 1: Direct installation from VS Code Marketplace (Recommended)

https://marketplace.visualstudio.com/items?itemName=breaking-brake.cc-wf-studio

Clicking the link will automatically launch VSCode and display the extension installation screen.

Method 2: Search and install from within VSCode

  1. Open VSCode
  2. Open the Extensions tab (Ctrl+Shift+X/ Cmd+Shift+X)
  3. Search for "Claude Code Workflow Studio"
  4. Click "Install"

Quick Start

1Open the Visual Editor

Open the visual editor using one of the following methods:

Method 1: From the icon in the top right of the editor

Click the Claude Code Workflow Studio icon in the top right of the editor

Method 2: From the Command Palette

Open the VSCode Command Palette (Ctrl+Shift+P/ Cmd+Shift+P) and run the following command:

Claude Code Workflow Studio: Open Workflow Editor

2Create Your First Workflow

Once the visual editor is open, create a workflow by dragging and dropping nodes from the left palette:

  1. Drag a Sub-Agent nodeonto the canvas and enter a prompt
  2. Add Branch nodesor AskUserQuestion nodesas needed
  3. Connect nodes (drag from output port to input port)

3Save Your Workflow

Save your workflow to the .vscode/workflows/directory:

  1. Click the "Save" button in the toolbar
  2. Enter a file name (e.g., my-workflow.json)
  3. Confirm the save

4Export and Run

Export your designed workflow as a .claudefile:

  1. Click the "Export" button in the toolbar
  2. Files will be generated in .claude/agents/or .claude/commands/
  3. Run the created slash command in Claude Code

Next Steps

Once you understand the basics, check out these resources:

Learn More

Explore detailed usage instructions in our documentation.

View Documentation