GitHub, Slack, Teams, Jira; Timer and MCP are built in.
A pull request, a slash command, a cron tick, or an AI assistant calling a tool.
Run a QA flow or a simulation, then comment on the PR, open an issue or post to a thread.
Concurrency is per workflow: skip, queue or replace. Every node result is kept.
Connect providers and manage triggers and actions for each integration.
Automated workflows that run tasks based on events and schedules.
| Workflow | Trigger → Action | Schedule | Runs | Status |
|---|---|---|---|---|
GitHub PR → QA Check Runs 'Pricing & plan comparison' when a pull request is opened or updated, and posts the outcome back to the PR. | Pull request→Run QA Flow | Event-triggered | 41 | Active |
Nightly onboarding regression Runs the sign-up QA flow across all viewports every night and posts failures to #product-quality. | Timer tick→Run QA Flow | Every day at 02:00 | 20 | Active |
Slack /simulate command Anyone in Slack can type /simulate <instruction> to start an exploration and get the transcript in-thread. | Slash command→Run Simulation | Event-triggered | 12 | Active |
Weekly pricing-page comprehension Re-runs the pricing exploration weekly and files a Jira issue when a fee line disappears. | Timer tick→Run Simulation | Every Monday at 09:00 | 1 | Inactive |