How do you orchestrate this? I’m on max and would love to be hitting my caps when I’m not actively working a project

In my case: the Claude Code desktop app makes having a bunch of parallel sessions easy, at least compared to when I had just a bunch of terminal windows open https://claude.com/download can also couple that with Remote Control https://code.claude.com/docs/en/remote-control

Previously I still had the issue of it occasionally stopping let's say after Stage 2/7 is done in some plan and asking me to continue, though I was asleep. The options there were either looping it (like RALPH loop), or more recently they also released their dynamic workflows alongside Opus 4.8: https://claude.com/blog/introducing-dynamic-workflows-in-cla... and now I just use that.

So essentially you come up with a plan and just ask it to create a dynamic workflow for you, and it's gonna go through everything step by step, sometimes parallelizing (as it normally would with sub-agents) as necessary. Can also use worktrees if needed.

Here's an example of the UI: https://imgur.com/a/4Gr3Z2T (note that I'm using DeepSeek there for a small local utility, with a tool I'm using for managing various providers with Claude Code, but works the same with subscription)

I looked at the stuff Cline was doing with their Kanban boards too, but in the end realized that I don't really need those (for now) and that Claude Code is enough.