whatisgithub

What is codex-workflows?

robzilla1738/codex-workflows — explained in plain English

Analysis updated 2026-05-18

52TypeScriptAudience · developerComplexity · 4/5LicenseSetup · moderate

In one sentence

A plugin that orchestrates multi-agent workflows for the Codex AI coding agent with a live terminal dashboard.

Mindmap

mindmap
  root((Codex Workflows))
    What it does
      Orchestrates multi agent jobs
      Shows live terminal dashboard
      Ships ready made templates
    Tech stack
      TypeScript
      MCP server
      QuickJS sandbox
    Use cases
      Run a bug sweep across a codebase
      Review a release diff for blockers
      Run a security review
    Audience
      Developers using Codex
      AI coding agent power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a bounded bug sweep across a codebase using multiple parallel agents

USE CASE 2

Check a release diff for blockers before shipping

USE CASE 3

Run a security review covering authentication, injections, and secrets

USE CASE 4

Watch a live terminal dashboard showing agent progress, tokens, and activity

What is it built with?

TypeScriptMCPQuickJS

How does it compare?

robzilla1738/codex-workflowsharborstremio/harbormodem-dev/sideshow
Stars525252
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasyeasy
Complexity4/53/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires the Codex AI coding agent already installed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Codex Workflows is a TypeScript plugin that adds a workflow orchestration layer to Codex, an AI coding agent. It connects Codex's subagents, skills, and MCP server support into a system that can run multi-step, multi-agent jobs and display their progress in a live terminal dashboard. The plugin ships four ready-to-use workflow templates: a bounded codebase bug sweep, a deeper variant with more parallel agents, a release-diff review that checks for blockers before shipping, and a security review covering authentication, injections, secrets, and similar concerns. Workflows can run up to 64 concurrent workers and up to 2,000 total agents. State is stored on disk, separate from the target repository by default, so a run can survive a restart. Once installed, you ask Codex to run a workflow in plain English and it calls the bundled MCP server. The server starts the job and opens a dashboard in your terminal showing phases, individual agent rows, token and tool usage, recent activity, and the final report location. From the terminal you can pause, resume, stop, restart specific agents, or save a completed run under a name you choose. Model selection can be set globally or per phase. You can point the bug-finding phases at a cheaper model and the final synthesis step at a stronger one, for example, using a single parameter. Model names are checked against the local Codex catalog before any agents start, so a typo produces an error with a suggestion rather than a silent wrong-model run. Workflow scripts define phases and agent prompts, and they run inside a QuickJS sandbox that does not give them direct filesystem, shell, or network access. The plugin is committed to the repository in a built form, so users can install it from GitHub without needing a local build step. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Help me install Codex Workflows and run the bug sweep template on my repo
Prompt 2
Show me how to set a cheaper model for bug-finding phases and a stronger model for synthesis
Prompt 3
Explain how to pause, resume, and restart a specific agent in a running workflow
Prompt 4
Walk me through writing a custom workflow script with its own phases and agent prompts

Frequently asked questions

What is codex-workflows?

A plugin that orchestrates multi-agent workflows for the Codex AI coding agent with a live terminal dashboard.

What language is codex-workflows written in?

Mainly TypeScript. The stack also includes TypeScript, MCP, QuickJS.

What license does codex-workflows use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is codex-workflows to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is codex-workflows for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.