Coding agents are good at changing files. They are worse at knowing which ticket to take, whether that ticket is even agent-ready, where the worktree lives, whether CI is red, and whether a human has actually approved the PR.
Dex is not a coding agent. Agents write the code. Dex runs the rest of the loop:
Jira task → readiness → worktree → agent → tests → PR → review → fix → human → merge
The TUI is the product. The CLI is the same workflow without a TTY.
State is derived, not a field you set
Dex pulls a Jira-shaped queue, live Jira, or a built-in demo that ships MCP Profile Hub fixtures. It scores tickets for agent-readiness and can enrich thin ones. It creates an isolated worktree and branch per task, launches Claude, Codex, Pi, Cursor Agent, or a stub runtime, records tests as evidence, discovers the PR and review comments, and recommends the next action from that evidence.
If CI is red, the task is fixing. If the gates are green and you have not approved, it is human review. Dex refuses to merge until the configured gates, including human approval bound to the PR head SHA, are green.
Five minutes without credentials
dex init --demo --yes --name "MCP Profile Hub"
dex doctor
dex start MCP-482 --runtime stub --yes
The stub runtime proves the whole loop without Jira, GitHub, or a harness binary. A real project is dex init in the repo, dex auth jira, and dex start. Config lives in .dex/. Tokens never go in project YAML.
I built this because I was tired of being the glue between the ticket, the agent, and the merge button. Dex is that glue, in a terminal, with a human still holding y.
More projects
Agentlint
Lighthouse for agents. A deterministic website scanner that tells you whether agents can find, understand, and use a site, and proves every conclusion with evidence.
Active · @timbenniks/agentlint
MCP · Agent skillsContentstack MCP Hub
A hub of agent skills with RBAC, so an agent acting for a user can only reach what that user is allowed to touch, and product managers can propose the next skill without writing it.
Active · Internal + open contributions
MCP · Local-firstTurbo Relay
A local-first intelligence layer for sanctioned AI agents. Agents write evidence-backed knowledge through MCP; humans review, approve, and promote it.
Open source · macOS · MCP