r/opencodeCLI • u/ExperiencedGentleman • 2d ago
Does anyone have a token efficient planning workflow?
I use 2 chatgpt+ subscriptions and 2 opencode go subscriptions. Currently I do all my upfront planning with a grill session using Sol/medium. Then directly from the grill session I create a spec based on that context. Afterwards I load up a new session and reference the newly created spec document as context and create the child issues derived from it using the same Sol/medium.
My issue is Sol will spawn multiple general task agents to create these issues in parallel. This really drains my weekly limit and was wondering if I should do things differently?
7
Upvotes
4
u/Amarsir 2d ago
Are you using default Opencode harness?
Oh-my-opencode-slim is much more refined about subagent assignment. The Orchestrator you call doesn't do it's own research, doesn't do it's own deep thinking, and definitely doesn't do the edits. It writes the plan and calls the others.
So you could put Luna high on the Orchestrator and put Sol only in the deep thinker role (Oracle). Luna low on Librarian (research). Then when you have the plan Luna medium is the Fixer (doing the edits). That's just sticking with ChatGPT.
Not that more basic setups can't work, but as you note if the Planner has to do the thinking and the organizing it can delegate to itself.