Use the workflow assistant

The workflow assistant helps turn a plain-language goal into a first workflow draft. Use it to get started, then review and tighten the nodes before running anything important.

Good Requests

Good assistant prompts describe the trigger, source, action, and review boundary:

Create a workflow that watches a Gmail label, extracts action items, asks an agent to draft a project update, and sends me a dashboard notification for review.
Create a manual workflow that runs a read-only repo analysis, writes a summary artifact, and never requests repo-write approval.

Create A Draft

  1. Open the workflow designer.
  2. Start a new workflow.
  3. Open the assistant panel.
  4. Describe the workflow you want.
  5. Review the generated nodes before saving.
  6. Open each node and confirm its settings.
  7. Save the workflow.
  8. Run a safe test.

Review The Draft

Before running the workflow, check:

Refine With Follow-Up Prompts

Use specific edit prompts:

Add a manual approval before any external message is sent.
Change the first agent step to read-only analysis and remove repo-write tools.
Add a dashboard notification when the verifier fails.

When To Build Manually

Build manually when the workflow involves sensitive connector scopes, money movement, customer-facing actions, account changes, or anything where you want to inspect every node before the assistant proposes a structure.