Skip to content

Processes/software — the spec, build, review, ship loopsoftware

Set up CI/CD — software processSet up CI/CD

moderatefully automatable🔁 once

Configure GitHub Actions CI/CD with testing, linting, and auto-deploy to Vercel.

GitHub and Vercel have comprehensive APIs. Full automation of workflow creation and deployment configuration.

Current agent ceiling

An agent can run 5 of 6 steps 3 of them behind a human approval gate ⏸

No workaround yet (1): Connect Vercel to GitHub (manual form/portal — no API path)

How it runs

Route-coded block flow: emerald = agent, amber = manual form/portal, red = needs a human. ⏸ approval gate · ⏳ async wait.

01Create GitHub Actions workflow

agent
GitHub logoGitHub71⏸ approval gatemedium risk

or:GitLab logoGitLab54·Gitea logoGitea34

1 API call
  • PUT /repos/{owner}/{repo}/contents/.github/workflows/ci.yml

02Configure test and lint jobs

agent

or:GitLab logoGitLab54·Gitea logoGitea34

03Connect Vercel to GitHub

manual form
Vercel logoVercel44⏸ approval gatemedium risk

or:Render logoRender79·Cloudflare Workers logoCloudflare Workers63

1 API call
  • POST /v9/projects

04Set up env variables

agent
Vercel logoVercel44⏸ approval gatemedium risk

or:Render logoRender79·Cloudflare Workers logoCloudflare Workers63

1 API call
  • POST /v10/projects/{id}/env

05Configure deploy settings

agent
Vercel logoVercel44⏸ approval gatemedium risk

or:Render logoRender79·Cloudflare Workers logoCloudflare Workers63

06Test pipeline end-to-end

agent

or:GitLab logoGitLab54·Gitea logoGitea34

1 API call
  • POST /repos/{owner}/{repo}/actions/workflows/{id}/dispatches

Context the agent needs first: repo name (from the founder) · repo framework (from the founder)

The market options

Each role resolves against its arena’s live leaderboard — the default is the process’s canonical vendor, alternatives ranked by agent-readiness.

Simulate this process

simulated dry run from the mapped process — no real calls are made
For agents Process manifest (JSON)·/llms.txt