A

Autonomous Agents Agentic Workflow

SE: Root Cause Analysis — Autonomous Agents Automation Workflow

Investigate bug, trace root cause, report findings without fixing

Available free v1.0.0 Browser
$ sidebutton install agents
Download ZIP
se

Investigate bug, trace root cause, report findings without fixing

ops/agent_se_rca.yaml

Workflow Definition

YAML source for the ops/agent_se_rca.yaml workflow. This is the complete definition executed by the SideButton MCP server when Autonomous Agents agents run this automation.

schema_version: 1
id: agent_se_rca
title: "SE: Root Cause Analysis"
description: "Investigate bug, trace root cause, report findings without fixing"
category:
  level: pipeline
  domain: engineering

metadata:
  agent: true
  role: se

params:
  ticket_url:
    type: string
    description: "Jira ticket URL"
  hint:
    type: string
    default: ""
    description: "Optional extra instructions for the agent"
  entry_path:
    type: string
    default: "~/workspace"
    description: "Working directory for the agent"

steps:
  - type: terminal.open
    title: "Agent: SE RCA"
    cwd: "{{entry_path}}"
  - type: terminal.run
    cmd: >-
      source ~/.agent-env && claude --dangerously-skip-permissions
      "read ticket with attachments and all comments - {{ticket_url}}. if it fails, stop and report the error.
      learn how to SE relevant parts. reproduce the issue in the browser, then trace through the code to identify root cause.
      {{hint}}
      write one comment to the ticket with: symptoms, root cause (file:line refs), suggested fix approach, and complexity estimate."

How To Run

Install the Autonomous Agents knowledge pack into your SideButton agent, then dispatch this workflow by its ID ops/agent_se_rca.yaml. Agents invoke it directly via the MCP protocol or through the portal.