This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Shepherd
Stop your coding agents from stepping on each other
Shepherd is a coordination layer for teams running multiple AI coding agents on the same repo. Agents connect through MCP (Claude Code, Codex, Cursor, or any MCP client) to a shared hub that hands out leases on parts of the codebase and shows a live presence feed of what every agent is working on. Instead of overwriting each other and creating merge conflicts, agents see their teammates' work and write code that fits together. Open source and self-hostable.
I'm Daichi, one of the three devs behind Shepherd.
Our team of 3 runs a lot of coding agents in parallel on the same repo, often 10+ combined going at once (we love our subagents). Despite our small team size, a big issue we ran into was coordination: two agents editing the same file, one agent running git stash and nuking another's in-progress work, and no way to see what anyone else's agents were doing.
Some collisions happen live in your working tree, but the expensive ones surface at merge time when two agents on different laptops each spent an hour rewriting the same module in different directions, and GitHub tells you about it only once the work is already done. At that point the cheapest fix is usually throwing one side away. It wasn't for lack of talking to each other, either--we'd split up the codebase and call out what we were working on, but agents don't always stay in their lanes. Even with scoped tasks, they would still inevitably wander into a shared helper or refactor something that a teammate's agent was already rewriting. We kept grinding away, untangling conflicts, before we realized we were solving the wrong problem: the conflicts only exist because every agent codes blind to what the others are doing. Why keep patching that up at merge time instead of having them write code that fits together in the first place?
So a few months ago, we built Shepherd as an experiment to see how well agents could collaborate. As we've iterated on it, not only has it saved us the time and effort of fixing rewrites/conflicts, but we've actually been seeing cleaner and more robust code from our agents, simply because they can see what their fellow agents are working on and communicate to write code that works together.
What it is: → A small hub every agent connects to via MCP, so works with Claude Code, Codex, Cursor, or anything MCP-capable → Leases/locks on parts of the repo, so two agents (on the same laptop or different ones) never grab the same files → A live presence feed of who, and whose agents, is working on what → Self-hostable and open source, on npm (@korso/shepherd)
Setup is one-time and takes a couple of minutes; after that it runs in the background with no human input. If you try it and it breaks, tell me and I'll fix it same day.
I built it so I'm obviously biased, but I genuinely want to know how others handle this. Do you just deal with the conflicts? Some convention in your CLAUDE.md?
Try it → korsoai.com/shepherd Code → github.com/Korso-AI/Shepherd Docs → korsoai.com/docs
Thanks for reading! I hope Shepherd saves you some time.
No comment highlights available yet. Please check back later!
About Shepherd on Product Hunt
“Stop your coding agents from stepping on each other”
Shepherd was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #106 on the daily leaderboard. Shepherd is a coordination layer for teams running multiple AI coding agents on the same repo. Agents connect through MCP (Claude Code, Codex, Cursor, or any MCP client) to a shared hub that hands out leases on parts of the codebase and shows a live presence feed of what every agent is working on. Instead of overwriting each other and creating merge conflicts, agents see their teammates' work and write code that fits together. Open source and self-hostable.
Shepherd was featured in Productivity (656.7k followers), Open Source (68.6k followers), Developer Tools (516.2k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 263.9k products, making this a competitive space to launch in.
Who hunted Shepherd?
Shepherd was hunted by Korso. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Shepherd stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Hey PH 👋
I'm Daichi, one of the three devs behind Shepherd.
Our team of 3 runs a lot of coding agents in parallel on the same repo, often 10+ combined going at once (we love our subagents). Despite our small team size, a big issue we ran into was coordination: two agents editing the same file, one agent running git stash and nuking another's in-progress work, and no way to see what anyone else's agents were doing.
Some collisions happen live in your working tree, but the expensive ones surface at merge time when two agents on different laptops each spent an hour rewriting the same module in different directions, and GitHub tells you about it only once the work is already done. At that point the cheapest fix is usually throwing one side away. It wasn't for lack of talking to each other, either--we'd split up the codebase and call out what we were working on, but agents don't always stay in their lanes. Even with scoped tasks, they would still inevitably wander into a shared helper or refactor something that a teammate's agent was already rewriting. We kept grinding away, untangling conflicts, before we realized we were solving the wrong problem: the conflicts only exist because every agent codes blind to what the others are doing. Why keep patching that up at merge time instead of having them write code that fits together in the first place?
So a few months ago, we built Shepherd as an experiment to see how well agents could collaborate. As we've iterated on it, not only has it saved us the time and effort of fixing rewrites/conflicts, but we've actually been seeing cleaner and more robust code from our agents, simply because they can see what their fellow agents are working on and communicate to write code that works together.
What it is:
→ A small hub every agent connects to via MCP, so works with Claude Code, Codex, Cursor, or anything MCP-capable
→ Leases/locks on parts of the repo, so two agents (on the same laptop or different ones) never grab the same files
→ A live presence feed of who, and whose agents, is working on what
→ Self-hostable and open source, on npm (@korso/shepherd)
Setup is one-time and takes a couple of minutes; after that it runs in the background with no human input. If you try it and it breaks, tell me and I'll fix it same day.
I built it so I'm obviously biased, but I genuinely want to know how others handle this. Do you just deal with the conflicts? Some convention in your CLAUDE.md?
Try it → korsoai.com/shepherd
Code → github.com/Korso-AI/Shepherd
Docs → korsoai.com/docs
Thanks for reading! I hope Shepherd saves you some time.