A Workflow is a reusable template that defines the steps a project will follow. You can create your own workflows or use templates from the Marketplace.
Opening the Workflow Builder #
- Go to Settings → Workflows (or from within a product)
- Click New Workflow or select an existing one to edit
- The workflow builder opens
Adding Phases #
Click Add Phase to add a new step to your workflow. For each phase, you configure:
| Field | Description |
|---|---|
| Name | Label for this phase (e.g. “Code Review”) |
| Type | Agent (automated), Human Gate (manual approval), or Decision (branching point) |
| Role | Which AI agent role handles this phase (e.g. Developer, QA, Designer) |
| Instructions | What the agent should do in this phase |
| Acceptance Criteria | What “done” means for this phase |
| Max Retries | How many times to retry if the phase fails |
Connecting Phases #
Draw connections between phases to define the order:
- Sequential — One phase must complete before the next starts
- Success path — Only follow this connection if the phase succeeded
- Failure path — Follow this connection if the phase failed
- Conditional — Follow based on a decision outcome
Human Gates #
Add a Human Gate phase where you need to review and approve work before it continues. When the workflow reaches a human gate, it pauses and sends you a notification.
Decision Points #
A Decision phase lets the workflow branch in different directions depending on the outcome. You can set decisions to:
- Manual — You choose the path
- Automatic — Claudius Corp evaluates the outcome and routes automatically
Saving and Using #
Click Save when your workflow is complete. It will appear in the workflow dropdown when creating new projects.
