Skip to content

Processes/hr — hiring, payroll, and people opshr

Offboard employee — hr processOffboard employee

moderatepartially automatable🔁 when it happens⏳ has async waits

Process an employee departure including final paycheck, benefits termination, account deactivation, and equity handling.

Gusto handles final paycheck and benefits termination. Account deactivation across systems partially automatable. Equity exercise window needs person-routing.

Current agent ceiling

An agent can run 7 of 8 steps 7 of them behind a human approval gate ⏸

⚡ Closable with today’s market (1 — via Workflow Automation): Collect company property (a workflow with webhooks/polling watches this so no human has to)

How it runs

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

01Process termination in Gusto

agent
Gusto logoGusto59⏸ approval gatehigh risk

or:Deel logoDeel57·Rippling logoRippling12

1 API call
  • POST /v1/employees/{id}/terminations

runs in parallel · 7

02Calculate final paycheck + PTO payout

agent
Gusto logoGusto59⏸ approval gatehigh risk

or:Deel logoDeel57·Rippling logoRippling12

1 API call
  • POST /v1/companies/{id}/payrolls (off-cycle)

03Terminate benefits

agent
Gusto logoGusto59⏸ approval gatemedium risk

or:Deel logoDeel57·Rippling logoRippling12

04Deactivate Google Workspace

agent
Gmail⏸ approval gatemedium risk
1 API call
  • directory.users.update (suspended=true)

05Remove from Slack

agent
Slack logoSlack65⏸ approval gate

or:Discord logoDiscord59·Zulip logoZulip34

1 API call
  • admin.users.remove

06Remove from GitHub org

agent
GitHub logoGitHub71⏸ approval gatemedium risk

or:GitLab logoGitLab54·Gitea logoGitea34

1 API call
  • DELETE /orgs/{org}/members/{user}

07Notify about equity exercise window

agent
Carta logoCarta36⏸ approval gatehigh risk

or:Cake Equity logoCake Equity22·Ledgy logoLedgy12

08Collect company property

human
⏳ async

⚡ agentic workaround: a workflow with webhooks/polling watches this so no human has to n8n, top of Workflow Automation

Context the agent needs first: employee name (from the founder) · employee last day (from the founder) · pto balance

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