4 ms·
I don't like claude code web due to its lack of planning mode. I found the result is often lackluster compare to claude code cli. My current setup: Tailscale +
by elpalek 9mo ago
I don't like claude code web due to its lack of planning mode. I found the result is often lackluster compare to claude code cli.
My current setup: Tailscale + Terminus(ipad) + home machine(code base)
Need to look into how to work on multiple features at the same time next.
- LatencyKills 9mo agoI've been using git worktrees with Claude and it's pretty awesome: https://www.youtube.com/watch?v=up91rbPEdVc https://www.youtube.com/watch?v=up91rbPEdVc Pair worktrees with the ralph-wiggum plugin and I can have Claude work for hours without needing any input: https://looking4offswitch.github.io/blog/2026/01/04/ralph-wiggum-claude-code/ https://looking4offswitch.github.io/blog/2026/01/04/ralph-wi...
- scubbo 9mo agoWorktrees took way too much setup and hand-holding for me, but https://conductor.build https://conductor.build made it easy!
- thelittleone 9mo agoSadly only allows sign up with Github.
- behnamoh 9mo agosoftware is all about wrappers, isn't it? :) conductor -> multiple claude codes/codexes -> multiple agents -> multiple tools/skills/sub-agents -> LLMs
- nikcub 9mo agoI delayed adopting conductor because I had my own worktree + pr wrappers around cc but I tried it over the holidays and wow. The combination of claude + codex + conductor + cc on the web and claude in github can be so insanely productive. I spend most of my time updating the memory files and reviewing code and just letting a ton of tasks run in parallel
- nobodywillobsrv 9mo agoCan you not use PAL MCP for this? Have one top agent as controller etc? It's not ideal but it feels like the space of multi agent stuff is evolving ... I notice that there are a lot of posts on hn about these things so we are trying to do the same thing really.
- simonw 9mo agoI haven't missed planning mode myself. I tend to tell it "write a detailed plan first in a file called spec.md for me to review", then use that as the ongoing plan. I like that it ends up in the repo as it means it survives compaction or lets me start a fresh session entirely.
- s900mhz 9mo agoI was doing the same, but recently I noticed that Claude now writes its plans to a markdown file somewhere nested in the ~/.claude/plans directory. It will carry a reference to it through compaction. Basically mimicking my own workflow! This can be customized via a shell env variable that I cannot remember ATM. The downside (upside?) is that the plan will not end up in your repo. Which sometimes I want. I love the native plan mode though.
- theshrike79 8mo agoThis is one of the small things that shows me Anthropic is dogfooding their own system. Which Codex and Gemini-cli teams aren't doing.
- dbbk 9mo agoPlans in plan mode also survive compaction
- eclipxe 9mo agoI've been really impressed with https://github.com/BloopAI/vibe-kanban https://github.com/BloopAI/vibe-kanban to do this. Really really impressed.
- bakies 9mo agoNot sure if this works in claude code web, but running non-interactive claude code I can still get it to use plan mode by simply asking it. It's just a tool call.
- dbbk 9mo agoThe lack of Plan Mode is puzzling, I'm sure they must get to it at some point. But until then it CAN still plan, you just have to ask it to write a plan and not write code yet.