agtx-sweep

Featured

Sweep 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

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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