Get started with Workflow Config in minutes

Quickstart

Get your first workflow running in under 5 minutes.

Prerequisites

  1. Claude Code CLI installed (claude.ai/code)
  2. Claude Code Max subscription (recommended for token usage)

AI Generation (Fastest)

1. Describe Your Workflow

Click AI Generate button and describe what you want:

Create a code review workflow where one agent writes
code and another reviews it. If issues are found,
the writer should fix them.

2. Load & Export

  1. Click "Load to Editor"
  2. Click Export
  3. Enter a command name (e.g., code-review)
  4. Download ZIP

3. Install & Run

unzip workflow.zip
cd workflow
./install.sh /path/to/your/project

cd /path/to/your/project
claude /code-review

Manual Creation

1. Add Agents

  1. Open the Visual Editor
  2. Drag Agent nodes onto canvas
  3. Configure: ID, Instructions, Tools, Model

2. Connect & Export

  1. Draw connections between agents
  2. Click Export
  3. Install and run (same as above)

Templates

  1. Click Menu > Templates
  2. Choose a template
  3. Customize and export

Next Steps