Task Monki
Run coding agents through the full development process
193 followers
Run coding agents through the full development process
193 followers
Task Monki is an open-source desktop app for managing coding agents from task to pull request. Run several tasks at once, follow each agent’s progress, preview every result without manually setting up services or containers, send work to another agent for review and fixes, and bring multiple agents into the same discussion, where they can respond to each other, compare approaches, and challenge assumptions.








@rojhattoptamus When you run several tasks at once against the same repo, do the agents work in isolated checkouts or worktrees, or is there a chance two tasks touching overlapping files step on each other before either gets reviewed?
The full flow looks useful. When one agent reviews another, does it get the exact diff, test results, and original task context, or mostly a summary? That handoff seems like an easy place for important details to disappear.