Quickstart
Get your first workflow running in under 5 minutes.
Prerequisites
- Claude Code CLI installed (claude.ai/code)
- 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
- Click "Load to Editor"
- Click Export
- Enter a command name (e.g.,
code-review) - 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
- Open the Visual Editor
- Drag Agent nodes onto canvas
- Configure: ID, Instructions, Tools, Model
2. Connect & Export
- Draw connections between agents
- Click Export
- Install and run (same as above)
Templates
- Click Menu > Templates
- Choose a template
- Customize and export
Next Steps
- Nodes - Agent and Document nodes
- Design Tips - Best practices