Design from intent
Codex asks the right planning questions, then shapes the trigger, agents, DAG stages, prompts, outputs, and policy gates into Tandem-native workflow structure.
The Tandem Codex Plugin gives Codex the Tandem-specific rules, commands, docs, and API handoffs it needs to design workflows correctly. Codex helps shape the plan; Tandem validates, imports, governs, and runs it.

The plugin installs from the GitHub-backed Codex marketplace entry. Once installed, open /plugins in Codex and enable Tandem Workflow Architect.
codex plugin marketplace add frumu-ai/tandem-codex-plugingit clone https://github.com/frumu-ai/tandem-codex-plugin.git
cd tandem-codex-plugin
codex plugin marketplace add "$(pwd)"Codex asks the right planning questions, then shapes the trigger, agents, DAG stages, prompts, outputs, and policy gates into Tandem-native workflow structure.
The plugin routes drafts through the real Tandem engine for preview, validation, import checks, and error repair instead of inventing fields from memory.
External writes, paid actions, public posts, irreversible changes, and live runs stay behind explicit approval gates and Tandem audit trails.
The plugin is deliberately not a second runtime. It turns Codex into a planning surface, then hands the work back to Tandem whenever validation, import, governance, or execution matters.
Install the plugin in Codex.
Point it at a running Tandem engine and token.
Ask Codex to create or validate a workflow.
Let Tandem preview, apply, import, and run with approval gates.
/tandem-doctorCheck engine reachability, auth, and provider readiness.
/create-workflowStart an intent-to-workflow planning chat and get a plan_id.
/revise-workflowIterate on an existing planner draft with a concrete change.
/apply-workflowApply a draft into a bundle and run importPreview.
/import-preview-workflowPreview and, after explicit approval, import a bundle.
/build-complex-workflowHand-build a paused multi-agent V2 automation DAG.
/preview-workflowRun a one-shot preview from a prompt or bundle file.
/validate-workflowSurface engine errors, warnings, and policy gaps verbatim.
/run-workflowTrigger a live run only after an explicit approval check.
A Codex build that supports plugin marketplace installs.
A local or hosted engine reachable through TANDEM_BASE_URL.
TANDEM_API_TOKEN or TANDEM_API_TOKEN_FILE for authenticated API calls.
Install the plugin, run /tandem-doctor, then ask Codex to design a workflow that Tandem can validate and run.