Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A terminal window shows a kanban board with colored cards for AI agents including Claude, Gemini, and Codex, plus an…

agtx: The Self-Managing Kanban Board That Automates Your Multi-Agent Workflow

Install agtx to automate task delegation between Claude, Gemini, and Codex agents via a terminal-native kanban board managed by its own orchestrator agent.

·Mar 14, 2026·3 min read··153 views·AI-Generated·Report error
Share:
Source: reddit.comvia reddit_claude, medium_anthropicMulti-Source
agtx: The Self-Managing Kanban Board That Automates Your Multi-Agent Workflow

If you're running multiple Claude Code sessions alongside other AI coding assistants, you know the pain: constant context switching, manual task delegation, and deciding what to work on next. A developer just released agtx—a terminal-native kanban board that manages itself via its own MCP server, automating your entire multi-agent workflow.

What It Does — Automated Agent Orchestration

agtx solves the parallel session bottleneck by creating a visual workflow where different AI agents handle different phases of development. You configure which agent handles which stage (e.g., Gemini for research, Claude for implementation, Codex for review), and the system handles the handoffs automatically.

The breakthrough is the orchestrator agent—a dedicated Claude instance that manages the entire board through its own Model Context Protocol (MCP) server. You add tasks to the backlog, press a single key, and the orchestrator triages, delegates, and advances tasks through your predefined workflow. The architecture follows this loop:

Orchestrator → MCP Server → DB → TUI → back to Orchestrator

You return to find pull requests ready for merge, with the system having managed the entire progression.

Setup — Terminal Installation with Plugin System

Installation is straightforward via the terminal:

git clone https://github.com/fynnfluegge/agtx
cd agtx
# Follow setup instructions in README

The system ships with a plugin architecture that lets you integrate spec-driven frameworks with a single TOML configuration file. You can plug in:

  • GSD (Goal-Specific Development)
  • Spec-kit
  • OpenSpec
  • BMAD (Business Model Analysis & Development)

Or define your own custom workflows. The TUI (Terminal User Interface) provides the kanban visualization while the backend handles all agent coordination.

When To Use It — Parallel Development and Complex Projects

Use agtx when:

  1. You're managing multiple concurrent features that require different AI strengths
  2. Your workflow has distinct phases (research, implementation, testing, review) that benefit from specialized agents
  3. You want to batch-process tasks and let the system handle prioritization and delegation
  4. You're working with spec-driven development and want to automate the translation from specifications to code

The orchestrator agent uses Claude's reasoning capabilities to make intelligent decisions about task assignment and progression, effectively creating a self-managing development pipeline.

The Technical Edge — MCP-Powered Automation

What makes agtx particularly powerful for Claude Code users is its use of MCP. The orchestrator agent communicates with the kanban system through a dedicated MCP server, which means:

  • Standardized communication between Claude and the task management system
  • Extensible architecture that can integrate with other MCP-compatible tools
  • Direct agent control without manual intervention

This isn't just another task manager—it's a framework that turns Claude into a project manager for your other AI coding assistants.

Getting Started Today

Clone the repository and examine the example configurations. Start with a simple two-agent workflow (Claude for implementation, another agent for review) to see the automation in action. The TUI gives you real-time visibility into what each agent is working on, while the orchestrator handles the logistics.

For teams using multiple AI coding tools, agtx represents a significant step toward truly automated development workflows where human intervention is needed only for high-level direction and final review.

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should immediately experiment with `agtx` for any project that involves multiple development phases. The key workflow change: instead of manually switching between Claude, Gemini, and Codex sessions, configure `agtx` once and let the orchestrator handle the transitions. Specific tip: Start by defining a simple workflow in the TOML config—research → implement → review—assigning different agents to each phase. Add 3-5 tasks to the backlog and watch how the orchestrator delegates them. This gives you immediate visibility into how much time you save on context switching. For maximum efficiency, integrate your existing spec frameworks (GSD, OpenSpec, etc.) through the plugin system. The orchestrator can then take specifications and automatically route them through the appropriate agents, creating a near-autonomous development pipeline where your role shifts from micromanager to strategic director.
This story is part of
Nvidia's Open Source Gambit to Displace OpenClaw's Early Agent Dominance
The chip giant's move into open source AI agents threatens to reshape the competitive landscape just as Claude Code emerges as a development platform.
Compare side-by-side
Claude Code vs agtx
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all