A

Agentic Workflows

Autonomous Agents Agentic Workflows

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

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

Autonomous Agents agentic workflows

14
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 Epic pm agent_pm_drive

Self-driving push of a planned epic to Done — schedules its own loop, merges ready PRs, dispatches the next unblocked child, closes out.

Inputs
  • ticket_url · string
    Epic / parent Jira ticket URL (children already created with dependencies)
  • hint · string
    Optional extra instructions (dependency notes, preferred agents)
Steps
2
Open a terminalRun a terminal command
PM: Research pm agent_pm_research

Investigate a research ticket and post structured findings

Inputs
  • ticket_url · string
    Jira ticket URL
  • 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: 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
  • 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
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