Understand the primitives that power every Overcut automation—Use Cases, Triggers, Actions, and Agents.
Execution
.
Execution is the process of running the Use Case graph step-by-step.Create a Use Case
Use Cases
and click Create Use Case
.Define Trigger and Steps
Connect the flow
@overcut
)/review
)Choose a trigger type
Define optional conditions
Configure delay (optional)
git.clone
: Clone repositories for code analysisrepo.identify
: Automatically determine relevant repositories for ticketsagent.run
: Execute a single AI agent for straightforward tasksagent.session
: Start multi-agent sessions with coordinationDrag an action to the canvas
Configure input parameters
{{trigger.issue.title}}
).Connect the action to the flow
agent.run
: Execute a single agent for focused, non-interactive tasksagent.session
: Coordinate multiple agents for complex, interactive workflowsagent.run
and agent.session
and when to use each, see our Agent Differences guide.Create an agent
Agents Roles
page to create a new agent role.Choose base agent role
Code Reviewer
or Product Manager
.Add instructions
Add tools
Executions
page.
Execution is sequential
Execution is observable
Executions
page.