I like working on multiple things at once, but most development tools split the workflow across different places: tickets live in issue trackers, execution happens in terminals, and context gets lost between them. I wanted my work items and their context right next to the place where the work actually happens.
Mozzie is a local desktop workspace where each work item can spawn its own terminal or coding agent. The idea is that tasks become the primary interface — each one holds its context and can run commands or agents independently.
This makes it easier to work on many tasks in parallel without constantly switching between tools.
It’s still early, but I’ve been using it daily and it fits how I like to work.
Curious if anyone else prefers working this way or has tried something similar.