A

Agentic Workflows

Autonomous Agents Agentic Workflows

25 workflows — multi-step AI automation tools for coding agents on Autonomous Agents.

Available free v1.23.0 Browser
$ sidebutton install agents
Download ZIP

Autonomous Agents agentic workflows

25
Align Scope Gates pm agent_pm_landing_scope

Resolve the landing type's seven alignment gates from the goal intake — user inputs, then workspace context, then the platform floor — and publish all seven together as the job's result

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • goal_url · string
    Portal goal URL — the typed goal whose intake this job scopes (no ticket exists at this phase)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Apply Review Feedback se agent_se_followup

Read review feedback, apply changes to existing PR, push updates

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Assemble & Publish Mock design agent_design_assemble

Build the low-fi mock — branded when a brand source resolves, grayscale when none does — honoring the requirements and the constraints report, attach wireframe + copy skeleton as artifacts, self-check AC1–AC5, and report the score

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Ticket URL carrying the requirements and the constraints report
  • hint · string
    Optional extra instructions for the agent (typically the previous step's summary)
Steps
2
Open a terminalRun a terminal command
Break Down to Sub-tasks pm agent_pm_breakdown

Decompose an epic into child issues with dependency waves (using the board's own issue types), and reconcile them (create, update, remove) to match the thread — issues only, no portal Tasks, no dispatch

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira epic URL (the ticket to break down; usually the epic itself)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Check Design Dependencies se agent_se_design_check

Cross-check wireframe requirements against the site's catalogs, design system, and dependency budget — availability verification, read-only reuse map + flagged risks, before any mock is assembled

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Ticket URL carrying the wireframe requirements (previous step's comment)
  • hint · string
    Optional extra instructions for the agent (typically the previous step's summary)
Steps
2
Open a terminalRun a terminal command
Gather Wireframe Requirements pm agent_pm_wireframe

Turn an approved landing page brief into section-by-section wireframe requirements — template and component picks from the site catalogs, communication jobs, CTA plan, content slots, claims inventory, assets — precise enough to design from without a follow-up conversation

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Ticket URL carrying the landing page brief (and its decision thread)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Goal Analysis pm agent_pm_goal_analysis

Read-only: analyze an epic's scope, dependencies, risks and open decisions, then post one decision-oriented comment — no issues, no code, no dispatch

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira epic URL (the ticket to analyze; usually the epic itself)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Implement Fix + PR se agent_se_work

Read ticket, understand context, implement fix, create PR, report back

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Improve Skill Coverage sd agent_sd_coverage

Grow a pack's coverage — improve existing modules, discover new ones, or align them with recent code changes

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • target · string · default improve
    Run mode: improve | discover | align
  • repos · string
    Target repositories to scope this run to (empty = every repo cloned in the workspace)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Investigate + Plan se agent_se_plan

Read-only: investigate the ticket and draft a concrete work plan — no code changes, no PR

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Open App Editing Session se app_edit_session

Boot a project's dev server on this VM, verify it serves, submit the ready report, then ride the live session

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • project_path · string · default ~/workspace
    The project checkout — the git root the session commits and pushes from
  • app_dir · string
    Directory INSIDE the checkout that holds the app; empty means the checkout root
  • app_path · string · default ~/workspace
    project_path joined with app_dir — the directory the session's terminal opens in
  • dev_cmd · string
    Command that starts the dev server, run from app_path; empty means read package.json and pick the dev script
  • dev_port · string
    Port the dev server must listen on; empty uses the project's framework convention (Astro 4321, Vite 5173, Next 3000)
  • dev_env · string
    Space-separated non-secret KEY=VALUE flags to export before the dev command, e.g. SB_DEV_SESSION=1
  • preview_path · string
    Route the preview should open on when / is not the app's entry, e.g. /portal
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Prepare the Calls pm agent_pm_landing_calls

Turn the delivered gates' open ends into decision calls — every option in the open, a recommended default and its one-line why — published as the user's pause; no issues, no dispatch

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • goal_url · string
    Portal goal URL — the typed goal whose delivered gates this job turns into calls (no ticket exists at this phase)
  • hint · string
    Optional extra instructions for the agent (typically the scope job's summary, e.g. gate counts per arm)
Steps
2
Open a terminalRun a terminal command
Pull Workspace Repos ops agent_pull_repos

Sync every repo in a workspace, upgrade the SideButton CLI, and reinstall skill packs

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
Steps
2
Open a terminalRun a terminal command
RCA + Fix + PR se agent_se_rca_fix

Investigate bug, trace root cause, implement fix, create PR

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Re-review PR After Fixes qa agent_qa_followup

Re-review PR after developer addresses prior QA feedback — does NOT test live site

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Regression Test (Live Site) qa agent_qa_regression

Regression test affected modules on the live/deployed site after merge

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • depth · string · default L3
    Max test depth: L0 (smoke), L1 (structure), L2 (interaction), L3 (data)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Research pm agent_pm_research

Investigate a research ticket and post structured findings

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Review + Fix PR (no merge) se agent_se_review

Review PR, resolve conflicts, fix issues, run CI — then report state to the ticket instead of merging

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Review + Merge PR se agent_se_review_merge

Review PR, resolve conflicts, fix issues, merge, report back

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Review PR Fix qa agent_qa_validate

Review PR code against ticket acceptance criteria — does NOT test live site

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Root Cause Analysis se agent_se_rca

Investigate bug, trace root cause, report findings without fixing

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Score Experiment Branches qa agent_experiment_score

Judge two A/B experiment branches against ticket acceptance criteria — read-only, posts one verdict comment

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • branch_a_ref · string
    Branch A's work product: a PR URL, or an instruction pointing at the ticket's [exp A] comment
  • branch_b_ref · string
    Branch B's work product: a PR URL, or an instruction pointing at the ticket's [exp B] comment
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Sentry Triage se agent_sentry_triage

Poll Sentry for new production errors, dedup against Jira, file Bug tickets with evidence and initial RCA

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • sentry_org · string · default aictpo
    Sentry organization slug
  • sentry_projects · string · default sidebutton-server, sidebutton-portal, sidebutton-extension, sidebutton-dashboard
    Comma-separated Sentry project slugs to check
  • jira_project · string · default SCRUM
    Jira project key for new Bug tickets
  • max_tickets · string · default 3
    Max new tickets per run
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Test Live Site (New Ticket) qa agent_qa_new_ticket

Test the live site against ticket scope — no PR, tests production directly

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
Validate Task Resolution pm agent_ops_validate_resolution

Read-only: after a ticket goes Done, judge whether the outcome it was opened to deliver actually landed — verified against the repo, not just the comments — and post one verdict comment

Inputs
  • agentic_app · string · default cc
    Agent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
  • ticket_url · string
    Jira ticket URL (the Done ticket whose resolution is being validated)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command