Reflectt-node – tell Claude to install it, AI team in 5 min
Multi-agent coordination primitives Claude can bootstrap in 5 minutes.
Delegate your coding work to a team of agents
Parallel AI agents with peer review—Cursor's async answer for multitasking projects.
Software engineers using AI coding agents for parallel task workflows
Cursor · Continue.dev · Sourcegraph Cody
I wanted to hand off five tasks and come back to PRs with agents already having peer reviewed each other's code.
Delegate is a browser-based tool where you talk to an AI manager. It breaks down your request into tasks, assigns AI agents, manages git (worktrees, branches, merges), and notifies you when code is ready for final approval. Post-approval, code is merged in local git repo's main.
It's open source (MIT), runs locally, uses Claude under the hood (BYOK).
Demo video: https://github.com/user-attachments/assets/5d2f5a8f-8bae-45b...
What works: parallel tasks, planning conversations, code review before merge, git isolation.
What's rough: setup on non-trivial repos, agent quality varies, no integrations yet.
I'm using it to build Delegate itself. Looking for developers willing to try it on real projects and tell me what breaks.
Here is a longer post if you want to go a bit deeper. https://nikhilgarg.net/delegate/
Multi-agent coordination primitives Claude can bootstrap in 5 minutes.
Prettier LangGraph with a waitlist — delegation graph is familiar from existing orchestration tools.
Real git isolation for parallel agents—worktrees and auto-commits, zero runtime deps.
Multi-agent orchestration in Docker, but multi-agent frameworks are crowded and adoption unclear.
Stores agent state in Markdown files for full Git history and auditability.