Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
1–10 of 10 posts
Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#2The bit I actually needed was task leasing, so I can point two or three agents at one queue without them grabbing the same task. Completing a task requires a written result, which sounds like busywork but it's the only reason I trust leaving it running for an hour.
Free to use, $10/mo if you want unlimited runs. It's MIT and you can self-host it (npm run serve, no database needed). There's a demo on the homepage that runs in your browser, no signup. It's early and definitly still rough in places, fair warning.
Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#3The landing page has an information overload (at least for me). I have a hard time understanding what to look at, because it's both a landing page with very dense writings, and at the same time something that looks like a real app.
Less is more. Look at some of the best landing pages out there. They tell the core story with a few words. A video where you walk through your product is even better.
Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#4Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#5Just recently started playing with the idea of an agent that has multiple agents as subordinates. My main agent has the context of the system, controls api keys, tokens, etc. and has a high level overview of each project. Then I have an agent per project and some general "experts" (such as db expert, devops expert, etc.). My main agent (the captain) takes my inputs and then splits the tasks and reports back when the…
Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#6Some suggestions: The landing page has an information overload (at least for me). I have a hard time understanding what to look at, because it's both a landing page with very dense writings, and at the same time something that looks like a real app. Less is more. Look at some of the best landing pages out there. They tell the core story with a few words. A video where you walk through your product is even better.
Thanks for taking the time to write it out, genuinly useful!
Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#7Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#8Re: Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
#9So how is the product working?? Did you implemented some queue based data structure to maintain the sequence of the AI agents?
Besides, I just wanted a pleasant task list for myself. Jira's too complex, Apple Reminders too simple and just not optimal for Claude Code agents. I wanted a proper synergy, and to bring Claude working as a team to the next level.
Code's open if you wanna take a look: gitlab.com/taskprio/taskprio Thanks all for your feedback!