Cline was also working on something like this: https://github.com/cline/kanban
Open source Kanban desktop app that runs parallel agents on every card
21–30 of 191 posts
Re: Open source Kanban desktop app that runs parallel agents on every card
#22But .. you know something cute? AI makes using Jira fun, again.
Re: Open source Kanban desktop app that runs parallel agents on every card
#23Re: Open source Kanban desktop app that runs parallel agents on every card
#24Re: Open source Kanban desktop app that runs parallel agents on every card
#25> "Local-first, zero servers. Everything lives in .kanbots/ next to your repo: SQLite database, configs, worktrees. No cloud account, no telemetry, no HTTP server. This is the open-source desktop edition." This is table-stakes for me to consider adoption of a tool like this.
If AI is agentic I would expect it takes an hour of chatting for any PM to integrate some agent Ralph loop with Jira. Jira or Trello or Linear or Basecamp all have APIs and I guess CLIs any agent can use to talk to them. No developer or SaaS should be needed to make them understand tasks are checked out when you start work and contain instructions and when you are done you move the ticket to DONE.
Re: Open source Kanban desktop app that runs parallel agents on every card
#26Cline was also working on something like this: https://github.com/cline/kanban
Re: Open source Kanban desktop app that runs parallel agents on every card
#27Re: Open source Kanban desktop app that runs parallel agents on every card
#28This is basically what Windsurf is doing right [0]? Ultimately all this UI stuff is just window dressing on top of agents. [0] https://windsurf.com/blog/windsurf-2-0
There's a few apps out there that facilitate handing off to agents from kanban boards. I needed something more 'human in the loop', handing off to an agent without good visibility of the change set and opportunity to steer doesn't work for me. https://www.agentkanban.io links a taskboard with github copilot chat in vs code via our extension so we have the benefit of task management and context capture from the chat t…
jira-cli and hermes, for example.
in fact, wiring hermes up to an existing Jira(/other_PM_system) is, well .. fruitful.
Re: Open source Kanban desktop app that runs parallel agents on every card
#29Hello folks, sharing my latest open source project, a kanban board with parallel agents. Trying to improve this with more features, I would love your contributions on this repo, with either code contributions or ideas
Re: Open source Kanban desktop app that runs parallel agents on every card
#30I feel 30 minutes of planning and 30 minutes of implementation in my solo side project's repo is too big to review. At minute 5, I may ask the AI to redo stuff even as its spitting out code.