Claude Code Agent Team/Swarm Management Layer
npx claudepluginhub und3rf10w/claude-litterMulti-agent swarm management for Claude Code
Orchestrated multi-agent loops with profile-based modes. Default: persistent Teams for complex implementation. Leanswarm: lean 4-concern variant of default for capable models. Deepplan: multi-agent planning with explore/synthesize/critique/deliver. Async: background agent orchestration for independent parallel tasks. Decomposes complex tasks into parallel subtasks, spawns agent teams, tracks progress via native TaskCreate/TaskList, and dynamically re-plans each iteration until verified completion.
Claude Litter is an enhancement suite for Claude Code agent teams. Its core is the swarm-loop plugin — an orchestrated multi-agent loop that decomposes complex goals into parallel subtasks, drives autonomous iteration with hook-based safety, and exits only when a user-defined completion promise is fulfilled. Alongside the plugin, a terminal UI gives you a live control plane for managing teams, agents, tasks, and swarm executions without leaving the terminal.
Claude Code's native agent teams are powerful, but undercooked. The swarm-loop plugin adds structured orchestration on top of teams — iterative loops with safety classifiers, stuck detection, and progress tracking — while the TUI provides a simple interface that can assistant with managing the.
| Pain | Claude Litter | |
|---|---|---|
| Orchestration | Manual agent coordination | Swarm loop with autonomous iteration |
| Team overview | cat ~/.claude/teams/*/config.json | Live sidebar with status indicators |
| Agent transcripts | Buggy interface | Tabbed sessions with full history |
| Task tracking | Manual JSON edits | Filterable panel with inline editing |
| Messaging | Write to inbox JSON files | Compose form with broadcast support |
| Agent lifecycle | Shell commands, manual PID tracking | Spawn, kill, detach, reattach in-UI |
| Swarm monitoring | cat .claude/swarm-loop/*/state.json | Live progress, phase, and log streaming |
The core of Claude Litter — orchestrated multi-agent iteration for Claude Code.
--verify).claude/swarm-loop.local.md — classifier model/effort, teammate isolation (shared or worktree), max count, notificationsSee Swarm Loop Plugin for full documentation.
A control plane for managing Claude Code agent teams and swarm executions.
The swarm-loop plugin is an orchestrated multi-agent iterative development system for Claude Code. It decomposes complex goals into parallel subtasks, creates a persistent agent team, and drives autonomous iteration until a user-defined completion promise is fulfilled.