robzilla1738/Codex-Workflows — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a TypeScript tool for Codex that lets me run saved multi agent workflows on a real codebase, instead of manually prompting a bunch of agents one by one.

I want it to include a Codex plugin, an MCP server, and a terminal command called something like cwf. The main experience should be that I can ask Codex to run a workflow such as bug sweep, deep bug sweep, release diff review, or security auth review, and it starts the run, opens a live terminal dashboard, and gives me a run id and status.

The workflows should be durable and restartable. I should be able to watch progress, pause, resume, stop, restart individual agents, and save a completed workflow. The dashboard should show phases, worker agents, recent activity, timing, tool usage, and where the final report was saved.

Please keep bug hunting read only by default, store run state outside the target repo unless I choose project storage, and make workflow scripts sandboxed so they can define phases and prompts without direct filesystem or shell access.

Want more depth? Deep Reverse