Agentic Workflows
Autonomous Agents Agentic Workflows
25 workflows — multi-step AI automation tools for coding agents on Autonomous Agents.
sidebutton install agents Autonomous Agents agentic workflows
25Resolve 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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
goal_url· stringPortal goal URL — the typed goal whose intake this job scopes (no ticket exists at this phase) -
hint· stringOptional extra instructions for the agent
Read review feedback, apply changes to existing PR, push updates
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringTicket URL carrying the requirements and the constraints report -
hint· stringOptional extra instructions for the agent (typically the previous step's summary)
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira epic URL (the ticket to break down; usually the epic itself) -
hint· stringOptional extra instructions for the agent
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringTicket URL carrying the wireframe requirements (previous step's comment) -
hint· stringOptional extra instructions for the agent (typically the previous step's summary)
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringTicket URL carrying the landing page brief (and its decision thread) -
hint· stringOptional extra instructions for the agent
Read-only: analyze an epic's scope, dependencies, risks and open decisions, then post one decision-oriented comment — no issues, no code, no dispatch
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira epic URL (the ticket to analyze; usually the epic itself) -
hint· stringOptional extra instructions for the agent
Read ticket, understand context, implement fix, create PR, report back
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Grow a pack's coverage — improve existing modules, discover new ones, or align them with recent code changes
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
target· string · defaultimproveRun mode: improve | discover | align -
repos· stringTarget repositories to scope this run to (empty = every repo cloned in the workspace) -
hint· stringOptional extra instructions for the agent
Read-only: investigate the ticket and draft a concrete work plan — no code changes, no PR
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Boot a project's dev server on this VM, verify it serves, submit the ready report, then ride the live session
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
project_path· string · default~/workspaceThe project checkout — the git root the session commits and pushes from -
app_dir· stringDirectory INSIDE the checkout that holds the app; empty means the checkout root -
app_path· string · default~/workspaceproject_path joined with app_dir — the directory the session's terminal opens in -
dev_cmd· stringCommand that starts the dev server, run from app_path; empty means read package.json and pick the dev script -
dev_port· stringPort the dev server must listen on; empty uses the project's framework convention (Astro 4321, Vite 5173, Next 3000) -
dev_env· stringSpace-separated non-secret KEY=VALUE flags to export before the dev command, e.g. SB_DEV_SESSION=1 -
preview_path· stringRoute the preview should open on when / is not the app's entry, e.g. /portal -
hint· stringOptional extra instructions for the agent
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
goal_url· stringPortal goal URL — the typed goal whose delivered gates this job turns into calls (no ticket exists at this phase) -
hint· stringOptional extra instructions for the agent (typically the scope job's summary, e.g. gate counts per arm)
Sync every repo in a workspace, upgrade the SideButton CLI, and reinstall skill packs
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars
Investigate bug, trace root cause, implement fix, create PR
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Re-review PR after developer addresses prior QA feedback — does NOT test live site
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Regression test affected modules on the live/deployed site after merge
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
depth· string · defaultL3Max test depth: L0 (smoke), L1 (structure), L2 (interaction), L3 (data) -
hint· stringOptional extra instructions for the agent
Investigate a research ticket and post structured findings
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Review PR, resolve conflicts, fix issues, run CI — then report state to the ticket instead of merging
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Review PR, resolve conflicts, fix issues, merge, report back
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Review PR code against ticket acceptance criteria — does NOT test live site
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Investigate bug, trace root cause, report findings without fixing
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Judge two A/B experiment branches against ticket acceptance criteria — read-only, posts one verdict comment
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
branch_a_ref· stringBranch A's work product: a PR URL, or an instruction pointing at the ticket's [exp A] comment -
branch_b_ref· stringBranch B's work product: a PR URL, or an instruction pointing at the ticket's [exp B] comment -
hint· stringOptional extra instructions for the agent
Poll Sentry for new production errors, dedup against Jira, file Bug tickets with evidence and initial RCA
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
sentry_org· string · defaultaictpoSentry organization slug -
sentry_projects· string · defaultsidebutton-server, sidebutton-portal, sidebutton-extension, sidebutton-dashboardComma-separated Sentry project slugs to check -
jira_project· string · defaultSCRUMJira project key for new Bug tickets -
max_tickets· string · default3Max new tickets per run -
hint· stringOptional extra instructions for the agent
Test the live site against ticket scope — no PR, tests production directly
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
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
-
agentic_app· string · defaultccAgent-app slug selecting the per-run env file ~/.agent-env.d/<slug> (AAP-C); 'cc'/subscription clears provider vars -
ticket_url· stringJira ticket URL (the Done ticket whose resolution is being validated) -
hint· stringOptional extra instructions for the agent