Agentic Workflows
Autonomous Agents MCP Server Automation Workflows
13 workflows — multi-step AI automation tools for coding agents on Autonomous Agents.
sidebutton install agents Workflow automation tools for Autonomous Agents agents
13Drive a ticket to completion — plan, dispatch SE/QA, track PRs, merge, validate, close. Idempotent.
agent_pm_drive
Full sprint lifecycle — plan, manage, close. Phase-detecting and idempotent.
agent_pm_sprint
Re-review PR after developer addresses prior QA feedback — does NOT test live site
agent_qa_followup
Regression test affected modules on the live/deployed site after merge
agent_qa_regression
Review PR code against ticket acceptance criteria — does NOT test live site
agent_qa_validate
Test the live site against ticket scope — no PR, tests production directly
agent_qa_new_ticket
Find the lowest-coverage module, explore it in the browser, improve its skill files
agent_sd_coverage
Read review feedback, apply changes to existing PR, push updates
agent_se_followup
Read ticket, understand context, implement fix, create PR, report back
agent_se_work
Review PR, resolve conflicts, fix issues, merge, report back
agent_se_review_merge
Investigate bug, trace root cause, report findings without fixing
agent_se_rca