agtx-sweep
FeaturedSweep this conversation into agtx tasks and push them to the kanban board. Use when the user wants to capture, decompose, or hand off conversation results to the agtx board.
Code & Development 1,506 stars
131 forks Updated yesterday Apache-2.0
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
```
**Tasks are like subagents, but with superpowers:**
- Each runs in its own worktree with full git isolation
- Each has a visible tmux session the user can enter anytime
- Each persists across TUI restarts (tmux survives)
- Each produces a reviewable, mergeable PR
- Each can be a different agent (Claude, Codex, Gemini, etc.)
The task agent handles its own internal planning — it can use `/plan`, spawn subagents, or use any workflow. You don't micromanage implementation details.
## Task Lifecycle
```
Backlog → Planning → Running → Review → Done
```
| Phase | What happens |
|-------|-------------|
| **Backlog** | Created by you via MCP. Sits on the board until user is ready. |
| **Planning** | Worktree created, agent st...
Details
- Author
- fynnfluegge
- Repository
- fynnfluegge/agtx
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
agtx-brainstorm
Enter brainstorm mode to explore a feature or enhancement idea. Stays in discussion mode only — no planning, no implementation. Use /agtx:sweep when ready to push outcomes to the board.
1,506 Updated yesterday
fynnfluegge AI & Automation Featured
agtx-plan
Plan a task implementation. Analyze the codebase, create a detailed plan, write it to .agtx/plan.md, then stop and wait for user approval before making any changes.
1,506 Updated yesterday
fynnfluegge AI & Automation Solid
agent-kanban
CLI reference for agents — how to claim tasks, log progress, submit for review
470 Updated 4 days ago
saltbo