What problem does it solve?
codex-deck-flow eliminates the friction of coordinating long-running, multi-step coding work by keeping a persistent workflow running in the background while you prepare approvals and control execution.
Core Features & Use Cases
- Persistent multi-agent workflows: Create, validate, reconcile, inspect, and trigger multi-task coding plans with dependency ordering.
- Daemon-owned execution: Starts (or reuses) a background daemon and sends operator control messages so scheduling continues after the skill turn ends.
- Isolation via worktrees: Runs each task in an isolated git worktree to reduce branch conflicts and keep task boundaries clean.
- Explicit merge policy: Keeps merge behavior explicit and avoids applying integration merges unless the user requests it.
- Control-messaging & stop flow: Supports daemon control messages like stopping workflow processes and enqueuing scheduler triggers.
Quick Start
Ask the AI to activate codex-deck-flow by explicitly mentioning $codex-deck-flow and describe the workflow you want (including project root/workflow id when resuming) so it can create/validate/show tasks for approval and then trigger execution.