Reverse engineered prompt

GitHub

Build me a Claude Code skill called /codex-workflows that lets me type a rough task in one or two sentences and have Claude turn it into a dynamic workflow, run it on my local Codex app server, and give me back the final answer plus a live visual map of what happened.

I want it to handle parallel workers, pipelines, phases, budgets, human approval gates, and longer lived workers that can stay warm across multiple turns. It should also support trying a few approaches at once, picking the best one, and canceling the losers. Please save the generated workflow script into the project so I can read it, tweak it, and rerun it later.

Also include a standalone command line runner and an offline viewer so I can open saved runs without Claude Code, click nodes to inspect results, view a worker timeline, answer waiting gates in the page, and switch layout or theme. If it fits, add a mode where Claude supervises several workflows at the same time. Look up current Claude Code and Codex docs online if you need to.

Have a live product UI? Try website reverse