{"id":126597,"url":"https://github.com/shinpr/awesome-codex-workflows","name":"awesome-codex-workflows","description":"Curated repositories for building and operating development workflows with Codex.","projects_count":38,"last_synced_at":"2026-06-25T03:00:21.857Z","repository":{"id":348649332,"uuid":"1198239015","full_name":"shinpr/awesome-codex-workflows","owner":"shinpr","description":"Curated repositories for building and operating development workflows with Codex.","archived":false,"fork":false,"pushed_at":"2026-06-20T07:23:58.000Z","size":185,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T09:14:53.530Z","etag":null,"topics":["ai-agents","automation","awesome","awesome-list","code-quality","codex","developer-tools","development-workflow","llm-orchestration","openai","productivity","prompt-engineering","skills","workflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shinpr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-01T08:36:03.000Z","updated_at":"2026-06-20T07:24:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shinpr/awesome-codex-workflows","commit_stats":null,"previous_names":["shinpr/awesome-codex-workflows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shinpr/awesome-codex-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinpr%2Fawesome-codex-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinpr%2Fawesome-codex-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinpr%2Fawesome-codex-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinpr%2Fawesome-codex-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinpr","download_url":"https://codeload.github.com/shinpr/awesome-codex-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinpr%2Fawesome-codex-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34757355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2026-04-04T13:41:16.327Z","updated_at":"2026-06-25T03:00:21.858Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Foundations \u0026 Standards","Workflow Infrastructure \u0026 Design","Codex Workflow Frameworks","Cross-Agent References"],"sub_categories":[],"readme":"# Awesome Codex Workflows [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n![Awesome Codex Workflows banner](assets/awesome-codex-workflows-banner.jpg)\n\nCurated repositories for building and running real development workflows with Codex.\n\nThe focus is not on Codex-related tools in general, but on repositories where the workflow is the point: planning, orchestration, subagents, staged execution, review loops, quality gates, worktrees, or the infrastructure that makes those workflows work in practice.\n\nThis list is intentionally opinionated. It favors repositories that make their workflow visible in code, config, or runtime behavior. If a project is interesting but still feels like a loose prompt pack, a generic tool collection, or a thin bridge, it is usually left out.\n\n## Contents\n\n- [Inclusion Notes](#inclusion-notes)\n- [Foundations \u0026 Standards](#foundations--standards)\n- [Codex Workflow Frameworks](#codex-workflow-frameworks)\n- [Workflow Infrastructure \u0026 Design](#workflow-infrastructure--design)\n- [Cross-Agent References](#cross-agent-references)\n\n## Inclusion Notes\n\n- Codex should be a first-class target, not just an optional backend.\n- The repository should show an actual workflow model, not only isolated prompts or skills.\n- Reusable artifacts should exist, such as commands, agents, skills, templates, install scripts, runtimes, or other concrete workflow assets.\n- Workflow infrastructure and workflow-design tools are in scope when they materially help people build or operate Codex workflows.\n- Cross-agent systems belong here only as references, when they are useful for comparison but are not fundamentally Codex-first.\n\n\u003c!-- GENERATED:REPO-LIST:START --\u003e\n\n## Foundations \u0026 Standards\n\nOfficial building blocks appear here alongside ecosystem standards that help make Codex workflow repos interoperable.\n\n- [OpenAI/codex](https://github.com/openai/codex) - Official Codex repository, providing the execution runtime that Codex-native workflow layers and orchestration tools build on.\n- [OpenAI/skills](https://github.com/openai/skills) - Official skill catalog for Codex, showing how reusable instructions, scripts, and resources are packaged into workflow building blocks.\n- [agentsmd/agents.md](https://github.com/agentsmd/agents.md) - Community-led `AGENTS.md` format that gives Codex and neighboring tools a shared way to express repository-local workflow guidance.\n- [OpenAI/symphony](https://github.com/openai/symphony) - Open-source Codex orchestration spec with an Elixir reference implementation, defining issue-tracker-driven workflows where each issue claims a workspace and is driven to a review handoff.\n\n## Codex Workflow Frameworks\n\nThese are the repositories where the workflow itself is the product: planning, execution, review, and handoff are built into the system rather than added on around it.\n\n- [am-will/swarms](https://github.com/am-will/swarms) - Dependency-aware workflow skills for Codex and Claude that make parallel execution safer through explicit `depends_on` plans, wave execution, and TDD-oriented validation.\n- [code-yeongyu/lazycodex](https://github.com/code-yeongyu/lazycodex) - OMO's Codex Light workflow harness built around `ulw-loop`, combining durable goal state, ledger-backed progress tracking, evidence-based completion checks, goal reconciliation, and final quality-gate validation.\n- [dsifry/metaswarm](https://github.com/dsifry/metaswarm) - Codex plugin and cross-CLI orchestration framework that runs work through design and plan review gates, BEADS-backed task state, coverage enforcement, and a 4-phase implementation loop.\n- [gmickel/flow-next](https://github.com/gmickel/flow-next) - Plan-first workflow plugin for Codex, Claude Code, Factory Droid, and OpenCode with in-repo `.flow/` state, dependency-aware task graphs, re-anchoring, and cross-model reviews.\n- [grp06/slop-janitor](https://github.com/grp06/slop-janitor) - Codex app-server workflow runner organized around janitor, builder, and goal execution roles, with durable goal ledgers, clean-workspace gates, retry-safe snapshots, and checkpoint commits.\n- [josstei/maestro-orchestrate](https://github.com/josstei/maestro-orchestrate) - Multi-runtime orchestration framework for Codex, Claude Code, Gemini CLI, and Qwen Code with Codex-native `$maestro` skills, staged Design/Plan/Execute workflows, persistent session state, specialist delegation, approval gates, and review-driven completion rules.\n- [just-every/code](https://github.com/just-every/code) - Codex fork whose Auto Drive orchestration routes milestone work through coordinator-managed helper agents, enforces evidence-backed completion, and pairs autonomous execution with automated review.\n- [liza-mas/liza](https://github.com/liza-mas/liza) - Multi-agent coding system with Go supervisors, a behavioral contract, doer/reviewer roles, YAML blackboard state, worktree-managed tasks, and a code-enforced workflow state machine.\n- [Phlegonlabs/Harness-Engineering-skills](https://github.com/Phlegonlabs/Harness-Engineering-skills) - Repo-backed PRD-to-code workflow skills for Claude and Codex that turn planning into durable project state with phase gates, approval stops, and validation instead of free-form prompt chains.\n- [robzilla1738/Codex-Workflows](https://github.com/robzilla1738/Codex-Workflows) - Workflow-as-code runtime for Codex review fanout, with sandboxed workflow definitions, durable run state, structured finding handoff between phases, validation gates, and pause/resume workflow controls.\n- [shinpr/codex-workflows](https://github.com/shinpr/codex-workflows) - Codex workflows organized around user-value slices so features get designed, tested, and integrated earlier instead of breaking at the end; each slice is grounded in design docs, test skeletons, TDD, and quality gates.\n- [tdwhere123/do-it](https://github.com/tdwhere123/do-it) - Installable Codex and Claude Code workflow guardrail package that routes work by risk, constrains sub-agent delegation with explicit contracts, and uses Codex hooks plus review, fix, worktree, and verification skills to keep completion claims tied to fresh evidence.\n- [Vinix24/vnx-orchestration](https://github.com/Vinix24/vnx-orchestration) - Governance-first workflow runtime for Codex, Claude Code, and Gemini CLI that coordinates parallel agents across tmux panes with an append-only receipt ledger, quality gates, worktrees, and automatic context rotation.\n- [Yeachan-Heo/oh-my-codex](https://github.com/Yeachan-Heo/oh-my-codex) - Workflow layer for Codex organized around OMX modes like `$deep-interview`, `$ralplan`, `$ralph`, and `$team`, giving one repeatable path from clarification to completion.\n- [yimwoo/hotl-plugin](https://github.com/yimwoo/hotl-plugin) - Human-on-the-loop workflow plugin for Codex, Claude Code, and Cline that turns designs into executable workflow files with per-step verification, persisted run state, human gates for risky steps, and explicit branch/worktree finish decisions.\n\n## Workflow Infrastructure \u0026 Design\n\nThese repositories help people design, support, or operate Codex workflows, even when the workflow itself lives elsewhere.\n\n- [basilisk-labs/agentplane](https://github.com/basilisk-labs/agentplane) - Git-native harness engineering layer for Codex and other coding agents, organizing work around task contracts, approved plans, verification records, and Agent Change Records tracked directly in Git.\n- [berabuddies/agentflow](https://github.com/berabuddies/agentflow) - Graph-based orchestration runtime for Codex, Claude, and Kimi that treats workflows as dependency graphs, enabling fanout, merge, iterative loops, worktrees, and remote execution.\n- [boshu2/agentops](https://github.com/boshu2/agentops) - DevOps-style operations layer for Codex CLI, Claude Code, Cursor, and OpenCode that persists handoffs, retros, and learnings in `.agents/`, then uses ratchet gates, multi-model councils, pre-mortems, and vibe checks so coding workflows carry evidence and compound knowledge across sessions.\n- [luoyuctl/agenttrace](https://github.com/luoyuctl/agenttrace) - Local-first session audit tool for Codex and other coding agents, turning run logs into operational evidence for post-run review, baseline comparison, and CI gates across spend, token use, timing, health, and tool failures.\n- [mattpocock/sandcastle](https://github.com/mattpocock/sandcastle) - Sandbox runtime for Codex and other coding agents across Docker, Podman, and Vercel, supporting isolated execution, reusable environments, worktree branch strategies, and sequential-reviewer or parallel-planner workflow templates.\n- [max-sixty/worktrunk](https://github.com/max-sixty/worktrunk) - Git worktree management CLI for parallel AI agent workflows, with lifecycle hooks, merge cleanup, project command approvals, and a reusable skill for operating many Codex or Claude sessions safely.\n- [milisp/codexia](https://github.com/milisp/codexia) - Tauri-based desktop console for Codex and Claude Code, built to run many agent tasks at once with scheduling, worktrees, remote control, and a headless web companion.\n- [Necmttn/ax](https://github.com/Necmttn/ax) - Local agent-experience graph for Codex, Claude Code, OpenCode, Cursor, and Pi sessions, turning tool calls, skills, costs, routing, hooks, and telemetry into CLI, dashboard, and MCP query surfaces.\n- [OthmanAdi/planning-with-files](https://github.com/OthmanAdi/planning-with-files) - File-backed planning infrastructure for Codex and other agent CLIs, combining lifecycle hooks, isolated planning sessions, plan attestation, run ledgers, and optional completion gates tied to plan state.\n- [strongdm/leash](https://github.com/strongdm/leash) - Runtime containment and policy layer for AI coding agents that makes Codex workflows safer by wrapping agents in monitored containers and enforcing Cedar policies in real time.\n- [xintaofei/codeg](https://github.com/xintaofei/codeg) - Shared coding workspace for multi-agent teams, tying together session aggregation, worktrees, MCP management, browser access, and chat-channel control across desktop and server surfaces.\n\n## Cross-Agent References\n\nThis section covers adjacent projects rather than Codex workflow frameworks: useful workflow patterns, Codex integration approaches, and operational ideas from nearby agent systems.\n\n- [AgentWrapper/agent-orchestrator](https://github.com/AgentWrapper/agent-orchestrator) - Plugin-based orchestration control plane that isolates each coding task in its own worktree and routes CI or review reactions back through configurable runtime, tracker, and notifier slots.\n- [awslabs/cli-agent-orchestrator](https://github.com/awslabs/cli-agent-orchestrator) - Hierarchical tmux-based multi-agent orchestrator that coordinates supervisor and worker sessions across agent CLIs, with dedicated Codex support in a broader cross-CLI system.\n- [catlog22/maestro-flow](https://github.com/catlog22/maestro-flow) - Cross-agent workflow orchestrator whose Ralph engine drives sessions through a `status.json` state machine, CLI-enforced step gates, required-reading checks, and state-backed workflow progression.\n- [jonwiggins/optio](https://github.com/jonwiggins/optio) - PR-lifecycle worker system that turns CI failures, review requests, and merge conflicts into explicit resume actions, pushing tasks from intake to merged PR through a BullMQ-backed state machine.\n- [OpenAI/codex-plugin-cc](https://github.com/openai/codex-plugin-cc) - Official Claude Code plugin that brings Codex into Claude-centered workflows for review, adversarial review, delegated rescue tasks, and optional review gates.\n- [preset-io/agor](https://github.com/preset-io/agor) - Spatial multiplayer control plane for Claude Code, Codex, and Gemini that ties sessions to worktrees, workflow zones, and isolated environments instead of treating agent runs as disconnected terminals.\n- [sendbird/cc-plugin-codex](https://github.com/sendbird/cc-plugin-codex) - Claude Code bridge for Codex that runs tracked review jobs, rescue tasks, and blocking review gates, with structured ALLOW/BLOCK decisions and worktree-aware review isolation.\n- [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) - Deterministic Python orchestrator for many CLI coding agents that isolates runs in Git worktrees, enforces janitor verification and quality gates before merge, and includes a Codex CLI adapter.\n\n\u003c!-- GENERATED:REPO-LIST:END --\u003e\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\nBefore proposing an addition, check that:\n\n- Codex is a first-class workflow target, not just an optional backend.\n- The repository shows an actual workflow or orchestration model.\n- The project is public, accessible, and documented enough to evaluate.\n\nFor now, scope decisions should favor clarity over coverage.\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/shinpr%2Fawesome-codex-workflows/projects"}