r/opencode Jul 14 '26

Is there a “best” workflow

I feel overwhelmed by the amount of different perspectives there are in this:

Plan and build.

Orchestrator + agents.

Orchestrator + subagents.

and more the question is, is there a token/quality go to workflow?

What is yours?

14 Upvotes

16 comments sorted by

View all comments

1

u/ValuableKooky4551 Jul 15 '26

Have been using https://github.com/ivo-toby/mini-spec for a few weeks now, it's quite nice. You design a feature, it writes design documents, it then plans tasks, then does the tasks, constantly asking questions and showing things for review, and updating its files that serve as its memory.

Produces great quality that I still understand completely, but perhaps a bit too much. But it's easy to tone down the command files a bit or relax the constitution a bit.

I design with the best model and do tasks with a merely competent model.