
I turned OpenAI Symphony into a one-command local workflow for any repo
OpenAI Symphony is powerful, but for most developers the first problem is not capability. It’s setup friction. You still need to: wire Linear correctly create a usable workflow file bootstrap local scripts into the repo make the setup portable across machines restart it cleanly every time you reopen Codex I got tired of doing that manually, so I packaged the setup into a reusable public skill: Codex Symphony What it gives you Codex Symphony bootstraps a local Symphony + Linear workflow into any Git repository. It installs: WORKFLOW.symphony.md scripts/symphony/start-local.sh scripts/symphony/start-background.sh scripts/symphony/status.sh codex-symphony wrapper command The result is a practical local flow: Linear = queue Codex = executor Symphony = dispatcher Install You can install it from the broader Citedy skills package: npx @citedy/skills install symphony Package: https://www.npmjs.com/package/@citedy/skills Or install the standalone skill: npx openskills install Citedy/codex-symph
Continue reading on Dev.to
Opens in a new tab



