A

Agentic Workflows

Autonomous Agents Agentic Workflows

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

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

Autonomous Agents agentic workflows

13
Ops: Pull All Repos ops agent_pull_repos

Git pull on all repos and reinstall skill packs

Inputs

None

Steps
2
Open a terminalRun a terminal command
PM: Drive Ticket pm agent_pm_drive

Drive a ticket to completion — plan, dispatch SE/QA, track PRs, merge, validate, close. Idempotent.

Inputs
  • ticket_url · string
    Jira ticket URL (parent with subtasks, or ticket to plan)
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
PM: Sprint Lifecycle pm agent_pm_sprint

Full sprint lifecycle — plan, manage, close. Phase-detecting and idempotent.

Inputs
  • project_key · string
    Jira project key (e.g. SCRUM). Leave empty to read from agent env.
  • capacity · string
    Target capacity (e.g. '10 tickets' or '40 points'). Leave empty to use velocity baseline.
  • hint · string
    Optional focus: 'plan only', 'dispatch stalled', 'close sprint', 'move tickets', etc.
Steps
2
Open a terminalRun a terminal command
QA: Re-review PR After Fixes qa agent_qa_followup

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
QA: Regression Test (Live Site) qa agent_qa_regression

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

Inputs
  • 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
QA: Review PR Fix qa agent_qa_validate

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
QA: Test Live Site (New Ticket) qa agent_qa_new_ticket

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SD: Fill Skill Module sd agent_sd_coverage

Find the lowest-coverage module, explore it in the browser, improve its skill files

Inputs
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SE: Apply Review Feedback se agent_se_followup

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SE: Implement Fix + PR se agent_se_work

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SE: RCA + Fix + PR se agent_se_rca_fix

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SE: Review + Merge PR se agent_se_review_merge

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

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command
SE: Root Cause Analysis se agent_se_rca

Investigate bug, trace root cause, report findings without fixing

Inputs
  • ticket_url · string
    Jira ticket URL
  • hint · string
    Optional extra instructions for the agent
Steps
2
Open a terminalRun a terminal command