by 777genius
You're the CTO, agents are your team. They handle tasks themselves, message each other, review each other's code. You just look at the kanban board and drink coffee.
# Add to your Claude Code skills
git clone https://github.com/777genius/claude_agent_teams_uihttps://github.com/user-attachments/assets/9cae73cd-7f42-46e5-a8fb-ad6d41737ff8
https://github.com/user-attachments/assets/35e27989-726d-4059-8662-bae610e46b42
No prerequisites — Claude Code can be installed and configured directly from the app.
A new approach to task management with AI agent teams.
Task creation with attachments — send a message to the team lead with any attached images. The lead will automatically create a fully described task and attach your files directly to the task for complete context.
Deep session analysis — detailed breakdown of what happened in each Claude session: bash commands, reasoning, subprocesses
Smart task-to-log/changes matching — automatically links Claude session logs/changes to specific tasks
Advanced context monitoring system — comprehensive breakdown of what consumes tokens at every step: user messages, Claude.md instructions, tool outputs, thinking text, and team coordination. Token usage, percentage of context window, and session cost are displayed for each category, with detailed views by category or size.
Recent tasks across projects — browse the latest completed tasks from all your projects in one place
Zero-setup onboarding — built-in Claude Code installation and authentication
Built-in code editor — edit project files with Git support without leaving the app
Branch strategy — choose via prompt: single branch or git worktree per agent
Team member stats — global performance statistics per member
Attach code context — reference files or snippets in messages, like in Cursor. You can also mention tasks using #task-id, or refer to another team with @team-name in your messages.
Notification system — configurable alerts when tasks complete, agents need your response, new comments arrive, or errors occur
MCP integration — supports the built-in mcp-server (see mcp-server folder) for integrating external tools and extensible agent plugins out of the box
Post-compact context recovery — when Claude compresses its context, the app restores the key team-management instructions so kanban/task-board coordination stays consistent and important operational context is not lost
Task context is preserved — thanks to task descriptions, comments, and attachments, all essential information about each task remains available for ongoing work and future reference
Workflow history — see the full timeline of each task: when and how its status changed, which agents were involved, and every action that led to the current state
| Feature | Claude Agent Teams UI | Vibe Kanban | Aperant | Cursor | Claude Code CLI | |---|---|---|---|---|---| | Cross-team communication | ✅ | ❌ | ❌ | — | ❌ | | Agent-to-agent messaging | ✅ Native real-time mailbox | ❌ Agents are independent | ❌ Fixed pipeline | ❌ | ✅⚠️ Built-in (no UI) | | Linked tasks | ✅ Cross-references in messages | ⚠️ Subtasks only | ❌ | ❌ | ❌ | | Session analysis | ✅ 6-category token tracking | ❌ | ⚠️ Execution logs | ❌ | ❌ | | Task attachments | ✅ Auto-attach, agents read & attach files | ❌ | ✅ Images + files | ⚠️ Chat session only | ❌ | | Hunk-level review | ✅ Accept / reject individual hunks | ❌ | ❌ | ✅ | ❌ | | Built-in code editor | ✅ With Git support | ❌ | ❌ | ✅ Full IDE | ❌ | | Full autonomy | ✅ Agents create, assign, review tasks end-to-end | ❌ Human manages tasks | ❌ Fixed pipeline | ⚠️ Isolated tasks only | ✅⚠️ (no UI) | | **Task dependencies
No comments yet. Be the first to share your thoughts!