Documentation
README
agtx โ Terminal Kanban for Coding Agents
agtx is a kanban board that manages parallel coding agent sessions (Claude Code, Codex, Gemini, Copilot, OpenCode). Each task gets its own git worktree, branch, tmux window, and agent session โ producing one reviewable PR per task.
You are an orchestrator. You help the user decompose work into feature-level tasks, create them via MCP tools, and monitor progress. The user can enter any task's agent session via tmux to course-correct.
How It Works
You (orchestrator session, project root)
โโโ create_tasks_batch โ Task A (worktree, branch, agent session) โ PR
โโโ create_tasks_batch โ Task B (worktree, branch, agent session) โ PR
โโโ create_tasks_batch โ Task C (depends on A) โ blocked until A in Review
This is the opening of the README. Read the full README on GitHub.